rpms/smplayer/devel smplayer-14.9.0.6966-system-qtsingleapplication.patch, NONE, 1.1 smtube-15.5.10-system-qtsingleapplication.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 smplayer.spec, 1.38, 1.39 smplayer_enqueue_kde4.desktop, 1.2, 1.3 sources, 1.26, 1.27 smplayer-0.8.5-system-qtsingleapplication.patch, 1.2, NONE smtube-2.1-system-qtsingleapplication.patch, 1.2, NONE
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/smplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8189
Modified Files:
.cvsignore smplayer.spec smplayer_enqueue_kde4.desktop sources
Added Files:
smplayer-14.9.0.6966-system-qtsingleapplication.patch
smtube-15.5.10-system-qtsingleapplication.patch
Removed Files:
smplayer-0.8.5-system-qtsingleapplication.patch
smtube-2.1-system-qtsingleapplication.patch
Log Message:
* Thu Aug 30 2007 George Machitidze <giomac(a)gmail.com>
- Rebuild for Fedora Core
smplayer-14.9.0.6966-system-qtsingleapplication.patch:
smplayer.pro | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
--- NEW FILE smplayer-14.9.0.6966-system-qtsingleapplication.patch ---
--- ./src/smplayer.pro.orig 2015-04-18 03:11:32.000000000 +0100
+++ ./src/smplayer.pro 2015-06-06 19:37:48.769799609 +0100
@@ -3,6 +3,7 @@ LANGUAGE = C++
CONFIG += qt warn_on
CONFIG += release
+CONFIG += qtsingleapplication
#CONFIG += debug
QT += network xml
@@ -283,14 +284,6 @@ FORMS = inputdvddirectory.ui logwindowba
about.ui inputmplayerversion.ui errordialog.ui timedialog.ui stereo3ddialog.ui \
toolbareditor.ui multilineinputdialog.ui
-# qtsingleapplication
-contains( DEFINES, SINGLE_INSTANCE ) {
- INCLUDEPATH += qtsingleapplication
- DEPENDPATH += qtsingleapplication
-
- SOURCES += qtsingleapplication/qtsingleapplication.cpp qtsingleapplication/qtlocalpeer.cpp
- HEADERS += qtsingleapplication/qtsingleapplication.h qtsingleapplication/qtlocalpeer.h
-}
# Find subtitles dialog
contains( DEFINES, FIND_SUBTITLES ) {
smtube-15.5.10-system-qtsingleapplication.patch:
smtube.pro | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE smtube-15.5.10-system-qtsingleapplication.patch ---
--- ./src/smtube.pro.orig 2015-06-06 19:41:57.132618395 +0100
+++ ./src/smtube.pro 2015-06-06 19:43:23.309596085 +0100
@@ -1,12 +1,14 @@
TEMPLATE = app
QT += network
+INCLUDEPATH += qtsingleapplication
CONFIG += release
#CONFIG += debug
DEFINES += USE_PLAYERS
DEFINES += YT_USE_SCRIPT
+DEFINES += USE_SINGLE_APPLICATION
isEqual(QT_MAJOR_VERSION, 5) {
QT += webkitwidgets widgets gui
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore 25 Mar 2015 18:49:24 -0000 1.24
+++ .cvsignore 6 Jun 2015 21:26:41 -0000 1.25
@@ -1,2 +1,2 @@
-smplayer-14.9.0.6690.tar.bz2
-smtube-15.1.26.tar.bz2
+smplayer-14.9.0.6966.tar.bz2
+smtube-15.5.10.tar.bz2
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- smplayer.spec 25 Mar 2015 18:50:54 -0000 1.38
+++ smplayer.spec 6 Jun 2015 21:26:41 -0000 1.39
@@ -1,13 +1,13 @@
-%global smtube_ver 15.1.26
+%global smtube_ver 15.5.10
Name: smplayer
-Version: 14.9.0.6690
+Version: 14.9.0.6966
Release: 1%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
License: GPLv2+
-URL: http://smplayer.sourceforge.net/linux/
+URL: http://smplayer.sourceforge.net/
Source0: http://downloads.sourceforge.net/smplayer/smplayer-%{version}.tar.bz2
# Add a servicemenu to enqeue files in smplayer's playlist.
# see also:
@@ -17,13 +17,14 @@
# Fix regression in Thunar (TODO: re-check in upcoming versions!)
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
Patch0: smplayer-0.8.3-desktop-files.patch
-Patch2: smplayer-0.8.5-system-qtsingleapplication.patch
-Patch3: smtube-2.1-system-qtsingleapplication.patch
+Patch2: smplayer-14.9.0.6966-system-qtsingleapplication.patch
+Patch3: smtube-15.5.10-system-qtsingleapplication.patch
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
BuildRequires: quazip-devel
BuildRequires: qtsingleapplication-devel
+BuildRequires: qtwebkit-devel
# smplayer without mplayer is quite useless
Requires: mplayer
Requires: kde-filesystem
@@ -39,11 +40,11 @@
%prep
%setup -a3 -qn %{name}-%{version}
-#remove some bundle sources
+#remove some bundle sources
rm -rf zlib
rm -rf src/qtsingleapplication/
rm -rf smtube-%{smtube_ver}/src/qtsingleapplication/
-#TODO unbundle libmaia
+#TODO unbundle libmaia
#rm -rf src/findsubtitles/libmaia
%patch0 -p0 -b .desktop-files
@@ -132,6 +133,9 @@
%changelog
* Wed Mar 25 2015 Sérgio Basto <sergio(a)serjux.com> - 14.9.0.6690-1
- Update smplayer to smplayer-14.9.0.6690 and smtube to smtube-15.1.26
+- Fix warning "The desktop entry file "ServiceMenus/smplayer_enqueue.desktop"
+ has an empty mimetype!
+- Rebase patches 2 and 3 .
* Mon Sep 15 2014 Sérgio Basto <sergio(a)serjux.com> - 14.9.0-1
- New upstream releases smplayer 14.9.0 and smtube 14.8.0
Index: smplayer_enqueue_kde4.desktop
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer_enqueue_kde4.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smplayer_enqueue_kde4.desktop 10 Jan 2013 03:09:18 -0000 1.2
+++ smplayer_enqueue_kde4.desktop 6 Jun 2015 21:26:41 -0000 1.3
@@ -1,11 +1,10 @@
-[Desktop Entry]
-Actions=smplayer_enqueue;
-Type=Service
-Icon=
-Name=
-X-KDE-ServiceTypes=KonqPopupMenu/Plugin,audio/ac3,audio/mp4,audio/mpeg,audio/vnd.rn-realaudio,audio/vorbis,audio/x-adpcm,audio/x-matroska,audio/x-mp2,audio/x-mp3,audio/x-ms-wma,audio/x-vorbis,audio/x-wav,video/avi,video/mp4,video/mpeg,video/quicktime,video/vnd.rn-realvideo,video/x-matroska,video/x-ms-asf,video/x-msvideo,video/x-ms-wmv,video/x-ogm,video/x-theora,video/webm,
-X-KDE-ExcludeServiceTypes=kdedevice/*
-X-KDE-Protocol=!file
+[Desktop Entry]
+Actions=smplayer_enqueue;
+Type=Service
+X-KDE-ServiceTypes=KonqPopupMenu/Plugin
+MimeType=audio/ac3;audio/mp4;audio/mpeg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-adpcm;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-ms-wma;audio/x-vorbis;audio/x-wav;audio/mpegurl;audio/x-mpegurl;audio/x-pn-realaudio;audio/x-scpls;audio/aac;audio/flac;audio/ogg;video/avi;video/mp4;video/flv;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmv;video/x-ogm;video/x-theora;video/webm;
+X-KDE-ExcludeServiceTypes=kdedevice/*
+X-KDE-Protocol=!file
[Desktop Action smplayer_enqueue]
Exec=smplayer -add-to-playlist %F
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 25 Mar 2015 18:49:25 -0000 1.26
+++ sources 6 Jun 2015 21:26:41 -0000 1.27
@@ -1,2 +1,2 @@
-75d8947682de96f7bf29c6f1a2f21391 smplayer-14.9.0.6690.tar.bz2
-88e63bbfa0a5fc6d90c88a72a802c3fb smtube-15.1.26.tar.bz2
+56eaf954077f34d2dd8e7208093351b3 smplayer-14.9.0.6966.tar.bz2
+ac05ed80bf724463512246832e57f253 smtube-15.5.10.tar.bz2
--- smplayer-0.8.5-system-qtsingleapplication.patch DELETED ---
--- smtube-2.1-system-qtsingleapplication.patch DELETED ---
9 years, 5 months
rpms/get_iplayer/F-20 .cvsignore,1.8,1.9 sources,1.10,1.11
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29782
Modified Files:
.cvsignore sources
Log Message:
* Sat Jun 6 2015 Peter Oliver <rpm(a)mavit.org.uk> - 2.94-1
- Update to 2.94.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 4 Apr 2015 20:28:42 -0000 1.8
+++ .cvsignore 6 Jun 2015 12:04:03 -0000 1.9
@@ -1 +1 @@
-get_iplayer-2.92.tar.gz
+get_iplayer-2.94.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 4 Apr 2015 20:28:43 -0000 1.10
+++ sources 6 Jun 2015 12:04:03 -0000 1.11
@@ -1 +1 @@
-40774e6981c7af8ea1c9998cce3e8c50 get_iplayer-2.92.tar.gz
+180883975710fa3548f1e3359e21d5e2 get_iplayer-2.94.tar.gz
9 years, 5 months
rpms/get_iplayer/F-20 get_iplayer.spec,1.22,1.23
by mavit
Author: mavit
Update of /cvs/free/rpms/get_iplayer/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29293
Modified Files:
get_iplayer.spec
Log Message:
* Sat Jun 6 2015 Peter Oliver <rpm(a)mavit.org.uk> - 2.94-1
- Update to 2.94.
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-20/get_iplayer.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- get_iplayer.spec 4 Apr 2015 20:28:42 -0000 1.22
+++ get_iplayer.spec 6 Jun 2015 11:47:31 -0000 1.23
@@ -1,6 +1,6 @@
Name: get_iplayer
-Version: 2.92
-Release: 2%{?dist}
+Version: 2.94
+Release: 1%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -59,6 +59,9 @@
%changelog
+* Sat Jun 6 2015 Peter Oliver <rpm(a)mavit.org.uk> - 2.94-1
+- Update to 2.94.
+
* Sat Apr 4 2015 Peter Oliver <rpm(a)mavit.org.uk> - 2.92-2
- Update to 2.92.
- Set tag_longdesc option by default, since that's what Fedora's
9 years, 5 months
rpms/yabause/F-20 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 yabause.spec, 1.14, 1.15
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/yabause/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27194
Modified Files:
.cvsignore sources yabause.spec
Log Message:
* Sat Jun 06 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.14-1
- Updated to 0.9.14
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/yabause/F-20/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 29 Apr 2014 05:33:43 -0000 1.9
+++ .cvsignore 6 Jun 2015 09:59:30 -0000 1.10
@@ -1 +1 @@
-yabause-0.9.13.1.tar.gz
+yabause-0.9.14.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yabause/F-20/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 29 Apr 2014 05:33:43 -0000 1.9
+++ sources 6 Jun 2015 09:59:30 -0000 1.10
@@ -1 +1 @@
-92dea73da109cc69e053eb55dc74214f yabause-0.9.13.1.tar.gz
+c9248b31a1484fc72f55958afe742b82 yabause-0.9.14.tar.gz
Index: yabause.spec
===================================================================
RCS file: /cvs/free/rpms/yabause/F-20/yabause.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- yabause.spec 29 Apr 2014 05:33:43 -0000 1.14
+++ yabause.spec 6 Jun 2015 09:59:30 -0000 1.15
@@ -1,5 +1,5 @@
Name: yabause
-Version: 0.9.13.1
+Version: 0.9.14
Release: 1%{?dist}
Summary: A Sega Saturn emulator
License: GPLv2+
@@ -46,6 +46,12 @@
%changelog
+* Sat Jun 06 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.14-1
+- Updated to 0.9.14
+
+* Mon Sep 01 2014 Sérgio Basto <sergio(a)serjux.com> - 0.9.13.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
* Tue Apr 29 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.13.1-1
- Updated to 0.9.13.1
- Ensured optimization level -O2 is used
9 years, 5 months
rpms/yabause/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 yabause.spec, 1.15, 1.16
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/yabause/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27087
Modified Files:
.cvsignore sources yabause.spec
Log Message:
* Sat Jun 06 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.14-1
- Updated to 0.9.14
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/yabause/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 29 Apr 2014 05:33:37 -0000 1.9
+++ .cvsignore 6 Jun 2015 09:59:23 -0000 1.10
@@ -1 +1 @@
-yabause-0.9.13.1.tar.gz
+yabause-0.9.14.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yabause/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 29 Apr 2014 05:33:37 -0000 1.9
+++ sources 6 Jun 2015 09:59:23 -0000 1.10
@@ -1 +1 @@
-92dea73da109cc69e053eb55dc74214f yabause-0.9.13.1.tar.gz
+c9248b31a1484fc72f55958afe742b82 yabause-0.9.14.tar.gz
Index: yabause.spec
===================================================================
RCS file: /cvs/free/rpms/yabause/devel/yabause.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- yabause.spec 1 Sep 2014 02:32:06 -0000 1.15
+++ yabause.spec 6 Jun 2015 09:59:23 -0000 1.16
@@ -1,6 +1,6 @@
Name: yabause
-Version: 0.9.13.1
-Release: 2%{?dist}
+Version: 0.9.14
+Release: 1%{?dist}
Summary: A Sega Saturn emulator
License: GPLv2+
URL: http://yabause.org
@@ -46,6 +46,9 @@
%changelog
+* Sat Jun 06 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.14-1
+- Updated to 0.9.14
+
* Mon Sep 01 2014 Sérgio Basto <sergio(a)serjux.com> - 0.9.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9 years, 5 months
rpms/qarte/devel .cvsignore, 1.2, 1.3 qarte.spec, 1.1, 1.2 sources, 1.2, 1.3
by Milan Bouchet-Valat
Author: nalimilan
Update of /cvs/free/rpms/qarte/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18325
Modified Files:
.cvsignore qarte.spec sources
Log Message:
* Wed May 27 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.3.0-1
- New upstream release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qarte/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 4 Oct 2014 20:01:33 -0000 1.2
+++ .cvsignore 4 Jun 2015 20:31:05 -0000 1.3
@@ -1 +1 @@
-qarte-2.2.0.tar.gz
+qarte-2.3.0.tar.gz
Index: qarte.spec
===================================================================
RCS file: /cvs/free/rpms/qarte/devel/qarte.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qarte.spec 4 Oct 2014 20:01:33 -0000 1.1
+++ qarte.spec 4 Jun 2015 20:31:05 -0000 1.2
@@ -1,6 +1,6 @@
Name: qarte
-Version: 2.2.0
-Release: 3%{dist}
+Version: 2.3.0
+Release: 1%{dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
@@ -18,7 +18,7 @@
and recording videos.
%prep
-%setup -q
+%setup -qn %{version}
%build
@@ -61,6 +61,9 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed May 27 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.3.0-1
+- New upstream release.
+
* Sat Sep 20 2014 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.2.0-3
- Add back %%{dist} to Release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qarte/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 4 Oct 2014 20:01:33 -0000 1.2
+++ sources 4 Jun 2015 20:31:05 -0000 1.3
@@ -1 +1 @@
-0f24f6a4d1bd8b270645660a0071371f qarte-2.2.0.tar.gz
+32838807fae0a4e065d44f8c67dd43f6 qarte-2.3.0.tar.gz
9 years, 5 months
rpms/vdr-skindesigner/devel .cvsignore, 1.37, 1.38 sources, 1.38, 1.39 vdr-skindesigner.spec, 1.41, 1.42
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14956/devel
Modified Files:
.cvsignore sources vdr-skindesigner.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- .cvsignore 1 Jun 2015 18:51:41 -0000 1.37
+++ .cvsignore 4 Jun 2015 15:47:37 -0000 1.38
@@ -1 +1 @@
-vdr-plugin-skindesigner-0.5.1.tar.bz2
+vdr-plugin-skindesigner-0.5.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources 1 Jun 2015 18:51:41 -0000 1.38
+++ sources 4 Jun 2015 15:47:37 -0000 1.39
@@ -1 +1 @@
-c0ddb60b3f21d1a0ae8eb90f0ed769ef vdr-plugin-skindesigner-0.5.1.tar.bz2
+cfcd29e311e301182cb96a39926e9572 vdr-plugin-skindesigner-0.5.2.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- vdr-skindesigner.spec 1 Jun 2015 18:51:41 -0000 1.41
+++ vdr-skindesigner.spec 4 Jun 2015 15:47:37 -0000 1.42
@@ -1,5 +1,5 @@
Name: vdr-skindesigner
-Version: 0.5.1
+Version: 0.5.2
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
@@ -113,6 +113,9 @@
%{_includedir}/libskindesignerapi/
%changelog
+* Thu Jun 04 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.5.2-1
+- Update to 0.5.2
+
* Mon Jun 01 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
9 years, 5 months
rpms/get_iplayer/devel .cvsignore, 1.11, 1.12 get_iplayer.spec, 1.27, 1.28 sources, 1.11, 1.12
by David Woodhouse
Author: dwmw2
Update of /cvs/free/rpms/get_iplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21655
Modified Files:
.cvsignore get_iplayer.spec sources
Log Message:
Update to 2.94
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 4 Apr 2015 19:34:32 -0000 1.11
+++ .cvsignore 4 Jun 2015 08:30:43 -0000 1.12
@@ -1 +1 @@
-get_iplayer-2.92.tar.gz
+get_iplayer-2.94.tar.gz
Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/get_iplayer.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- get_iplayer.spec 4 Apr 2015 20:02:44 -0000 1.27
+++ get_iplayer.spec 4 Jun 2015 08:30:43 -0000 1.28
@@ -1,6 +1,6 @@
Name: get_iplayer
-Version: 2.92
-Release: 2%{?dist}
+Version: 2.94
+Release: 1%{?dist}
Summary: Lists, Records and Streams BBC iPlayer TV and Radio programmes
Group: Applications/Internet
@@ -59,6 +59,9 @@
%changelog
+* Thu Jun 4 2015 David Woodhouse <dwmw2(a)infradead.org> - 2.94-1
+- Update to 2.94.
+
* Sat Apr 4 2015 Peter Oliver <rpm(a)mavit.org.uk> - 2.92-2
- Set tag_longdesc option by default, since that's what Fedora's
AtomicParsley supports. Fixes bug 3541.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 4 Apr 2015 19:34:32 -0000 1.11
+++ sources 4 Jun 2015 08:30:43 -0000 1.12
@@ -1 +1 @@
-40774e6981c7af8ea1c9998cce3e8c50 get_iplayer-2.92.tar.gz
+6700245c615ceb3b2bc4b151e05b4c74 get_iplayer-2.94.tar.gz
9 years, 5 months
rpms/ffmpeg/devel .cvsignore, 1.71, 1.72 ffmpeg.spec, 1.133, 1.134 sources, 1.72, 1.73
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5100
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Wed Jun 03 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.4.10-1
- Updated to 2.4.10
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- .cvsignore 28 Apr 2015 15:51:58 -0000 1.71
+++ .cvsignore 3 Jun 2015 06:19:37 -0000 1.72
@@ -1 +1 @@
-ffmpeg-2.4.9.tar.bz2
+ffmpeg-2.4.10.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ffmpeg.spec 28 Apr 2015 15:51:58 -0000 1.133
+++ ffmpeg.spec 3 Jun 2015 06:19:37 -0000 1.134
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 2.4.9
+Version: 2.4.10
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -258,6 +258,9 @@
%changelog
+* Wed Jun 03 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.4.10-1
+- Updated to 2.4.10
+
* Tue Apr 28 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.4.9-1
- Updated to 2.4.9
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- sources 28 Apr 2015 15:51:58 -0000 1.72
+++ sources 3 Jun 2015 06:19:37 -0000 1.73
@@ -1 +1 @@
-166f718a164862ddb585fe32802c67b3 ffmpeg-2.4.9.tar.bz2
+c07d1d0fd088a0c82cff72a4c0936fe7 ffmpeg-2.4.10.tar.bz2
9 years, 5 months
rpms/wl-kmod/F-20 wl-kmod-010_kernel_4.0.patch, NONE, 1.1 wl-kmod.spec, 1.157, 1.158
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26630/F-20
Modified Files:
wl-kmod.spec
Added Files:
wl-kmod-010_kernel_4.0.patch
Log Message:
Fix for 4.0
wl-kmod-010_kernel_4.0.patch:
wl_cfg80211_hybrid.c | 8 ++++++++
1 file changed, 8 insertions(+)
--- NEW FILE wl-kmod-010_kernel_4.0.patch ---
diff -Naur hybrid-v35_64-nodebug-pcoem-6_30_223_248.orig/src/wl/sys/wl_cfg80211_hybrid.c hybrid-v35_64-nodebug-pcoem-6_30_223_248/src/wl/sys/wl_cfg80211_hybrid.c
--- hybrid-v35_64-nodebug-pcoem-6_30_223_248.orig/src/wl/sys/wl_cfg80211_hybrid.c 2014-10-27 11:21:58.213536000 +0100
+++ hybrid-v35_64-nodebug-pcoem-6_30_223_248/src/wl/sys/wl_cfg80211_hybrid.c 2015-03-23 19:46:18.826690045 +0100
@@ -1456,7 +1456,11 @@
WL_DBG(("Could not get rate (%d)\n", err));
} else {
rate = dtoh32(rate);
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
+ sinfo->filled |= BIT(NL80211_STA_INFO_TX_BITRATE);
+#else
sinfo->filled |= STATION_INFO_TX_BITRATE;
+#endif
sinfo->txrate.legacy = rate * 5;
WL_DBG(("Rate %d Mbps\n", (rate / 2)));
}
@@ -1469,7 +1473,11 @@
return err;
}
rssi = dtoh32(scb_val.val);
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
+ sinfo->filled |= BIT(NL80211_STA_INFO_SIGNAL);
+#else
sinfo->filled |= STATION_INFO_SIGNAL;
+#endif
sinfo->signal = rssi;
WL_DBG(("RSSI %d dBm\n", rssi));
}
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-20/wl-kmod.spec,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- wl-kmod.spec 2 Jun 2015 08:01:39 -0000 1.157
+++ wl-kmod.spec 2 Jun 2015 09:51:14 -0000 1.158
@@ -3,11 +3,11 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+#global buildforkernels newest
Name: wl-kmod
Version: 6.30.223.248
-Release: 7%{?dist}.2
+Release: 8%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -24,6 +24,7 @@
Patch6: wl-kmod-007_kernel_3.17.patch
Patch7: wl-kmod-008_kernel_3.18.patch
Patch8: wl-kmod-009_kernel_3.18_null_pointer.patch
+Patch9: wl-kmod-010_kernel_4.0.patch
BuildRequires: %{_bindir}/kmodtool
@@ -71,6 +72,7 @@
%patch6 -p1 -b .kernel-3.17
%patch7 -p1 -b .kernel-3.18
%patch8 -p1 -b .kernel-3.18_null_pointer
+%patch9 -p1 -b .kernel-4.0
popd
for kernel_version in %{?kernel_versions} ; do
@@ -100,31 +102,43 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.2
+* Wed May 20 2015 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.248-8
+- Update new Broadcom upstream URLs in SPEC file
+
+* Wed May 20 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.10
- Rebuilt for kernel
-* Sun May 24 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.1
+* Wed May 13 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.9
- Rebuilt for kernel
-* Wed May 20 2015 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.248-7
-- Update new Broadcom upstream URLs in SPEC file
+* Sat May 09 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.8
+- Rebuilt for kernel
-* Wed May 13 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.10
+* Sat May 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.7
- Rebuilt for kernel
-* Sat May 09 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.9
+* Wed Apr 22 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.6
- Rebuilt for kernel
-* Sat May 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.8
+* Wed Apr 15 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.5
- Rebuilt for kernel
-* Wed Apr 22 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.7
+* Mon Mar 30 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.4
- Rebuilt for kernel
-* Wed Apr 15 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.6
+* Wed Mar 25 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7.2
+- Rebuilt for current
+
+* Wed Mar 25 2015 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.248-7.1
+- Modified patch for kernel >= 4.0 to allow build for kernel < 4.0
+
+* Mon Mar 23 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-7
+- Add patch for 4.0 kernel
+
+* Mon Mar 23 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.6
- Rebuilt for kernel
-* Mon Mar 30 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.5
+* Sat Mar 21 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.5
- Rebuilt for kernel
* Tue Mar 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-6.4
9 years, 5 months