Update to 2.3.0.
This commit is contained in:
parent
f3b3180ebd
commit
afff2e5d5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ libffado-2.0.1-svn1864.tar.bz2
|
||||
/libffado-2.1.0-svn2088.tar.bz2
|
||||
/libffado-2.1.0.tgz
|
||||
/libffado-2.2.1.tgz
|
||||
/libffado-2.3.0.tgz
|
||||
|
@ -1,52 +0,0 @@
|
||||
diff --git a/tests/test-enhanced-mixer.cpp b/tests/test-enhanced-mixer.cpp
|
||||
index 8ac00aa..d557daf 100644
|
||||
--- a/tests/test-enhanced-mixer.cpp
|
||||
+++ b/tests/test-enhanced-mixer.cpp
|
||||
@@ -77,7 +77,7 @@ main(int argc, char **argv)
|
||||
exit(0);
|
||||
}
|
||||
|
||||
- int errno = 0;
|
||||
+ errno = 0;
|
||||
char* tail;
|
||||
int node_id = strtol( argv[1], &tail, 0 );
|
||||
int fb_id = strtol( argv[2], &tail, 0 );
|
||||
diff --git a/tests/test-mixer.cpp b/tests/test-mixer.cpp
|
||||
index 807bd7b..5f426a7 100644
|
||||
--- a/tests/test-mixer.cpp
|
||||
+++ b/tests/test-mixer.cpp
|
||||
@@ -227,7 +227,7 @@ main( int argc, char **argv )
|
||||
exit(0);
|
||||
}
|
||||
|
||||
- int errno = 0;
|
||||
+ errno = 0;
|
||||
char* tail;
|
||||
int port = strtol( argv[1], &tail, 0 );
|
||||
int node_id = strtol( argv[2], &tail, 0 );
|
||||
diff --git a/tests/test-pan.cpp b/tests/test-pan.cpp
|
||||
index 4b7b825..895c9cf 100644
|
||||
--- a/tests/test-pan.cpp
|
||||
+++ b/tests/test-pan.cpp
|
||||
@@ -131,7 +131,7 @@ main(int argc, char **argv)
|
||||
exit(0);
|
||||
}
|
||||
|
||||
- int errno = 0;
|
||||
+ errno = 0;
|
||||
char* tail;
|
||||
int node_id = strtol( argv[1], &tail, 0 );
|
||||
int fb_id = strtol( argv[2], &tail, 0 );
|
||||
diff --git a/tests/test-volume.cpp b/tests/test-volume.cpp
|
||||
index 65ccb8b..6810819 100644
|
||||
--- a/tests/test-volume.cpp
|
||||
+++ b/tests/test-volume.cpp
|
||||
@@ -127,7 +127,7 @@ main(int argc, char **argv)
|
||||
exit(0);
|
||||
}
|
||||
|
||||
- int errno = 0;
|
||||
+ errno = 0;
|
||||
char* tail;
|
||||
int node_id = strtol( argv[1], &tail, 0 );
|
||||
int fb_id = strtol( argv[2], &tail, 0 );
|
@ -1,7 +1,7 @@
|
||||
Summary: Free firewire audio driver library
|
||||
Name: libffado
|
||||
Version: 2.2.1
|
||||
Release: 9%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
# src/libutil/float_cast.h is LGPLv2+.
|
||||
# The rest is (GPLv2 or GPLv3)
|
||||
License: LGPLv2+ and (GPLv2 or GPLv3)
|
||||
@ -15,7 +15,6 @@ Source9: libffado-snapshot.sh
|
||||
# We want the documentation for the library API only, not for the entire source:
|
||||
# http://subversion.ffado.org/ticket/293
|
||||
Patch0: libffado-api-doc-only.patch
|
||||
Patch1: libffado-errno.patch
|
||||
Patch2: libffado-gcc6.patch
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
@ -71,7 +70,6 @@ Applications and utilities for use with libffado.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .api.doc.only
|
||||
%patch1 -p1 -b .errno
|
||||
%patch2 -p1 -b .gcc6
|
||||
|
||||
# We don't want to install all tests
|
||||
@ -143,6 +141,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2016 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.3.0-1
|
||||
- Update to 2.3.0.
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-9
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user