Author: jwrdegoede
Update of /cvs/free/rpms/mpg123/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21527
Modified Files:
.cvsignore mpg123.spec sources
Removed Files:
mpg123-1.19.0-armv7hl.patch
Log Message:
* Sun Jun 21 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.22.2-1
- New upstream release 1.22.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpg123/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 6 Apr 2014 09:10:40 -0000 1.9
+++ .cvsignore 21 Jun 2015 08:56:57 -0000 1.10
@@ -1 +1 @@
-mpg123-1.19.0.tar.bz2
+mpg123-1.22.2.tar.bz2
Index: mpg123.spec
===================================================================
RCS file: /cvs/free/rpms/mpg123/devel/mpg123.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mpg123.spec 1 Sep 2014 02:29:21 -0000 1.12
+++ mpg123.spec 21 Jun 2015 08:56:57 -0000 1.13
@@ -3,19 +3,17 @@
%global apriority 99
Name: mpg123
-Version: 1.19.0
-Release: 2%{?dist}
+Version: 1.22.2
+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
@@ -73,9 +71,6 @@
%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
@@ -135,6 +130,7 @@
%{_bindir}/mpg123.bin
%{_bindir}/mpg123-id3dump
%{_bindir}/mpg123-strip
+%{_bindir}/out123
%ghost %{_bindir}/mpg123
%ghost %{_bindir}/mp3-cmdline
%dir %{_libdir}/mpg123
@@ -142,6 +138,7 @@
%{_libdir}/mpg123/output_dummy.*
%{_libdir}/mpg123/output_oss.*
%{_mandir}/man1/mpg123.bin.1%{man_ext}
+%{_mandir}/man1/out123.1%{man_ext}
%ghost %{_mandir}/man1/mpg123.1%{man_ext}
%files plugins-pulseaudio
@@ -169,6 +166,9 @@
%changelog
+* Sun Jun 21 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.22.2-1
+- New upstream release 1.22.2
+
* Mon Sep 01 2014 Sérgio Basto <sergio(a)serjux.com> - 1.19.0-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpg123/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Apr 2014 09:10:40 -0000 1.10
+++ sources 21 Jun 2015 08:56:58 -0000 1.11
@@ -1 +1 @@
-87731f1437cfd8c50537a606d81130e4 mpg123-1.19.0.tar.bz2
+6f6d2178c354f39207bf97e062936110 mpg123-1.22.2.tar.bz2
--- mpg123-1.19.0-armv7hl.patch DELETED ---