[perl-Crypt-IDEA] BR: perl-devel
by Paul Howarth
commit 578a30220b06997881f50ee6dbef5b8a0b4a51ee
Author: Paul Howarth <paul(a)city-fan.org>
Date: Tue Jul 26 11:31:21 2016 +0100
BR: perl-devel
perl-Crypt-IDEA.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/perl-Crypt-IDEA.spec b/perl-Crypt-IDEA.spec
index 9d6eddb..b062905 100644
--- a/perl-Crypt-IDEA.spec
+++ b/perl-Crypt-IDEA.spec
@@ -1,7 +1,7 @@
Summary: Perl interface to IDEA block cipher
Name: perl-Crypt-IDEA
Version: 1.10
-Release: 3%{?dist}
+Release: 4%{?dist}
License: BSD with advertising
Group: Development/Libraries
Url: http://search.cpan.org/dist/Crypt-IDEA/
@@ -12,6 +12,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
+BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: sed
@@ -70,6 +71,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Crypt::IDEA.3*
%changelog
+* Tue Jul 26 2016 Paul Howarth <paul(a)city-fan.org> - 1.10-4
+- BR: perl-devel
+
* Wed Jul 6 2016 Paul Howarth <paul(a)city-fan.org> - 1.10-3
- Classify buildreqs by usage
- Simplify find commands using -empty and -delete
8 years, 6 months
[mpd] Rebuilt for f25 systemd changes
by Leigh Scott
commit 7d9e9760a961cbf1762b7f50a497a267e0e2b091
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 26 10:25:30 2016 +0100
Rebuilt for f25 systemd changes
mpd.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index b6c6e81..6984e18 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
Name: mpd
Epoch: 1
Version: 0.19.17
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -89,6 +89,8 @@ browsing and playing your MPD music collection.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
+# There is no libsystemd-daemon in F25
+sed -i -e 's@libsystemd-daemon@libsystemd@g' configure.ac
%build
./autogen.sh
@@ -99,7 +101,6 @@ browsing and playing your MPD music collection.
--enable-mikmod \
--enable-pipe-output \
--disable-mpc \
- --enable-sidplay \
--enable-systemd-daemon \
--enable-zzip \
--enable-soxr
@@ -179,6 +180,10 @@ fi
%changelog
+* Tue Jul 26 2016 leigh scott <leigh123linux(a)googlemail.com> - 1:0.19.17-2
+- Rebuilt for f25 systemd changes
+- Disable sidplay (configure fails to find libsidplayfp)
+
* Mon Jul 25 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.19.17-1
- Update to latest upstream release
- Enable sidplay
8 years, 6 months
[mamory/f23] clean up build flags
by Leigh Scott
Summary of changes:
c66672c... clean up build flags (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 6 months
[mamory/f24] clean up build flags
by Leigh Scott
Summary of changes:
c66672c... clean up build flags (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 6 months
[mamory] clean up build flags
by Leigh Scott
commit c66672c7f9636435c81c49156f7d19c20cfd5370
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 26 08:57:54 2016 +0100
clean up build flags
mamory-opt.patch | 4 ++--
mamory.spec | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mamory-opt.patch b/mamory-opt.patch
index 4ec0991..b69fccf 100644
--- a/mamory-opt.patch
+++ b/mamory-opt.patch
@@ -5,7 +5,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
-+ CFLAGS="${RPM_OPT_FLAGS}", CFLAGS="-g -DNDEBUG ${RPM_OPT_FLAGS}"
++ CFLAGS="${RPM_OPT_FLAGS}", CFLAGS="${RPM_OPT_FLAGS} -DNDEBUG"
)
#AC_DEFINE(CFLAGS)
@@ -16,7 +16,7 @@
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
-+ CFLAGS="-g -DNDEBUG ${RPM_OPT_FLAGS} "
++ CFLAGS="${RPM_OPT_FLAGS} -DNDEBUG"
fi
diff --git a/mamory.spec b/mamory.spec
index 35ac519..73e9e5e 100644
--- a/mamory.spec
+++ b/mamory.spec
@@ -1,6 +1,6 @@
Name: mamory
Version: 0.2.25
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
License: GPLv2 and LGPLv2
URL: http://mamory.sourceforge.net
@@ -77,6 +77,9 @@ make check
%changelog
+* Tue Jul 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.2.25-10
+- clean up build flags
+
* Tue Jul 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.2.25-9
- Rebuild this dinosaur with the proper fedora build flags
8 years, 6 months
[mamory] Rebuild this dinosaur with the proper fedora build flags
by Leigh Scott
commit 63ca7e566dd12585267643b27953cc7aae1a9e16
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 26 08:47:25 2016 +0100
Rebuild this dinosaur with the proper fedora build flags
mamory-opt.patch | 4 ++--
mamory.spec | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mamory-opt.patch b/mamory-opt.patch
index ee88bce..4ec0991 100644
--- a/mamory-opt.patch
+++ b/mamory-opt.patch
@@ -5,7 +5,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
-+ CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O0 "
++ CFLAGS="${RPM_OPT_FLAGS}", CFLAGS="-g -DNDEBUG ${RPM_OPT_FLAGS}"
)
#AC_DEFINE(CFLAGS)
@@ -16,7 +16,7 @@
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
-+ CFLAGS="-g -DNDEBUG -O0 "
++ CFLAGS="-g -DNDEBUG ${RPM_OPT_FLAGS} "
fi
diff --git a/mamory.spec b/mamory.spec
index 4554546..35ac519 100644
--- a/mamory.spec
+++ b/mamory.spec
@@ -1,6 +1,6 @@
Name: mamory
Version: 0.2.25
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
License: GPLv2 and LGPLv2
URL: http://mamory.sourceforge.net
@@ -77,6 +77,9 @@ make check
%changelog
+* Tue Jul 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.2.25-9
+- Rebuild this dinosaur with the proper fedora build flags
+
* Sat May 16 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.2.25-8
- Fix FTBFS (rf#3626)
8 years, 6 months
[mpg123] Provide old name for libs and libs-devel subpkgs
by Igor Gnatenko
commit 70161493e6882f313ec3d612df09f1dfab916429
Author: Igor Gnatenko <ignatenko(a)redhat.com>
Date: Tue Jul 26 08:57:19 2016 +0200
Provide old name for libs and libs-devel subpkgs
Signed-off-by: Igor Gnatenko <ignatenko(a)redhat.com>
mpg123.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/mpg123.spec b/mpg123.spec
index 3f52a39..556e5b1 100644
--- a/mpg123.spec
+++ b/mpg123.spec
@@ -3,7 +3,7 @@
Name: mpg123
Version: 1.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
License: LGPLv2+
@@ -64,6 +64,8 @@ PortAudio output plug-in.
%package libs
Summary: %{summary}
+Provides: lib%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Provides: lib%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: lib%{name} < 1.23.4-1
%description libs %{_description}
@@ -72,6 +74,8 @@ Obsoletes: lib%{name} < 1.23.4-1
Summary: %{summary}
BuildRequires: /usr/bin/doxygen
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+Provides: lib%{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release}
+Provides: lib%{name}-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: lib%{name}-devel < 1.23.4-1
%description libs-devel %{_description}
@@ -135,6 +139,9 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%{_libdir}/pkgconfig/lib%{out}.pc
%changelog
+* Tue Jul 26 2016 Igor Gnatenko <ignatenko(a)redhat.com> - 1.23.6-2
+- Provide old name for libs and libs-devel subpkgs
+
* Sat Jul 09 2016 Igor Gnatenko <ignatenko(a)redhat.com> - 1.23.6-1
- Update to 1.23.6
8 years, 6 months