[smc-music] Add perl BR
by Nicolas Chauvet
commit fafc40b7eecda08d51895ad5740ef9b8b65689b0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 21 17:47:29 2017 +0100
Add perl BR
smc-music.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/smc-music.spec b/smc-music.spec
index 18f7299..307628d 100644
--- a/smc-music.spec
+++ b/smc-music.spec
@@ -11,6 +11,7 @@ Source0: http://dl.sf.net/smclone/SMC_Music_%{version}_high.zip
Source1: dochelper.pl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
+BuildRequires: perl
Requires: smc >= 0.99.7
%description
@@ -92,4 +93,4 @@ rm -rf %{buildroot}
- Removed redundant params from %%setup
* Sun Jun 25 2006 Ian Chapman <packages(a)amiga-hardware.com> 3.0-1
-- Initial Release
\ No newline at end of file
+- Initial Release
7 years, 8 months
[vdr-mp3] Add vdr-mp3-fix-overloaded-ambiguous.patch
by Martin Gansser
commit 316726cbb9af0a9e79a2d8cd3fc0983229d6ba4c
Author: Martin Gansser <mgansser(a)alice.de>
Date: Tue Mar 21 15:13:48 2017 +0100
Add vdr-mp3-fix-overloaded-ambiguous.patch
clog | 3 ---
vdr-mp3-fix-overloaded-ambiguous.patch | 11 +++++++++++
vdr-mp3.spec | 6 ++++--
3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/vdr-mp3-fix-overloaded-ambiguous.patch b/vdr-mp3-fix-overloaded-ambiguous.patch
new file mode 100644
index 0000000..924deb8
--- /dev/null
+++ b/vdr-mp3-fix-overloaded-ambiguous.patch
@@ -0,0 +1,11 @@
+--- mp3-0.10.2/player-mp3.c.orig 2017-03-21 14:57:53.820931295 +0100
++++ mp3-0.10.2/player-mp3.c 2017-03-21 15:02:38.834642016 +0100
+@@ -1429,7 +1429,7 @@
+ int real=sr;
+ CHECK(ioctl(fd,SNDCTL_DSP_SPEED,&real));
+ d(printf("oss: DSP samplerate now %d\n",real))
+- if((unsigned int)abs(real-sr)<sr/50) {
++ if((unsigned int)abs(real-(int)sr)<sr/50) {
+ outSr=sr;
+ d(printf("mp3-oss: DSP reset done\n"))
+ return true;
diff --git a/vdr-mp3.spec b/vdr-mp3.spec
index d1bdc8a..f8f5277 100644
--- a/vdr-mp3.spec
+++ b/vdr-mp3.spec
@@ -26,6 +26,7 @@ Patch4: %{name}-0.10.1-no-debug.patch
Patch5: %{name}-0.10.2-Makefile.patch
Patch6: %{name}-0.10.2-fsf-fix.patch
Patch7: %{name}-vdr2.1.2-compat.patch
+Patch8: %{name}-fix-overloaded-ambiguous.patch
BuildRequires: vdr-devel >= 2.0.6
BuildRequires: libsndfile-devel >= 1.0.0
@@ -65,6 +66,7 @@ primary output device.
%patch5 -p1
%patch6 -p1
%patch7 -p1
+%patch8 -p1
%{__perl} -pi -e \
's|CFGFIL=.*|CFGFIL="%{vdr_configdir}/plugins/mplayer.sh.conf"|' \
mplayer.sh
@@ -176,8 +178,8 @@ fi
%changelog
-* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.10.2-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+* Tue Mar 21 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.2-12
+- Add vdr-mp3-fix-overloaded-ambiguous.patch
* Tue Mar 17 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.2-11
- added vdr-mp3-vdr2.1.2-compat.patch
7 years, 8 months
[zboy] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
by Nicolas Chauvet
commit af6075b03a49194c8f8d4dddb95c1963740a39f8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 21 08:21:30 2017 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
zboy.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zboy.spec b/zboy.spec
index 8c42ffb..76a8527 100644
--- a/zboy.spec
+++ b/zboy.spec
@@ -1,6 +1,6 @@
Name: zboy
Version: 0.60
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A GameBoy emulator
License: GPLv3
@@ -66,6 +66,9 @@ install -p -m 0755 %{name} %{buildroot}%{_bindir}
%changelog
+* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.60-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
* Sun Oct 04 2015 Andrea Musuruane <musuruan(a)gmail.com> 0.60-2
- Correctly marked license file
7 years, 8 months
[z-push] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
by Nicolas Chauvet
commit edb9d035015f557b519947fad25a1ac9b0721b18
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 21 08:21:26 2017 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
z-push.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/z-push.spec b/z-push.spec
index e7fa40f..797eae1 100644
--- a/z-push.spec
+++ b/z-push.spec
@@ -1,7 +1,7 @@
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
Version: 2.2.12
-Release: 1%{?dist}
+Release: 2%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
URL: https://z-push.org/
@@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.2.12-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
* Thu Sep 15 2016 Sérgio Basto <sergio(a)serjux.com> - 2.2.12-1
- Update to 2.2.12
7 years, 8 months
[yle-dl] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
by Nicolas Chauvet
commit e24fcea52f05fb93ebaf8f6bead8bc69971322cd
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 21 08:21:21 2017 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
yle-dl.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/yle-dl.spec b/yle-dl.spec
index df5a9a4..c1dc07a 100644
--- a/yle-dl.spec
+++ b/yle-dl.spec
@@ -1,6 +1,6 @@
Name: yle-dl
Version: 2.13
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
Group: Applications/Multimedia
@@ -46,6 +46,9 @@ make DESTDIR=%{buildroot} prefix=%{_usr} install
%changelog
+* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.13-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
* Wed Dec 07 2016 Sérgio Basto <sergio(a)serjux.com> - 2.13-1
- Update to 2.13
7 years, 8 months
[yabause] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
by Nicolas Chauvet
commit bc0561b0adb7e9672a99f5233f0cad1f23d940ba
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 21 08:21:17 2017 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
yabause.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/yabause.spec b/yabause.spec
index a69a051..ed709fa 100644
--- a/yabause.spec
+++ b/yabause.spec
@@ -2,7 +2,7 @@
Name: yabause
Version: 0.9.15
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Sega Saturn emulator
License: GPLv2+
URL: http://yabause.org
@@ -70,6 +70,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.9.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
* Sat Oct 29 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.15-1
- Updated to 0.9.15
- Use Qt5 on F25 and above
7 years, 8 months
[xvidcore] Revert "Add missing perl build requires"
by Leigh Scott
commit 35a69c42f5e36eeddd7e73ee3e3dc75f5e32e66e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Mar 21 07:20:04 2017 +0000
Revert "Add missing perl build requires"
This reverts commit 2a369a0e6698fcc3ad97524ae4e2a8533bf17856.
xvidcore.spec | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/xvidcore.spec b/xvidcore.spec
index 0a76674..e211587 100644
--- a/xvidcore.spec
+++ b/xvidcore.spec
@@ -2,7 +2,7 @@
Name: xvidcore
Version: 1.3.4
-Release: 4%{?dist}
+Release: 3%{?dist}
Summary: MPEG-4 Simple and Advanced Simple Profile codec
Group: System Environment/Libraries
@@ -10,7 +10,6 @@ License: GPLv2+
URL: http://www.xvid.org/
Source0: http://downloads.xvid.org/downloads/xvidcore-%{version}%{?pre}.tar.bz2
-BuildRequires: perl-generators
%ifarch %{ix86} x86_64
BuildRequires: nasm >= 2.0
%endif
@@ -73,9 +72,6 @@ chmod 755 $RPM_BUILD_ROOT%{_libdir}/libxvidcore.so.*
%changelog
-* Tue Mar 21 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.4-4
-- rebuilt
-
* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 8 months
[xvidcore] Add missing perl build requires
by Leigh Scott
commit 2a369a0e6698fcc3ad97524ae4e2a8533bf17856
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Mar 21 07:16:28 2017 +0000
Add missing perl build requires
xvidcore.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/xvidcore.spec b/xvidcore.spec
index e211587..0a76674 100644
--- a/xvidcore.spec
+++ b/xvidcore.spec
@@ -2,7 +2,7 @@
Name: xvidcore
Version: 1.3.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: MPEG-4 Simple and Advanced Simple Profile codec
Group: System Environment/Libraries
@@ -10,6 +10,7 @@ License: GPLv2+
URL: http://www.xvid.org/
Source0: http://downloads.xvid.org/downloads/xvidcore-%{version}%{?pre}.tar.bz2
+BuildRequires: perl-generators
%ifarch %{ix86} x86_64
BuildRequires: nasm >= 2.0
%endif
@@ -72,6 +73,9 @@ chmod 755 $RPM_BUILD_ROOT%{_libdir}/libxvidcore.so.*
%changelog
+* Tue Mar 21 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.4-4
+- rebuilt
+
* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 8 months
[xvidcore] Temporary disable - perl isn't is the default BR
by Nicolas Chauvet
commit bee70e350ab47397ec9c3cb49858ba2abf0da6c0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 21 08:12:41 2017 +0100
Temporary disable - perl isn't is the default BR
xvidcore.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xvidcore.spec b/xvidcore.spec
index e1fcb32..e211587 100644
--- a/xvidcore.spec
+++ b/xvidcore.spec
@@ -38,7 +38,7 @@ documentation for the Xvid video codec.
chmod -x examples/*.pl
f=AUTHORS ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f && touch -r $f $f.utf8 && mv $f.utf8 $f
# Yes, we want to see the build output.
-%{__perl} -pi -e 's/^\t@(?!echo\b)/\t/' build/generic/Makefile
+#{__perl} -pi -e 's/^\t@(?!echo\b)/\t/' build/generic/Makefile
%build
7 years, 8 months