[live555/f26: 4/4] Merge branch 'master' into f26
by Alexandre Detiste
commit 413b03773c1f357e1437908fca54adacf4adcccf
Merge: af96f6d fb6d239
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sun Jul 16 17:25:46 2017 +0200
Merge branch 'master' into f26
live555.spec | 8 +++++++-
sources | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
---
7 years, 4 months
[live555/f26] (4 commits) ...Merge branch 'master' into f26
by Alexandre Detiste
Summary of changes:
1d878ab... new release (*)
f5c6599... new release (*)
fb6d239... strip out include of 'xlocale.h' (*)
413b037... Merge branch 'master' into f26
(*) This commit already existed in another branch; no separate mail sent
7 years, 4 months
[live555] strip out include of 'xlocale.h'
by Alexandre Detiste
commit fb6d23925005fc745a604b12d084d61b9076d565
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sun Jul 16 17:03:20 2017 +0200
strip out include of 'xlocale.h'
live555.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/live555.spec b/live555.spec
index 5851087..5ed2f3e 100644
--- a/live555.spec
+++ b/live555.spec
@@ -67,6 +67,7 @@ vobStreamer) and a variety of test tools.
%setup -q -n live
sed -i -e "s|-O2|%{optflags}|" \
config.linux-with-shared-libraries
+sed -i '/xlocale.h/d' liveMedia/include/Locale.hh
%build
@@ -119,6 +120,8 @@ chmod +x %{buildroot}%{_libdir}/*.so*
%changelog
* Sun Jul 16 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.06.04-1
- New release
+- Use sed to out include of obsolete 'xlocale.h'
+ https://bugzilla.redhat.com/show_bug.cgi?id=1464640
* Tue May 23 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.04.26-1
- New release
7 years, 4 months
[live555] new release
by Alexandre Detiste
commit f5c6599891b6aa4deeaa530fa8819b42bdc227e7
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sun Jul 16 16:40:47 2017 +0200
new release
live555.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/live555.spec b/live555.spec
index 9093ebc..5851087 100644
--- a/live555.spec
+++ b/live555.spec
@@ -1,5 +1,5 @@
Name: live555
-Version: 2017.04.26
+Version: 2017.06.04
Release: 1%{?dist}
Summary: Live555.com streaming libraries
@@ -117,6 +117,9 @@ chmod +x %{buildroot}%{_libdir}/*.so*
%changelog
+* Sun Jul 16 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.06.04-1
+- New release
+
* Tue May 23 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.04.26-1
- New release
diff --git a/sources b/sources
index 75a2b64..e14cf0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7155e2d7313ef92929a8268856f0551c live.2017.04.26.tar.gz
+a36bb3cb9d7b6908ecb6efd48090be4f live.2017.06.04.tar.gz
7 years, 4 months
[libspotify] Deprecated and will stop working very soon
by Jonathan Dieter
commit 74ffe9dc0e53a751a020593ac45a3673a6d4c07c
Author: Jonathan Dieter <jdieter(a)lesbg.com>
Date: Sat Jul 15 22:30:31 2017 -0700
Deprecated and will stop working very soon
.gitignore | 5 ---
dead.package | 1 +
libspotify.spec | 122 --------------------------------------------------------
sources | 5 ---
4 files changed, 1 insertion(+), 132 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..8aa718f
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Deprecated and will stop working very soon
7 years, 4 months
[VirtualBox-kmod] Add patch for kernel_4.13_rc1
by Sérgio M. Basto
commit 909eae5d2828a3f3936b9fcff6eecc17f2ca3247
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jul 16 02:47:09 2017 +0100
Add patch for kernel_4.13_rc1
VirtualBox-kmod.spec | 7 ++++++-
vbox_fix_for_kernel_4.13_rc0_rf.patch | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index c0ccd8f..fcb49ab 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -30,7 +30,7 @@
Name: VirtualBox-kmod
Version: 5.1.22
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -39,6 +39,7 @@ URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: VirtualBox-kmod-excludekernel-filter.txt
patch1: vbox_fix_for_kernel_4.12_rf.patch
+patch2: vbox_fix_for_kernel_4.13_rc0_rf.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-kmodsrc >= %{version}%{vboxreltag}, xz, time
BuildRequires: %{AkmodsBuildRequires}
@@ -62,6 +63,7 @@ Kernel module for VirtualBox
%setup -T -c
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
%patch1 -p1
+%patch2 -p1
# error out if there was something wrong with kmodtool
%{?kmodtool_check}
@@ -110,6 +112,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Jul 12 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.22-4
+- Add patch for kernel_4.13_rc1
+
* Fri Jun 30 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.22-3
- Add patch for kernel 4.12
diff --git a/vbox_fix_for_kernel_4.13_rc0_rf.patch b/vbox_fix_for_kernel_4.13_rc0_rf.patch
new file mode 100644
index 0000000..cf673c8
--- /dev/null
+++ b/vbox_fix_for_kernel_4.13_rc0_rf.patch
@@ -0,0 +1,26 @@
+diff -rup ./VirtualBox-kmod-5.1.22.orig/vboxdrv/r0drv/linux/waitqueue-r0drv-linux.h ./VirtualBox-kmod-5.1.22/vboxdrv/r0drv/linux/waitqueue-r0drv-linux.h
+--- ./VirtualBox-kmod-5.1.22.orig/vboxdrv/r0drv/linux/waitqueue-r0drv-linux.h 2017-04-28 16:04:49.000000000 +0100
++++ ./VirtualBox-kmod-5.1.22/vboxdrv/r0drv/linux/waitqueue-r0drv-linux.h 2017-07-12 15:49:45.479872750 +0100
+@@ -39,6 +39,9 @@
+ * schedule_hrtimeout_range. */
+ #define RTR0SEMLNXWAIT_RESOLUTION 50000
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0)
++#define wait_queue_t wait_queue_entry_t
++#endif
+
+ /**
+ * Kernel mode Linux wait state structure.
+diff -rup ./VirtualBox-kmod-5.1.22.orig/vboxguest/r0drv/linux/waitqueue-r0drv-linux.h ./VirtualBox-kmod-5.1.22/vboxguest/r0drv/linux/waitqueue-r0drv-linux.h
+--- ./VirtualBox-kmod-5.1.22.orig/vboxguest/r0drv/linux/waitqueue-r0drv-linux.h 2017-04-28 16:04:49.000000000 +0100
++++ ./VirtualBox-kmod-5.1.22/vboxguest/r0drv/linux/waitqueue-r0drv-linux.h 2017-07-12 15:49:45.479872750 +0100
+@@ -39,6 +39,9 @@
+ * schedule_hrtimeout_range. */
+ #define RTR0SEMLNXWAIT_RESOLUTION 50000
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0)
++#define wait_queue_t wait_queue_entry_t
++#endif
+
+ /**
+ * Kernel mode Linux wait state structure.
7 years, 4 months
[streamripper] Update spec file
by Leigh Scott
commit 3cf7e460c5386bdf76900a54b95cfba7c04d8a00
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jul 15 18:31:15 2017 +0100
Update spec file
streamripper.spec | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/streamripper.spec b/streamripper.spec
index 70a1e20..31f022d 100644
--- a/streamripper.spec
+++ b/streamripper.spec
@@ -1,12 +1,11 @@
Summary: Shoutcast and icecast compatible streams recorder
Name: streamripper
Version: 1.64.6
-Release: 6%{?dist}
-Group: Applications/Multimedia
+Release: 7%{?dist}
URL: http://streamripper.sourceforge.net/
License: GPLv2
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
BuildRequires: libogg-devel
BuildRequires: libvorbis-devel
BuildRequires: libmad-devel
@@ -33,24 +32,24 @@ chmod 0644 ./lib/charset.h
rm -rf ./libmad-*
%configure --disable-static
-make %{?_smp_mflags}
+%make_build
%install
rm -rf %{buildroot}
-make install DESTDIR=%{buildroot} INSTALL="install -p -c"
+%make_install
%files
-%defattr(-,root,root,-)
-%doc README THANKS *.txt CHANGES COPYING
+%doc README THANKS *.txt CHANGES
+%license COPYING
%{_bindir}/*
%{_mandir}/man1/*
-%clean
-rm -rf %{buildroot}
-
%changelog
+* Sat Jul 15 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.64.6-7
+- Update spec file
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.64.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 4 months
[vdrsync] Perl 5.26 rebuild
by Paul Howarth
commit 87443f58b1259c4f28819a6cf4edccce70cd1488
Author: Paul Howarth <paul(a)city-fan.org>
Date: Sat Jul 15 11:41:50 2017 +0100
Perl 5.26 rebuild
vdrsync.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/vdrsync.spec b/vdrsync.spec
index 05671fb..23119ee 100644
--- a/vdrsync.spec
+++ b/vdrsync.spec
@@ -1,6 +1,6 @@
Name: vdrsync
Version: 0.1.3
-Release: 20.PRE1.050322%{?dist}
+Release: 21.PRE1.050322%{?dist}
Summary: Recording demultiplexer for VDR
Group: Applications/Multimedia
@@ -13,8 +13,8 @@ Patch1: %{name}-panteltje.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: perl
BuildRequires: perl-generators
+BuildRequires: perl-interpreter
Requires: dejavu-lgc-sans-fonts
Requires: dvdauthor
Requires: ffmpeg
@@ -76,6 +76,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Jul 15 2017 Paul Howarth <paul(a)city-fan.org> - 0.1.3-21.PRE1.050322
+- Perl 5.26 rebuild
+- BR: perl-interpreter rather than just perl
+ (https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules)
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.1.3-20.PRE1.050322
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 4 months
[aegisub] perl 5.26 rebuild
by Paul Howarth
commit bd607679257ea77db14f548895091100f29accaa
Author: Paul Howarth <paul(a)city-fan.org>
Date: Sat Jul 15 11:32:00 2017 +0100
perl 5.26 rebuild
aegisub.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/aegisub.spec b/aegisub.spec
index 8cb2fa5..92fa363 100644
--- a/aegisub.spec
+++ b/aegisub.spec
@@ -6,7 +6,7 @@
Name: aegisub
Version: 3.2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Tool for creating and modifying subtitles
#src/gl/ - MIT license. See src/gl/glext.h
@@ -97,6 +97,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Sat Jul 15 2017 Paul Howarth <paul(a)city-fan.org> - 3.2.2-5
+- perl 5.26 rebuild
+
* Fri Mar 24 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.2.2-4
- exclude ppc and aarch64 as the bundled luajit fails to build
@@ -105,9 +108,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- addedd build dependency to libcxx-devel, used for openal detection
* Wed Sep 28 2016 Michal Ambroz <rebus at, seznam.cz> - 3.2.2-2
-- addedd validation of the desktop file
+- added validation of the desktop file
- removed buildroot cleanup
-- addedd requires on hicolor-icon-theme
+- added requires on hicolor-icon-theme
- added buildrequires on intltool
* Fri Sep 9 2016 Michal Ambroz <rebus at, seznam.cz> - 3.2.2-1
7 years, 4 months
[mplayer] Perl 5.26 rebuild
by Paul Howarth
commit eefa988a55badfa1576bb11da0ede7905c5f2d80
Author: Paul Howarth <paul(a)city-fan.org>
Date: Sat Jul 15 09:30:00 2017 +0100
Perl 5.26 rebuild
mplayer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index 7f93a61..d1bbcf6 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -9,7 +9,7 @@ Version: 1.3.0
%if 0%{?svn}
Release: 40.%{?pre}%{?dist}
%else
-Release: 9%{?dist}
+Release: 10%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -391,6 +391,9 @@ update-desktop-database &>/dev/null || :
%{_datadir}/mplayer/*.fp
%changelog
+* Sat Jul 15 2017 Paul Howarth <paul(a)city-fan.org> - 1.3.0-10
+- Perl 5.26 rebuild
+
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.0-9
- Rebuild for ffmpeg update
7 years, 4 months