[EmptyEpsilon] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Sérgio M. Basto
commit dc8e969af147f5781c46e73fc7dc90cac255f58f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jul 27 19:01:54 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
EmptyEpsilon.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/EmptyEpsilon.spec b/EmptyEpsilon.spec
index 4854c4a..942bf32 100644
--- a/EmptyEpsilon.spec
+++ b/EmptyEpsilon.spec
@@ -5,7 +5,7 @@
Name: EmptyEpsilon
Summary: Spaceship bridge simulator game
Version: %{version_major}.%{version_minor}.%{version_patch}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
Recommends: xclip
BuildRequires: cmake
@@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}.desktop
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <sergio(a)serjux.com> - 2018.02.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Tue Mar 6 2018 Jan Kalina <jkalina(a)redhat.com> - 2018.02.15-1
- New version of game
6 years, 3 months
[xmltv] add BuildRequires: perl-devel
by Leigh Scott
commit 84a98ee80bd0f3f0b4394dd403b5af66c3480fa3
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 17:35:30 2018 +0100
add BuildRequires: perl-devel
xmltv.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/xmltv.spec b/xmltv.spec
index cac527d..2af62b1 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -15,6 +15,7 @@ BuildArch: noarch
%if 0%{?fedora}
BuildRequires: perl-generators
%endif
+BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(lib)
BuildRequires: perl(LWP) >= 5.65
6 years, 3 months
[xmms2-freeworld] fix build to use python2 explicitly
by Leigh Scott
commit 211b3e6efc6fcdcfb85142ba52c5d9a0be0074d7
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 17:24:59 2018 +0100
fix build to use python2 explicitly
xmms2-freeworld.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/xmms2-freeworld.spec b/xmms2-freeworld.spec
index f15171a..16befb3 100644
--- a/xmms2-freeworld.spec
+++ b/xmms2-freeworld.spec
@@ -22,7 +22,7 @@ URL: http://wiki.xmms2.xmms.se/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: sqlite-devel
BuildRequires: glib2-devel
-BuildRequires: python-devel
+BuildRequires: python2-devel
# RPMFusion only BuildRequires
BuildRequires: faad2-devel, libmad-devel, ffmpeg-devel, libmms-devel
@@ -103,6 +103,10 @@ An XMMS2 Plugin for listening to MP4 audio files.
%patch4 -p1
%patch5 -p1
+for i in doc/tutorial/python/tut1.py doc/tutorial/python/tut2.py doc/tutorial/python/tut3.py doc/tutorial/python/tut4.py doc/tutorial/python/tut5.py doc/tutorial/python/tut6.py utils/gen-tree-hashes.py utils/gen-wiki-release-bugs.py utils/gen-tarball.py utils/gen-wiki-release-authors.py waf waftools/podselect.py waftools/genipc.py waftools/genipc_server.py waftools/cython.py; do
+ sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' $i
+done
+
%build
export CFLAGS="%{optflags}"
6 years, 3 months
[zoneminder] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit ccfda52a01130159cc1773a073873008e598c096
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 16:16:21 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
zoneminder.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index 635c24f..b00ab5f 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -34,7 +34,7 @@
Name: zoneminder
Version: 1.30.4
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
# jscalendar is LGPL (any version): http://www.dynarch.com/projects/calendar/
@@ -355,6 +355,9 @@ rm -rf %{_docdir}/%{name}-%{version}
%dir %attr(755,%{zmuid_final},%{zmgid_final}) %{_localstatedir}/run/zoneminder
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.30.4-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.30.4-7
- Rebuilt for new ffmpeg snapshot
6 years, 3 months