From afff2e5d5d209cf15afd8ca3db667d84fc3eb1f6 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Tue, 9 Aug 2016 01:04:21 -0400 Subject: [PATCH] Update to 2.3.0. --- .gitignore | 1 + libffado-errno.patch | 52 -------------------------------------------- libffado.spec | 9 ++++---- sources | 2 +- 4 files changed, 7 insertions(+), 57 deletions(-) delete mode 100644 libffado-errno.patch diff --git a/.gitignore b/.gitignore index 5076f1b..52af185 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libffado-errno.patch b/libffado-errno.patch deleted file mode 100644 index de4275b..0000000 --- a/libffado-errno.patch +++ /dev/null @@ -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 ); diff --git a/libffado.spec b/libffado.spec index 58ac95d..ac85e45 100644 --- a/libffado.spec +++ b/libffado.spec @@ -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 - 2.3.0-1 +- Update to 2.3.0. + * Tue Jul 19 2016 Fedora Release Engineering - 2.2.1-9 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 345518b..f83514a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e113d828835051f835fb4a329cb0cbd4 libffado-2.2.1.tgz +8f452977267200cfaf9b8e16ba3c92df libffado-2.3.0.tgz