Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 861488 Details for
Bug 1047707
wavpack-4.70.0 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update to 4.70.0
0001-Update-to-4.70.0-1047707.patch (text/plain), 4.60 KB, created by
David King
on 2014-02-10 16:23:07 UTC
(
hide
)
Description:
update to 4.70.0
Filename:
MIME Type:
Creator:
David King
Created:
2014-02-10 16:23:07 UTC
Size:
4.60 KB
patch
obsolete
>From 0f9af1192d36e2d3b30bbd1821be499a3efcc8b1 Mon Sep 17 00:00:00 2001 >From: David King <amigadave@amigadave.com> >Date: Mon, 10 Feb 2014 15:42:59 +0000 >Subject: [PATCH] Update to 4.70.0 (#1047707) > >--- > .gitignore | 1 + > sources | 2 +- > ...01-Fixed-default-values-in-pkgconfig-file.patch | 32 ---------------------- > ....0-Fixed-default-values-in-pkgconfig-file.patch | 25 +++++++++++++++++ > wavpack.spec | 18 ++++++------ > 5 files changed, 35 insertions(+), 43 deletions(-) > delete mode 100644 wavpack-0001-Fixed-default-values-in-pkgconfig-file.patch > create mode 100644 wavpack-4.70.0-Fixed-default-values-in-pkgconfig-file.patch > >diff --git a/.gitignore b/.gitignore >index 083640c..8fd0d27 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1,2 +1,3 @@ > wavpack-4.60.0.tar.bz2 > /wavpack-4.60.1.tar.bz2 >+/wavpack-4.70.0.tar.bz2 >diff --git a/sources b/sources >index 35325dd..bb92bbe 100644 >--- a/sources >+++ b/sources >@@ -1 +1 @@ >-7bb1528f910e4d0003426c02db856063 wavpack-4.60.1.tar.bz2 >+4c0186ef0dc8367ce5cd7cc0f398b714 wavpack-4.70.0.tar.bz2 >diff --git a/wavpack-0001-Fixed-default-values-in-pkgconfig-file.patch b/wavpack-0001-Fixed-default-values-in-pkgconfig-file.patch >deleted file mode 100644 >index be205b3..0000000 >--- a/wavpack-0001-Fixed-default-values-in-pkgconfig-file.patch >+++ /dev/null >@@ -1,32 +0,0 @@ >-From 194af7649ea958e6609289e8d210e66b168d57cf Mon Sep 17 00:00:00 2001 >-From: Peter Lemenkov <lemenkov@gmail.com> >-Date: Sun, 9 Jan 2011 16:10:20 +0300 >-Subject: [PATCH] Fixed default values in pkgconfig file >- >-Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> >---- >- wavpack.pc.in | 6 +++--- >- 1 files changed, 3 insertions(+), 3 deletions(-) >- >-diff --git a/wavpack.pc.in b/wavpack.pc.in >-index fe6b231..58e74ac 100644 >---- a/wavpack.pc.in >-+++ b/wavpack.pc.in >-@@ -1,5 +1,5 @@ >- prefix=@prefix@ >--libdir=${prefix}/lib >-+libdir=@libdir@ >- includedir=${prefix}/include >- >- Name: wavpack >-@@ -7,5 +7,5 @@ Description: wavpack library >- Version: @PACKAGE_VERSION@ >- Requires: >- Conflicts: >--Libs: -L${libdir} -lwavpack @LIBM@ @ICONV@ >--Cflags: -I${includedir} >-+Libs: -lwavpack @LIBM@ @ICONV@ >-+Cflags: >--- >-1.7.2.3 >- >diff --git a/wavpack-4.70.0-Fixed-default-values-in-pkgconfig-file.patch b/wavpack-4.70.0-Fixed-default-values-in-pkgconfig-file.patch >new file mode 100644 >index 0000000..4c17822 >--- /dev/null >+++ b/wavpack-4.70.0-Fixed-default-values-in-pkgconfig-file.patch >@@ -0,0 +1,25 @@ >+From 254dc1fa60d3d52d2edc133dcdd7ac2a5a38aff3 Mon Sep 17 00:00:00 2001 >+From: David King <amigadave@amigadave.com> >+Date: Mon, 10 Feb 2014 15:06:44 +0000 >+Subject: [PATCH] Fixed default values in pkgconfig file >+ >+--- >+ wavpack.pc.in | 4 ++-- >+ 1 file changed, 2 insertions(+), 2 deletions(-) >+ >+diff --git a/wavpack.pc.in b/wavpack.pc.in >+index 6a66a9f..32f7d70 100644 >+--- a/wavpack.pc.in >++++ b/wavpack.pc.in >+@@ -8,6 +8,6 @@ Description: wavpack library >+ Version: @PACKAGE_VERSION@ >+ Requires: >+ Conflicts: >+-Libs: -L${libdir} -lwavpack >++Libs: -lwavpack >+ Libs.private: @LIBM@ >+-Cflags: -I${includedir} >++Cflags: >+-- >+1.8.5.3 >+ >diff --git a/wavpack.spec b/wavpack.spec >index 03faa3e..17fa86b 100644 >--- a/wavpack.spec >+++ b/wavpack.spec >@@ -1,17 +1,13 @@ > Name: wavpack > Summary: A completely open audiocodec >-Version: 4.60.1 >-Release: 8%{?dist} >+Version: 4.70.0 >+Release: 1%{?dist} > License: BSD > Group: Applications/Multimedia > Url: http://www.wavpack.com/ > Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 >-Patch1: wavpack-0001-Fixed-default-values-in-pkgconfig-file.patch >+Patch1: wavpack-4.70.0-Fixed-default-values-in-pkgconfig-file.patch > Patch2: wavpack-strict-aliasing.patch >-# For autoreconf >-BuildRequires: autoconf >-BuildRequires: automake >-BuildRequires: libtool > > %description > WavPack is a completely open audio compression format providing lossless, >@@ -35,7 +31,6 @@ Files needed for developing apps using wavpack > %patch2 -p1 -b .strict_aliasing > > %build >-autoreconf -ivf > %configure --disable-static > make %{?_smp_mflags} > >@@ -53,15 +48,18 @@ rm -f %{buildroot}/%{_libdir}/*.la > %{_mandir}/man1/wavpack.1* > %{_mandir}/man1/wvgain.1* > %{_mandir}/man1/wvunpack.1* >-%doc license.txt >+%doc COPYING > > %files devel > %{_includedir}/* > %{_libdir}/pkgconfig/* > %{_libdir}/libwavpack.so >-%doc ChangeLog README doc/* >+%doc ChangeLog README > > %changelog >+* Mon Feb 10 2014 David King <amigadave@amigadve.com> - 4.70.0-1 >+- Update to 3.70.0 (#1047707) >+ > * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.60.1-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >-- >1.8.5.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1047707
: 861488