Author: jwrdegoede
Update of /cvs/free/rpms/mpg123/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3342
Modified Files:
.cvsignore mpg123.spec sources
Added Files:
mpg123-1.19.0-armv7hl.patch
Log Message:
* Sun Apr 6 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.19.0-1
- Update to 1.19.0
- Enable (optional) use of NEON on arm
- Add missing %{?_isa} to libmpg123 Requires in -devel (rf#3194)
mpg123-1.19.0-armv7hl.patch:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE mpg123-1.19.0-armv7hl.patch ---
diff -up mpg123-1.19.0/configure.ac~ mpg123-1.19.0/configure.ac
--- mpg123-1.19.0/configure.ac~ 2014-03-08 12:28:57.000000000 +0100
+++ mpg123-1.19.0/configure.ac 2014-04-06 14:31:25.436749086 +0200
@@ -493,7 +493,7 @@ fi
newoldwritesample=disabled
case $host in
- arm*-*-linux*-*eabihf)
+ arm*-*-linux*-*eabihf|armv7hl*-*-linux*)
cpu_type="arm_fpu"
;;
arm*-*-linux*)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpg123/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 2 Mar 2014 07:11:16 -0000 1.8
+++ .cvsignore 6 Apr 2014 09:10:40 -0000 1.9
@@ -1 +1 @@
-mpg123-1.18.1.tar.bz2
+mpg123-1.19.0.tar.bz2
Index: mpg123.spec
===================================================================
RCS file: /cvs/free/rpms/mpg123/devel/mpg123.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mpg123.spec 1 Mar 2014 15:59:03 -0000 1.10
+++ mpg123.spec 6 Apr 2014 09:10:40 -0000 1.11
@@ -3,17 +3,20 @@
%global apriority 99
Name: mpg123
-Version: 1.18.1
+Version: 1.19.0
Release: 1%{?dist}
Summary: MPEG audio player
Group: Applications/Multimedia
License: GPLv2+ and LGPLv2
URL:
http://mpg123.org/
Source:
http://downloads.sourceforge.net/mpg123/mpg123-%{version}.tar.bz2
+Patch0: mpg123-1.19.0-armv7hl.patch
BuildRequires: libtool-ltdl-devel SDL-devel portaudio-devel
BuildRequires: jack-audio-connection-kit-devel nas-devel
BuildRequires: alsa-lib-devel pulseaudio-libs-devel openal-soft-devel
BuildRequires: doxygen
+BuildRequires: libtool automake autoconf
+Requires: libmpg123%{?_isa} = %{version}-%{release}
Requires(post): %{_sbindir}/alternatives
Requires(postun): %{_sbindir}/alternatives
Provides: mp3-cmdline = %{version}-%{release}
@@ -61,7 +64,7 @@
%package -n libmpg123-devel
Summary: Development files for mpg123
Group: Development/Libraries
-Requires: libmpg123 = %{version}-%{release}, pkgconfig
+Requires: libmpg123%{?_isa} = %{version}-%{release}
%description -n libmpg123-devel
The libmpg123-devel package contains libraries and header files for
@@ -70,6 +73,9 @@
%prep
%setup -q
+%patch0 -p1
+# for patch0
+autoreconf -i -f
iconv -f iso8859-1 -t utf8 AUTHORS -o AUTHORS.utf8
touch -r AUTHORS AUTHORS.utf8
mv AUTHORS.utf8 AUTHORS
@@ -163,6 +169,11 @@
%changelog
+* Sun Apr 6 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.19.0-1
+- Update to 1.19.0
+- Enable (optional) use of NEON on arm
+- Add missing %%{?_isa} to libmpg123 Requires in -devel (rf#3194)
+
* Sat Mar 01 2014 Michael Kuhn <suraia(a)ikkoku.de> - 1.18.1-1
- Update to 1.18.1.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpg123/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 2 Mar 2014 07:11:16 -0000 1.9
+++ sources 6 Apr 2014 09:10:40 -0000 1.10
@@ -1 +1 @@
-229de769fdfc1c1de788280f141a7f69 mpg123-1.18.1.tar.bz2
+87731f1437cfd8c50537a606d81130e4 mpg123-1.19.0.tar.bz2