rpms/VirtualBox/devel .cvsignore, 1.57, 1.58 VirtualBox-4.3.0-VBoxGuestLib.patch, 1.4, 1.5 VirtualBox.spec, 1.66, 1.67 sources, 1.57, 1.58
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26497
Modified Files:
.cvsignore VirtualBox-4.3.0-VBoxGuestLib.patch VirtualBox.spec
sources
Log Message:
* Sat Oct 11 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.18-1
- New upstream release .
- Removed trailing whitespaces .
- Refactor VirtualBox-4.3.0-VBoxGuestLib.patch to try upstreaming .
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/.cvsignore,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- .cvsignore 11 Sep 2014 15:59:16 -0000 1.57
+++ .cvsignore 11 Oct 2014 23:40:01 -0000 1.58
@@ -1 +1 @@
-VirtualBox-4.3.16.tar.bz2
+VirtualBox-4.3.18.tar.bz2
VirtualBox-4.3.0-VBoxGuestLib.patch:
Makefile.kmk | 2 ++
1 file changed, 2 insertions(+)
Index: VirtualBox-4.3.0-VBoxGuestLib.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/VirtualBox-4.3.0-VBoxGuestLib.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- VirtualBox-4.3.0-VBoxGuestLib.patch 11 Sep 2014 15:59:16 -0000 1.4
+++ VirtualBox-4.3.0-VBoxGuestLib.patch 11 Oct 2014 23:40:01 -0000 1.5
@@ -1,15 +1,16 @@
when we use VBOX_USE_SYSTEM_XORG_HEADERS , we don't need compile the very old libXFree86 (from xfree86.org)
Sérgio Basto <sergio(a)serjux.com>
---- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.orig 2014-09-11 15:31:56.706906433 +0100
-+++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 2014-09-11 15:32:24.737206867 +0100
-@@ -39,10 +39,6 @@ LIBRARIES += \
- VBoxGuestR3Lib \
+--- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.orig 2014-10-11 13:03:35.000000000 +0100
++++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 2014-10-12 00:11:00.925507543 +0100
+@@ -40,9 +40,11 @@ LIBRARIES += \
VBoxGuestR3LibShared
ifndef VBOX_ONLY_TESTSUITE
-- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
-- LIBRARIES += \
-- VBoxGuestR3LibXFree86
-- endif
+ if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
++ ifndef VBOX_USE_SYSTEM_XORG_HEADERS
+ LIBRARIES += \
+ VBoxGuestR3LibXFree86
+ endif
++ endif
if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
LIBRARIES += \
VBoxGuestR3LibXOrg
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/VirtualBox.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- VirtualBox.spec 11 Sep 2014 15:59:17 -0000 1.66
+++ VirtualBox.spec 11 Oct 2014 23:40:01 -0000 1.67
@@ -26,7 +26,7 @@
#endif
Name: VirtualBox
-Version: 4.3.16
+Version: 4.3.18
Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -52,7 +52,7 @@
Patch23: VirtualBox-4.3.10-xserver_guest.patch
Patch24: VirtualBox-4.3.0-VBoxGuestLib.patch
Patch26: VirtualBox-4.3.0-no-bundles.patch
-Patch27: VirtualBox-4.3.10-gcc.patch
+#Patch27: VirtualBox-4.3.10-gcc.patch
BuildRequires: kBuild >= 0.1.9998
BuildRequires: SDL-devel xalan-c-devel
@@ -90,7 +90,7 @@
#BuildRequires: glibc(x86-32) glibc-devel(x86-32) libstdc++(x86-32)
#BuildRequires: glibc.i686 glibc-devel.i686 libstdc++.i686
#BuildRequires: /usr/lib/libc.so
-#BuildRequires: /usr/lib/libstdc++.so.6 /lib/libc.so.6
+#BuildRequires: /usr/lib/libstdc++.so.6 /lib/libc.so.6
# For the X11 module
BuildRequires: libdrm-devel
@@ -199,7 +199,7 @@
%setup -qn %{name}-%{version}%{prereltag}
find -name '*.py[co]' -delete
-# Remove prebuilt binary tools
+# Remove prebuilt binary tools
rm -rf kBuild
rm -rf tools
# Remove bundle X11 sources and some lib sources, before patching.
@@ -209,11 +209,11 @@
rm -rf src/VBox/Additions/x11/x11stubs
rm -rf src/VBox/GuestHost/OpenGL/include/GL
-rm -rf src/libs/boost-1.37.0/
-#rm -rf src/libs/liblzf-3.4/
-rm -rf src/libs/libxml2-2.6.31/
-rm -rf src/libs/libpng-1.2.8/
-rm -rf src/libs/zlib-1.2.6/
+rm -rf src/libs/boost-1.37.0/
+#rm -rf src/libs/liblzf-3.4/
+rm -rf src/libs/libxml2-2.6.31/
+rm -rf src/libs/libpng-1.2.8/
+rm -rf src/libs/zlib-1.2.6/
%patch1 -p1 -b .noupdates
%patch2 -p1 -b .strings
@@ -349,7 +349,7 @@
obj/bin/webtest \
%endif
-install -p -m 0755 -D obj/bin/VBoxCreateUSBNode.sh $RPM_BUILD_ROOT/lib/udev/VBoxCreateUSBNode.sh
+install -p -m 0755 -D obj/bin/VBoxCreateUSBNode.sh $RPM_BUILD_ROOT/lib/udev/VBoxCreateUSBNode.sh
# Language files
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox/nls \
@@ -378,15 +378,15 @@
install -p -m 0644 obj/bin/virtualbox.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages
# Guest X.Org drivers
-# Michael Thayer from Oracle wrote: I have applied the patch [1] I posted so that you
-# can build with VBOX_USE_SYSTEM_XORG_HEADERS=1 set in future to only
+# Michael Thayer from Oracle wrote: I have applied the patch [1] I posted so that you
+# can build with VBOX_USE_SYSTEM_XORG_HEADERS=1 set in future to only
# build the X.Org drivers against the installed system headers.
# also wrote:
# As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not
# build it in this case.
# and
# Build using local X.Org headers. We assume X.Org Server 1.7 or later.
-#
+#
# [1] https://www.virtualbox.org/changeset/43588/vbox
install -m 0755 -D obj/bin/additions/vboxvideo_drv_system.so \
@@ -413,7 +413,7 @@
install -m 0755 -D src/VBox/Additions/x11/Installer/98vboxadd-xclient \
$RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
-#/usr/bin/VBoxClient-all does not exits
+#/usr/bin/VBoxClient-all does not exits
#install -m 0644 -D src/VBox/Additions/x11/Installer/vboxclient.desktop \
# $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vboxclient.desktop
#desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vboxclient.desktop
@@ -501,7 +501,7 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
# Guest additions install
-%post guest
+%post guest
/sbin/ldconfig
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
# should be in kmod package, not here
@@ -616,6 +616,11 @@
%changelog
+* Sat Oct 11 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.18-1
+- New upstream release .
+- Removed trailing whitespaces .
+- Refactor VirtualBox-4.3.0-VBoxGuestLib.patch to try upstreaming .
+
* Wed Sep 10 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.16-1
- New upstream release .
- Fixed VirtualBox-4.3.0-VBoxGuestLib.patch .
@@ -651,7 +656,7 @@
- small adjustments in others patches.
* Wed Dec 25 2013 Sérgio Basto <sergio(a)serjux.com> - 4.3.6-4
-- Update VirtualBox-4.3-mesa.patch, for guest drives and for Xorg-x11-server-1.14.99 in rawhide, glx internals "fixes" completely removed, eliminating BuildRequires of xorg-x11-server-source.
+- Update VirtualBox-4.3-mesa.patch, for guest drives and for Xorg-x11-server-1.14.99 in rawhide, glx internals "fixes" completely removed, eliminating BuildRequires of xorg-x11-server-source.
Also add to VBoxOGL_LIBS libXcomposite, libXdamage etc of the system.
- Disable webservice for rawhide, problems reported upstream with new gsoap version.
@@ -674,30 +679,30 @@
* Mon Oct 28 2013 Sérgio Basto <sergio(a)serjux.com> - 4.3.0-1
- New upstream release.
-- Refactor patches VirtualBox-4.3.0-32bit.patch, VirtualBox-4.3.0-libcxx.patch, VirtualBox-4.3.0-mesa.patch,
+- Refactor patches VirtualBox-4.3.0-32bit.patch, VirtualBox-4.3.0-libcxx.patch, VirtualBox-4.3.0-mesa.patch,
VirtualBox-4.3.0-no-bundles.patch, VirtualBox-4.3.0-testmangle.patch and VirtualBox-4.3.0-VBoxGuestLib.patch
- Took the opportunity to do a review: add some new binaries, need to review it again .
* Sun Sep 29 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.18-2
-- Additions/linux: fix shared folders for Linux 3.11
+- Additions/linux: fix shared folders for Linux 3.11
* Fri Sep 20 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.18-1
- New upstream release.
* Sun Sep 01 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.16-2
-- fixes for Kernel 3.11:
+- fixes for Kernel 3.11:
https://www.virtualbox.org/changeset/47484/vbox/trunk
and
- https://www.virtualbox.org/changeset/47588/vbox/trunk
+ https://www.virtualbox.org/changeset/47588/vbox/trunk
* Fri Jul 05 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.16-1
- New upstream release.
* Sun Jun 30 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-2
-- Bugfix, forgot rename *.modules to *.conf, as defined in modules-load.d(5) .
+- Bugfix, forgot rename *.modules to *.conf, as defined in modules-load.d(5) .
* Sat Jun 29 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-1
-- Change strings instructions to load modules.
+- Change strings instructions to load modules.
- New upstream release.
- Drop gcc-4.8 patch.
@@ -717,7 +722,7 @@
* Thu Mar 07 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.8-2
- Added upstreamed patch for kernels 3.9, "That fix will be part of the next maintenance
- release".
+ release".
* Sat Mar 02 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.8-1
- New upstream release.
@@ -760,7 +765,7 @@
* Sat Oct 27 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.4-1
- New upstream release.
-- Drop patch VirtualBox-4.2.0-xorg17.patch and add VBOX_USE_SYSTEM_XORG_HEADERS=1. Changeset r43588,
+- Drop patch VirtualBox-4.2.0-xorg17.patch and add VBOX_USE_SYSTEM_XORG_HEADERS=1. Changeset r43588,
https://www.virtualbox.org/changeset/43588/vbox , allow compile vboxvideo with system headers, and
"As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not build it".
- enable-webservice on F17 and lower (stables) and disable-docs on F18 and rawhide, can't buid it
@@ -770,8 +775,8 @@
- On F16, need add one xorg header for xorg-x11-server 1.11.x
* Sun Sep 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-3
-- Another clean X11 bundle sources (src/VBox/Additions/x11/x11stubs), minor improve on
-VirtualBox-4.2.0-xorg17.patch and split VBoxGuestLib part into VirtualBox-4.2.0-VBoxGuestLib.patch
+- Another clean X11 bundle sources (src/VBox/Additions/x11/x11stubs), minor improve on
+VirtualBox-4.2.0-xorg17.patch and split VBoxGuestLib part into VirtualBox-4.2.0-VBoxGuestLib.patch
* Sat Sep 15 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-2
- Disable websrv because fails to build on rawhide, temporarily I hope.
@@ -779,18 +784,18 @@
* Thu Sep 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-1
- 4.2.0 released
- Rebase and rework VirtualBox-4.2.0-xorg17.patch, add 2 new Definitions: XSERVER_LIBPCIACCESS XORG_VERSION_CURRENT=101300000
-- Rename and rework VirtualBox-OSE-4.1.10-mesa.patch
+- Rename and rework VirtualBox-OSE-4.1.10-mesa.patch
- Reorganize last 2 patches.
- Revert attempt to remove 32-bits patch.
-* Thu Sep 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.7.RC4
+* Thu Sep 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.7.RC4
- Another try to compile with 32-bits suport on x86_64.
* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.6.RC4
-- Update to RC4.
+- Update to RC4.
- Rename 32-bits patch to VirtualBox-4.2.0-32bit.patch
- Drop patch23 to fix ABI/API breakages in X11 1.13, appears fixed in RC4 !
-- Compile VBoxGuestLib with X11 sources from system and fix VBoxGuestR3LibRuntimeXF86.cpp.
+- Compile VBoxGuestLib with X11 sources from system and fix VBoxGuestR3LibRuntimeXF86.cpp.
- Removes X11 includes from sources (src/VBox/Additions/x11/x11include).
* Fri Sep 07 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.5.RC3
@@ -808,7 +813,7 @@
- add BR # libstdc++.i686 and libc-devel.i686 for 32-bits
BuildRequires: /usr/lib/libc.so
BuildRequires: /usr/lib/libstdc++.so.6 /lib/libc.so.6
-- drop 32-bit patch and testmangle patch, no fails.
+- drop 32-bit patch and testmangle patch, no fails.
- rename and remove some patches
cvs diff: VirtualBox-4.1.20-libcxx.patch was removed, no comparison available
cvs diff: VirtualBox-4.1.20-x113.patch is a new entry, no comparison available
@@ -858,8 +863,8 @@
* Tue May 22 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.16-1
- New upstream release.
-* Mon May 21 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-7
-- Customize VBOX_VERSION_STRING.
+* Mon May 21 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-7
+- Customize VBOX_VERSION_STRING.
* Wed May 16 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-6
- Bump a release, to build a new tag, one more try.
@@ -871,15 +876,15 @@
- Rename to VirtualBox, rfbz #1826
* Tue May 1 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-3
-- Review spec with fedora-review
+- Review spec with fedora-review
- Remove requirement for hal for F15
- .desktop, .service and xorg.conf.d/vboxvideo.conf are text files, put chmod 644
- don't try start vboxservice.service, because vboxservice.service depends on kmods, maybe start when
- modules are loaded.
+ modules are loaded.
* Sun Apr 29 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-2
-- Migrating vboxweb-service to a systemd unit file from a SysV initscript
-- Add vboxservice.service systemd unit file in guest package, rfbz #2274.
+- Migrating vboxweb-service to a systemd unit file from a SysV initscript
+- Add vboxservice.service systemd unit file in guest package, rfbz #2274.
* Thu Apr 26 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-1
- new release
@@ -903,7 +908,7 @@
- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
- fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
+ fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
- drop Patch to allow to build with GCC 4.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/sources,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- sources 11 Sep 2014 15:59:17 -0000 1.57
+++ sources 11 Oct 2014 23:40:02 -0000 1.58
@@ -1 +1 @@
-16f8f3e5fea2677da7456bc8b6aff458 VirtualBox-4.3.16.tar.bz2
+0e6e345a5bc4321bc5014258c6e9a5bb VirtualBox-4.3.18.tar.bz2
10 years, 1 month
rpms/vdr-softhddevice/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 vdr-softhddevice.spec, 1.14, 1.15
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20491/devel
Modified Files:
.cvsignore sources vdr-softhddevice.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 24 Sep 2014 18:52:59 -0000 1.12
+++ .cvsignore 11 Oct 2014 15:37:19 -0000 1.13
@@ -1 +1 @@
-vdr-plugin-softhddevice-a3c0052c4b87b44679d8264c89d085fcda721a2e.tar.bz2
+vdr-plugin-softhddevice-c2556eb90a83185e32f801163281eb8f30ea1b40.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 24 Sep 2014 18:52:59 -0000 1.12
+++ sources 11 Oct 2014 15:37:19 -0000 1.13
@@ -1 +1 @@
-a321bbc0adb98167e968e2d46c344649 vdr-plugin-softhddevice-a3c0052c4b87b44679d8264c89d085fcda721a2e.tar.bz2
+81a5431e0cc038356aa6dc63f4865cd0 vdr-plugin-softhddevice-c2556eb90a83185e32f801163281eb8f30ea1b40.tar.bz2
Index: vdr-softhddevice.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/vdr-softhddevice.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vdr-softhddevice.spec 24 Sep 2014 18:52:59 -0000 1.14
+++ vdr-softhddevice.spec 11 Oct 2014 15:37:19 -0000 1.15
@@ -1,10 +1,10 @@
-%global commit a3c0052c4b87b44679d8264c89d085fcda721a2e
+%global commit c2556eb90a83185e32f801163281eb8f30ea1b40
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20140923
+%global gitdate 20141011
Name: vdr-softhddevice
Version: 0.6.0
-Release: 17.%{gitdate}git%{shortcommit}%{?dist}
+Release: 18.%{gitdate}git%{shortcommit}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -74,6 +74,9 @@
%doc ChangeLog README.txt AGPL-3.0.txt
%changelog
+* Sat Oct 11 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-18.20141011gitc2556eb
+- update for new git snapshot
+
* Wed Sep 24 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-17.20140924gita3c0052
- update for new git snapshot
10 years, 1 month
rpms/vdr-softhddevice/F-20 .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 vdr-softhddevice.spec, 1.12, 1.13
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-softhddevice/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20319/F-20
Modified Files:
.cvsignore sources vdr-softhddevice.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 24 Sep 2014 18:52:27 -0000 1.12
+++ .cvsignore 11 Oct 2014 15:36:44 -0000 1.13
@@ -1 +1 @@
-vdr-plugin-softhddevice-a3c0052c4b87b44679d8264c89d085fcda721a2e.tar.bz2
+vdr-plugin-softhddevice-c2556eb90a83185e32f801163281eb8f30ea1b40.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 24 Sep 2014 18:52:28 -0000 1.12
+++ sources 11 Oct 2014 15:36:44 -0000 1.13
@@ -1 +1 @@
-a321bbc0adb98167e968e2d46c344649 vdr-plugin-softhddevice-a3c0052c4b87b44679d8264c89d085fcda721a2e.tar.bz2
+81a5431e0cc038356aa6dc63f4865cd0 vdr-plugin-softhddevice-c2556eb90a83185e32f801163281eb8f30ea1b40.tar.bz2
Index: vdr-softhddevice.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/vdr-softhddevice.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vdr-softhddevice.spec 24 Sep 2014 18:52:28 -0000 1.12
+++ vdr-softhddevice.spec 11 Oct 2014 15:36:44 -0000 1.13
@@ -1,10 +1,10 @@
-%global commit a3c0052c4b87b44679d8264c89d085fcda721a2e
+%global commit c2556eb90a83185e32f801163281eb8f30ea1b40
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20140923
+%global gitdate 20141011
Name: vdr-softhddevice
Version: 0.6.0
-Release: 17.%{gitdate}git%{shortcommit}%{?dist}
+Release: 18.%{gitdate}git%{shortcommit}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -74,6 +74,9 @@
%doc ChangeLog README.txt AGPL-3.0.txt
%changelog
+* Sat Oct 11 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-18.20141011gitc2556eb
+- update for new git snapshot
+
* Wed Sep 24 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-17.20140924gita3c0052
- update for new git snapshot
10 years, 1 month
rpms/vdr-skindesigner/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdr-skindesigner.spec, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20075/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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Oct 2014 18:37:34 -0000 1.2
+++ .cvsignore 11 Oct 2014 15:34:01 -0000 1.3
@@ -1 +1 @@
-vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
+vdr-plugin-skindesigner-71aed6f5cf975ca0c30c2ef90a78e6c5987de355.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 9 Oct 2014 18:37:34 -0000 1.2
+++ sources 11 Oct 2014 15:34:01 -0000 1.3
@@ -1 +1 @@
-a7dcbbb10de9d093f7b9975490f41bce vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
+fc704e7cbec31b0e03519647aef2c71e vdr-plugin-skindesigner-71aed6f5cf975ca0c30c2ef90a78e6c5987de355.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-skindesigner.spec 9 Oct 2014 18:37:34 -0000 1.1
+++ vdr-skindesigner.spec 11 Oct 2014 15:34:01 -0000 1.2
@@ -1,10 +1,10 @@
-%global commit ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b
+%global commit 71aed6f5cf975ca0c30c2ef90a78e6c5987de355
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20141007
+%global gitdate 20141011
Name: vdr-skindesigner
Version: 0.0.1
-Release: 4.%{gitdate}git%{shortcommit}%{?dist}
+Release: 5.%{gitdate}git%{shortcommit}%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -75,6 +75,9 @@
%changelog
+* Sat Oct 11 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-5.20141011git71aed6f
+- rebuild for new git release
+
* Tue Oct 07 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-4.20141007giteebe8ac
- rebuild for new git release
10 years, 1 month
rpms/vdr-skindesigner/F-20 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdr-skindesigner.spec, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19903/F-20
Modified Files:
.cvsignore sources vdr-skindesigner.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Oct 2014 18:36:40 -0000 1.2
+++ .cvsignore 11 Oct 2014 15:33:10 -0000 1.3
@@ -1 +1 @@
-vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
+vdr-plugin-skindesigner-71aed6f5cf975ca0c30c2ef90a78e6c5987de355.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 9 Oct 2014 18:36:40 -0000 1.2
+++ sources 11 Oct 2014 15:33:10 -0000 1.3
@@ -1 +1 @@
-a7dcbbb10de9d093f7b9975490f41bce vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
+fc704e7cbec31b0e03519647aef2c71e vdr-plugin-skindesigner-71aed6f5cf975ca0c30c2ef90a78e6c5987de355.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/vdr-skindesigner.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-skindesigner.spec 9 Oct 2014 18:36:40 -0000 1.1
+++ vdr-skindesigner.spec 11 Oct 2014 15:33:10 -0000 1.2
@@ -1,10 +1,10 @@
-%global commit ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b
+%global commit 71aed6f5cf975ca0c30c2ef90a78e6c5987de355
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20141007
+%global gitdate 20141011
Name: vdr-skindesigner
Version: 0.0.1
-Release: 4.%{gitdate}git%{shortcommit}%{?dist}
+Release: 5.%{gitdate}git%{shortcommit}%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -75,6 +75,9 @@
%changelog
+* Sat Oct 11 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-5.20141011git71aed6f
+- rebuild for new git release
+
* Tue Oct 07 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-4.20141007giteebe8ac
- rebuild for new git release
10 years, 1 month
rpms/wl-kmod/F-19 wl-kmod.spec,1.136,1.137
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12000
Modified Files:
wl-kmod.spec
Log Message:
* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.8
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- wl-kmod.spec 7 Oct 2014 19:31:43 -0000 1.136
+++ wl-kmod.spec 10 Oct 2014 21:06:31 -0000 1.137
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 1%{?dist}.7
+Release: 1%{?dist}.8
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -88,6 +88,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.8
+- Rebuilt for kernel
+
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.7
- Rebuilt for kernel
10 years, 1 month
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.197,1.198
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11879
Modified Files:
nvidia-kmod.spec
Log Message:
* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.16
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- nvidia-kmod.spec 7 Oct 2014 19:31:37 -0000 1.197
+++ nvidia-kmod.spec 10 Oct 2014 21:06:26 -0000 1.198
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.67
# Taken over by kmodtool
-Release: 1%{?dist}.15
+Release: 1%{?dist}.16
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.16
+- Rebuilt for kernel
+
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.15
- Rebuilt for kernel
10 years, 1 month
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.65,1.66
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11756
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.13
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- nvidia-304xx-kmod.spec 7 Oct 2014 19:31:31 -0000 1.65
+++ nvidia-304xx-kmod.spec 10 Oct 2014 21:06:20 -0000 1.66
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.121
# Taken over by kmodtool
-Release: 1%{?dist}.12
+Release: 1%{?dist}.13
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -79,6 +79,9 @@
%changelog
+* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.13
+- Rebuilt for kernel
+
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.12
- Rebuilt for kernel
10 years, 1 month
rpms/nvidia-173xx-kmod/F-19 nvidia-173xx-kmod.spec,1.110,1.111
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11633
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.13
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19/nvidia-173xx-kmod.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- nvidia-173xx-kmod.spec 7 Oct 2014 19:31:26 -0000 1.110
+++ nvidia-173xx-kmod.spec 10 Oct 2014 21:06:15 -0000 1.111
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 3%{?dist}.12
+Release: 3%{?dist}.13
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
%changelog
+* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.13
+- Rebuilt for kernel
+
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.12
- Rebuilt for kernel
10 years, 1 month
rpms/catalyst-kmod/F-19 catalyst-kmod.spec,1.85,1.86
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11514
Modified Files:
catalyst-kmod.spec
Log Message:
* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.14
- Rebuilt for kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/catalyst-kmod.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- catalyst-kmod.spec 7 Oct 2014 19:31:19 -0000 1.85
+++ catalyst-kmod.spec 10 Oct 2014 21:06:09 -0000 1.86
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 14.4
-Release: 1%{?dist}.13
+Release: 1%{?dist}.14
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.14
+- Rebuilt for kernel
+
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.13
- Rebuilt for kernel
10 years, 1 month