rpms/nvidia-340xx-kmod/F-20 3.19_kernel.patch, 1.1, 1.2 nvidia-340xx-kmod.spec, 1.3, 1.4
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-340xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15615
Modified Files:
3.19_kernel.patch nvidia-340xx-kmod.spec
Log Message:
* Tue Jan 27 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.65-4
- revert commit (don't replace main driver)
- fix 3.19 patch for rc6
3.19_kernel.patch:
nv-frontend.c | 8 ++++++++
nv.c | 4 ++++
2 files changed, 12 insertions(+)
Index: 3.19_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-340xx-kmod/F-20/3.19_kernel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 3.19_kernel.patch 12 Jan 2015 00:54:09 -0000 1.1
+++ 3.19_kernel.patch 27 Jan 2015 13:34:29 -0000 1.2
@@ -1,18 +1,5 @@
--- a/kernel/nv-frontend.c 2014-12-01 23:26:56.000000000 +0000
+++ b/kernel/nv-frontend.c 2015-01-08 11:51:16.760546089 +0000
-@@ -15,8 +15,12 @@
- #include "nv-frontend.h"
-
- #if defined(MODULE_LICENSE)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0)
-+MODULE_LICENSE("GPL");
-+#else
- MODULE_LICENSE("NVIDIA");
- #endif
-+#endif
- #if defined(MODULE_INFO)
- MODULE_INFO(supported, "external");
- #endif
@@ -327,7 +327,11 @@ long nvidia_frontend_unlocked_ioctl(
unsigned long i_arg
)
@@ -39,19 +26,6 @@
int nvidia_frontend_mmap(
--- a/kernel/nv.c 2014-12-01 23:26:56.000000000 +0000
+++ b/kernel/nv.c 2015-01-08 11:53:05.122427804 +0000
-@@ -30,8 +30,12 @@
-
- #if defined(NV_VMWARE) || (NV_BUILD_MODULE_INSTANCES != 0)
- #if defined(MODULE_LICENSE)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0)
-+MODULE_LICENSE("GPL");
-+#else
- MODULE_LICENSE("NVIDIA");
- #endif
-+#endif
- #if defined(MODULE_INFO)
- MODULE_INFO(supported, "external");
- #endif
@@ -1839,7 +1839,11 @@ nvidia_unlocked_ioctl(
unsigned long i_arg
)
Index: nvidia-340xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-340xx-kmod/F-20/nvidia-340xx-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nvidia-340xx-kmod.spec 16 Jan 2015 19:35:44 -0000 1.3
+++ nvidia-340xx-kmod.spec 27 Jan 2015 13:34:29 -0000 1.4
@@ -3,13 +3,13 @@
# "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 current
Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.65
# Taken over by kmodtool
-Release: 3%{?dist}.1
+Release: 4%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -29,7 +29,7 @@
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
# kmodtool does its magic here
-%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} %(if [ 0%{?fedora} == 020 ]; then echo --obsolete-name nvidia --obsolete-version %{?epoch}:%{version}-%{release}; fi) 2>/dev/null) }
+%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%description
The nvidia %{version} display driver kernel module for kernel %{kversion}.
@@ -39,11 +39,7 @@
# error out if there was something wrong with kmodtool
%{?kmodtool_check}
# print kmodtool output for debugging purposes:
-kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} \
-%if 0%{?fedora} == 20
- --obsolete-name nvidia --obsolete-version %{?epoch}:%{version}-%{release} \
-%endif
-2>/dev/null
+kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -T -c
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}-%{_target_cpu}.tar.xz
# patch loop
@@ -91,6 +87,10 @@
%changelog
+* Tue Jan 27 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.65-4
+- revert commit (don't replace main driver)
+- fix 3.19 patch for rc6
+
* Fri Jan 16 2015 Przemysław Palacz <pprzemal(a)gmail.com> - 1:340.65-3.1
- Rebuilt for kernel
9 years, 10 months
rpms/xorg-x11-drv-nvidia-340xx/F-20 xorg-x11-drv-nvidia-340xx.spec, 1.2, 1.3
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15406
Modified Files:
xorg-x11-drv-nvidia-340xx.spec
Log Message:
* Tue Jan 27 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.65-5
- revert last commit
Index: xorg-x11-drv-nvidia-340xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/F-20/xorg-x11-drv-nvidia-340xx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-nvidia-340xx.spec 16 Jan 2015 18:59:20 -0000 1.2
+++ xorg-x11-drv-nvidia-340xx.spec 27 Jan 2015 13:28:07 -0000 1.3
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-340xx
Epoch: 1
Version: 340.65
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: NVIDIA's 340xx series proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -44,12 +44,6 @@
Requires: %{_nvidia_serie}-kmod >= %{?epoch}:%{version}
Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
-%if 0%{?fedora} == 20
-Obsoletes: xorg-x11-drv-nvidia < %{?epoch}:%{version}-%{release}
-Provides: xorg-x11-drv-nvidia = %{?epoch}:%{version}-%{release}
-Obsoletes: nvidia-kmod < %{?epoch}:%{version}-%{release}
-Provides: nvidia-kmod-common = %{?epoch}:%{version}
-%endif
Obsoletes: %{_nvidia_serie}-kmod < %{?epoch}:%{version}
Provides: %{_nvidia_serie}-kmod-common = %{?epoch}:%{version}
Conflicts: xorg-x11-drv-nvidia-beta
@@ -58,9 +52,7 @@
Conflicts: xorg-x11-drv-nvidia-96xx
Conflicts: xorg-x11-drv-nvidia-173xx
Conflicts: xorg-x11-drv-nvidia-304xx
-%if 0%{?fedora} != 20
Conflicts: xorg-x11-drv-nvidia
-%endif
Conflicts: xorg-x11-drv-fglrx
Conflicts: xorg-x11-drv-catalyst
@@ -99,10 +91,6 @@
Group: Development/Libraries
Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
Requires: %{name}-cuda%{_isa} = %{?epoch}:%{version}-%{release}
-%if 0%{?fedora} == 20
-Obsoletes: xorg-x11-drv-nvidia-devel < %{?epoch}:%{version}-%{release}
-Provides: xorg-x11-drv-nvidia-devel = %{?epoch}:%{version}-%{release}
-%endif
%description devel
This package provides the development files of the %{name} package,
@@ -135,10 +123,6 @@
Summary: Libraries for %{name}
Group: User Interface/X Hardware Support
Requires: %{name} = %{?epoch}:%{version}-%{release}
-%if 0%{?fedora} == 20
-Obsoletes: xorg-x11-drv-nvidia-libs < %{?epoch}:%{version}-%{release}
-Provides: xorg-x11-drv-nvidia-libs = %{?epoch}:%{version}-%{release}
-%endif
Requires: libvdpau%{_isa} >= 0.5
%description libs
@@ -525,6 +509,9 @@
%changelog
+* Tue Jan 27 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.65-5
+- revert last commit
+
* Thu Jan 15 2015 Przemysław Palacz <pprzemal(a)gmail.com> - 1:340.65-4
- Replace main nvidia driver in F20 with this legacy version
9 years, 10 months
rpms/xorg-x11-drv-nvidia/F-20 xorg-x11-drv-nvidia.spec,1.137,1.138
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13845
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
* Tue Jan 27 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-2
- add conflicts 340xx
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-20/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- xorg-x11-drv-nvidia.spec 20 Dec 2014 09:39:58 -0000 1.137
+++ xorg-x11-drv-nvidia.spec 27 Jan 2015 11:52:48 -0000 1.138
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 331.113
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -60,6 +60,7 @@
Conflicts: xorg-x11-drv-nvidia-96xx
Conflicts: xorg-x11-drv-nvidia-173xx
Conflicts: xorg-x11-drv-nvidia-304xx
+Conflicts: xorg-x11-drv-nvidia-340xx
Conflicts: xorg-x11-drv-fglrx
Conflicts: xorg-x11-drv-catalyst
@@ -466,6 +467,9 @@
%{_nvidia_libdir}/libnvidia-ml.so
%changelog
+* Tue Jan 27 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-2
+- add conflicts 340xx
+
* Sat Dec 20 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-1
- Update to 331.113
9 years, 10 months
rpms/VirtualBox-kmod/devel VirtualBox-kmod.spec,1.46,1.47
by Leigh Scott
Author: leigh123linux
Update of /cvs/free/rpms/VirtualBox-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv630
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Mon Jan 26 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 4.3.20-4
- fix build issue
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/devel/VirtualBox-kmod.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- VirtualBox-kmod.spec 22 Jan 2015 20:03:37 -0000 1.46
+++ VirtualBox-kmod.spec 26 Jan 2015 13:54:07 -0000 1.47
@@ -10,6 +10,7 @@
# to be stable. This is so that we force the module update in sync with
# userspace.
#global prerel RC4
+%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
%global vboxrel 1
@@ -20,7 +21,7 @@
Name: VirtualBox-kmod
Version: 4.3.20
-Release: 3%{?prerel:.%{prerel}}%{?dist}.5
+Release: 4%{?prerel:.%{prerel}}%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +99,9 @@
%changelog
+* Mon Jan 26 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 4.3.20-4
+- fix build issue
+
* Thu Jan 22 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.20-3.5
- Bump
9 years, 10 months
rpms/xorg-x11-drv-nvidia/devel xorg-x11-drv-nvidia.spec,1.169,1.170
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31113
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Add cuda-driver-devel and %{_isa} virtual provides
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- xorg-x11-drv-nvidia.spec 21 Jan 2015 17:33:55 -0000 1.169
+++ xorg-x11-drv-nvidia.spec 26 Jan 2015 10:46:43 -0000 1.170
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 346.35
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -88,6 +88,10 @@
Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
Requires: %{name}-cuda%{_isa} = %{?epoch}:%{version}-%{release}
+#Don't put an epoch here
+Provides: cuda-drivers-devel = %{version}
+Provides: cuda-drivers-devel%{_isa} = %{version}
+
%description devel
This package provides the development files of the %{name} package,
such as OpenGL headers.
@@ -103,6 +107,7 @@
#Don't put an epoch here
Provides: cuda-drivers = %{version}
+Provides: cuda-drivers%{_isa} = %{version}
%description cuda
This package provides the CUDA driver libraries.
@@ -506,6 +511,9 @@
%{_nvidia_libdir}/libnvidia-fbc.so
%changelog
+* Mon Jan 26 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:346.35-3
+- Add cuda-driver-devel and %%{_isa} virtual provides
+
* Wed Jan 21 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:346.35-2
- clean up gtk from libs sub-package
9 years, 10 months
rpms/vdr-skindesigner/devel .cvsignore, 1.21, 1.22 sources, 1.22, 1.23 vdr-skindesigner.spec, 1.25, 1.26
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7759/devel
Modified Files:
.cvsignore sources vdr-skindesigner.spec
Log Message:
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources 22 Jan 2015 20:01:52 -0000 1.22
+++ sources 25 Jan 2015 13:43:45 -0000 1.23
@@ -1 +1 @@
-72d0c69e86dd32853552a9dd17f8b7bf vdr-plugin-skindesigner-0.1.6.tar.bz2
+254a09dafab22b430143fa332f735224 vdr-plugin-skindesigner-0.2.0.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vdr-skindesigner.spec 22 Jan 2015 20:01:52 -0000 1.25
+++ vdr-skindesigner.spec 25 Jan 2015 13:43:45 -0000 1.26
@@ -1,5 +1,5 @@
Name: vdr-skindesigner
-Version: 0.1.6
+Version: 0.2.0
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
@@ -73,6 +73,9 @@
%changelog
+* Sun Jan 25 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
* Thu Jan 22 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.6-1
- Update to 0.1.6
9 years, 10 months
rpms/vdr-skindesigner/F-20 .cvsignore, 1.21, 1.22 sources, 1.22, 1.23 vdr-skindesigner.spec, 1.27, 1.28
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7581/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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore 22 Jan 2015 19:58:30 -0000 1.21
+++ .cvsignore 25 Jan 2015 13:40:50 -0000 1.22
@@ -1 +1 @@
-vdr-plugin-skindesigner-0.1.6.tar.bz2
+vdr-plugin-skindesigner-0.2.0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources 22 Jan 2015 19:58:30 -0000 1.22
+++ sources 25 Jan 2015 13:40:50 -0000 1.23
@@ -1 +1 @@
-72d0c69e86dd32853552a9dd17f8b7bf vdr-plugin-skindesigner-0.1.6.tar.bz2
+254a09dafab22b430143fa332f735224 vdr-plugin-skindesigner-0.2.0.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/vdr-skindesigner.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vdr-skindesigner.spec 22 Jan 2015 19:58:30 -0000 1.27
+++ vdr-skindesigner.spec 25 Jan 2015 13:40:50 -0000 1.28
@@ -1,5 +1,5 @@
Name: vdr-skindesigner
-Version: 0.1.6
+Version: 0.2.0
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
@@ -73,6 +73,9 @@
%changelog
+* Sun Jan 25 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
* Thu Jan 22 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.6-1
- Update to 0.1.6
9 years, 10 months
rpms/dosemu/devel .cvsignore, 1.3, 1.4 dosemu.spec, 1.2, 1.3 sources, 1.3, 1.4
by Justin Zygmont
Author: solarflow99
Update of /cvs/free/rpms/dosemu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15748/devel
Modified Files:
.cvsignore dosemu.spec sources
Log Message:
importing to devel so it builds for future releases
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dosemu/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Dec 2013 18:19:27 -0000 1.3
+++ .cvsignore 25 Jan 2015 02:14:01 -0000 1.4
@@ -1,3 +1,3 @@
-freedos-source.tar.gz
dosemu-1.4.0.8.tgz
dosemu-freedos-bin.tgz
+freedos-source.tar.gz
Index: dosemu.spec
===================================================================
RCS file: /cvs/free/rpms/dosemu/devel/dosemu.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dosemu.spec 19 Dec 2013 18:19:27 -0000 1.2
+++ dosemu.spec 25 Jan 2015 02:14:01 -0000 1.3
@@ -1,6 +1,6 @@
Name: dosemu
Version: 1.4.0.8
-Release: 17.20131022git%{?dist}
+Release: 18.20131022git%{?dist}
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
@@ -155,7 +155,7 @@
%changelog
* Thu Nov 22 2013 Justin Zygmont <solarflow99[AT]gmail.com>
-- 1.4.0.8-17.20131022git
+- 1.4.0.8-18.20131022git
- updated to the latest build, fixes many bugs
- Added a symlink for /etc/dosemu, other minor fixes
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dosemu/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Dec 2013 18:19:27 -0000 1.3
+++ sources 25 Jan 2015 02:14:01 -0000 1.4
@@ -1,3 +1,3 @@
-f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
5dfd280442a37a5267bcc593a78b8059 dosemu-1.4.0.8.tgz
ed17a7e91e2010c04f6807eff9fb812d dosemu-freedos-bin.tgz
+f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
9 years, 10 months
rpms/ogmrip/F-20 .cvsignore, 1.12, 1.13 ogmrip.spec, 1.19, 1.20 sources, 1.12, 1.13 ogmrip-0.13.6-audio-quality.patch, 1.1, NONE ogmrip-0.13.6-g_const_return_deprecated.patch, 1.1, NONE ogmrip-0.13.6-gtk3_build_fix.patch, 1.1, NONE ogmrip-0.13.6-libnotify07-compatibility.patch, 1.1, NONE
by Gianluca Sforna
Author: giallu
Update of /cvs/free/rpms/ogmrip/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8972
Modified Files:
.cvsignore ogmrip.spec sources
Removed Files:
ogmrip-0.13.6-audio-quality.patch
ogmrip-0.13.6-g_const_return_deprecated.patch
ogmrip-0.13.6-gtk3_build_fix.patch
ogmrip-0.13.6-libnotify07-compatibility.patch
Log Message:
update to 1.0.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-20/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 3 Feb 2014 17:49:57 -0000 1.12
+++ .cvsignore 24 Jan 2015 21:33:07 -0000 1.13
@@ -1,2 +1 @@
-ogmrip-1.0.0.tar.gz
-ogmrip-1.0-option-testing.patch
+ogmrip-1.0.1.tar.gz
Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-20/ogmrip.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ogmrip.spec 3 Feb 2014 17:49:57 -0000 1.19
+++ ogmrip.spec 24 Jan 2015 21:33:07 -0000 1.20
@@ -1,6 +1,6 @@
Name: ogmrip
-Version: 1.0.0
-Release: 3%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
Summary: DVD ripping and encoding graphical user interface
Group: Applications/Multimedia
@@ -31,9 +31,6 @@
Requires(post): GConf2
Requires(postun): GConf2
-#from upstream https://sourceforge.net/p/ogmrip/patches/41/
-Patch0: ogmrip-1.0-option-testing.patch
-
%description
OGMRip is an application and a set of libraries for ripping and encoding DVDs
@@ -60,7 +57,7 @@
%prep
%setup -q
-%patch0 -p0
+#%patch0 -p0
%build
%configure \
@@ -136,6 +133,13 @@
%changelog
+* Thu Jan 15 2015 Thomas Björklund <tb(a)ludd.ltu.se> - 1.0.1-1
+- new upstream release
+- drop upstreamed patches
+
+* Mon Sep 01 2014 Sérgio Basto <sergio(a)serjux.com> - 1.0.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
* Mon Feb 3 2014 Gianluca Sforna <giallu(a)gmail.com> - 1.0.0-3
- add upstream patch for startup hang (#3124)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-20/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 3 Feb 2014 17:49:57 -0000 1.12
+++ sources 24 Jan 2015 21:33:07 -0000 1.13
@@ -1,2 +1 @@
-2cfab6a20bb5bb2603d41627b9f26ad7 ogmrip-1.0.0.tar.gz
-d39738b312e99d59359ab73d5482138c ogmrip-1.0-option-testing.patch
+2c9dbb32c9615ebec05e0104c5becefd ogmrip-1.0.1.tar.gz
--- ogmrip-0.13.6-audio-quality.patch DELETED ---
--- ogmrip-0.13.6-g_const_return_deprecated.patch DELETED ---
--- ogmrip-0.13.6-gtk3_build_fix.patch DELETED ---
--- ogmrip-0.13.6-libnotify07-compatibility.patch DELETED ---
9 years, 10 months