rpms/mplayer/F-11 mplayer.spec,1.22,1.23
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mplayer/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26879
Modified Files:
mplayer.spec
Log Message:
- Rebuild for rfbz#591
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-11/mplayer.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mplayer.spec 31 Mar 2009 18:14:20 -0000 1.22
+++ mplayer.spec 10 Oct 2009 20:00:05 -0000 1.23
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.0
-Release: 0.109.%{pre}%{?dist}
+Release: 0.110.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -340,6 +340,9 @@
%changelog
+* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 1.0-0.110.20090329svn
+- Rebuild for rfbz#591
+
* Sun Mar 29 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.109.20090329svn
- 20090329 snapshot from 1.0rc3 branch
- fix RPM_OPT_FLAGS usage
15 years, 1 month
rpms/kdenlive/F-11 kdenlive-0.7.6-dvdwizard.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 kdenlive.spec, 1.2, 1.3 sources, 1.3, 1.4
by Zarko Pintar
Author: grof
Update of /cvs/free/rpms/kdenlive/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21044/F-11
Modified Files:
.cvsignore kdenlive.spec sources
Added Files:
kdenlive-0.7.6-dvdwizard.patch
Log Message:
kdenlive-0.7.6-dvdwizard.patch:
--- NEW FILE kdenlive-0.7.6-dvdwizard.patch ---
--- kdenlive-0.7.6//src/dvdwizardchapters.cpp 2009/09/25 21:02:41 3929
+++ kdenlive-0.7.6/src/dvdwizardchapters.cpp 2009/10/10 11:46:15 4032
@@ -151,7 +151,7 @@
if (m_monitor == NULL) {
m_monitor = new Monitor("chapter", m_manager, profile, this);
- m_monitor->start();
+ //m_monitor->start();
QVBoxLayout *vbox = new QVBoxLayout;
vbox->addWidget(m_monitor);
m_view.monitor_frame->setLayout(vbox);
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kdenlive/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Sep 2009 19:16:50 -0000 1.3
+++ .cvsignore 10 Oct 2009 18:13:21 -0000 1.4
@@ -1 +1 @@
-kdenlive-0.7.5.tar.gz
+kdenlive-0.7.6.tar.gz
Index: kdenlive.spec
===================================================================
RCS file: /cvs/free/rpms/kdenlive/F-11/kdenlive.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdenlive.spec 8 Sep 2009 19:16:50 -0000 1.2
+++ kdenlive.spec 10 Oct 2009 18:13:21 -0000 1.3
@@ -1,11 +1,12 @@
Name: kdenlive
-Version: 0.7.5
+Version: 0.7.6
Release: 1%{?dist}
Summary: Non-linear video editor
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.kdenlive.org
Source: http://downloads.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
+Patch0: kdenlive-0.7.6-dvdwizard.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,7 +29,8 @@
%prep
%setup -q
-
+# Patch for resolve crash when Kdenlive calls DVDWizard
+%patch0 -p1 -b .dvdwizard
# MLT's binary melt renamed at Fedora, so we must rename it in Kdenlive, too
sed -i 's|/bin/melt|/bin/mlt-melt|' src/mainwindow.cpp
sed -i 's|findExe("melt")|findExe("mlt-melt")|' src/mainwindow.cpp
@@ -89,6 +91,10 @@
%{_mandir}/man1/*.gz
%changelog
+* Thu Oct 08 2009 Zarko <zarko.pintar(a)gmail.com> - 0.7.6-1
+- new version
+- added dwdwizard patch
+
* Mon Sep 07 2009 Zarko <zarko.pintar(a)gmail.com> - 0.7.5-1
- new version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kdenlive/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Sep 2009 19:16:50 -0000 1.3
+++ sources 10 Oct 2009 18:13:21 -0000 1.4
@@ -1 +1 @@
-2b56a9a5b2b4e18d026d13fa4e159cba kdenlive-0.7.5.tar.gz
+fb3732c79e489db364811fc88b99aec8 kdenlive-0.7.6.tar.gz
15 years, 1 month
rpms/kdenlive/devel kdenlive-0.7.6-dvdwizard.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 kdenlive.spec, 1.1, 1.2 sources, 1.2, 1.3
by Zarko Pintar
Author: grof
Update of /cvs/free/rpms/kdenlive/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20602/devel
Modified Files:
.cvsignore kdenlive.spec sources
Added Files:
kdenlive-0.7.6-dvdwizard.patch
Log Message:
kdenlive-0.7.6-dvdwizard.patch:
--- NEW FILE kdenlive-0.7.6-dvdwizard.patch ---
--- kdenlive-0.7.6//src/dvdwizardchapters.cpp 2009/09/25 21:02:41 3929
+++ kdenlive-0.7.6/src/dvdwizardchapters.cpp 2009/10/10 11:46:15 4032
@@ -151,7 +151,7 @@
if (m_monitor == NULL) {
m_monitor = new Monitor("chapter", m_manager, profile, this);
- m_monitor->start();
+ //m_monitor->start();
QVBoxLayout *vbox = new QVBoxLayout;
vbox->addWidget(m_monitor);
m_view.monitor_frame->setLayout(vbox);
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kdenlive/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 8 Sep 2009 19:15:50 -0000 1.2
+++ .cvsignore 10 Oct 2009 18:12:43 -0000 1.3
@@ -1 +1 @@
-kdenlive-0.7.5.tar.gz
+kdenlive-0.7.6.tar.gz
Index: kdenlive.spec
===================================================================
RCS file: /cvs/free/rpms/kdenlive/devel/kdenlive.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdenlive.spec 8 Sep 2009 19:15:50 -0000 1.1
+++ kdenlive.spec 10 Oct 2009 18:12:43 -0000 1.2
@@ -1,11 +1,12 @@
Name: kdenlive
-Version: 0.7.5
+Version: 0.7.6
Release: 1%{?dist}
Summary: Non-linear video editor
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.kdenlive.org
Source: http://downloads.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
+Patch0: kdenlive-0.7.6-dvdwizard.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,7 +29,8 @@
%prep
%setup -q
-
+# Patch for resolve crash when Kdenlive calls DVDWizard
+%patch0 -p1 -b .dvdwizard
# MLT's binary melt renamed at Fedora, so we must rename it in Kdenlive, too
sed -i 's|/bin/melt|/bin/mlt-melt|' src/mainwindow.cpp
sed -i 's|findExe("melt")|findExe("mlt-melt")|' src/mainwindow.cpp
@@ -89,6 +91,10 @@
%{_mandir}/man1/*.gz
%changelog
+* Thu Oct 08 2009 Zarko <zarko.pintar(a)gmail.com> - 0.7.6-1
+- new version
+- added dwdwizard patch
+
* Mon Sep 07 2009 Zarko <zarko.pintar(a)gmail.com> - 0.7.5-1
- new version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kdenlive/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 8 Sep 2009 19:15:50 -0000 1.2
+++ sources 10 Oct 2009 18:12:43 -0000 1.3
@@ -1 +1 @@
-2b56a9a5b2b4e18d026d13fa4e159cba kdenlive-0.7.5.tar.gz
+fb3732c79e489db364811fc88b99aec8 kdenlive-0.7.6.tar.gz
15 years, 1 month
rpms/xorg-x11-drv-nvidia/F-11 xorg-x11-drv-nvidia.spec,1.29,1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18523
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Still typoed
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- xorg-x11-drv-nvidia.spec 10 Oct 2009 17:14:42 -0000 1.29
+++ xorg-x11-drv-nvidia.spec 10 Oct 2009 17:35:44 -0000 1.30
@@ -309,7 +309,7 @@
%exclude %{nvidialibdir}/libcuda.so
%{nvidialibdir}/libGL.so
%{nvidialibdir}/libXvMCNVIDIA.so
-3
+
%changelog
* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 185.18.36-3
15 years, 1 month
rpms/xorg-x11-drv-catalyst/F-11 filter-provides.sh, NONE, 1.1 filter-requires.sh, NONE, 1.1 xorg-x11-drv-catalyst.spec, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18411
Modified Files:
xorg-x11-drv-catalyst.spec
Added Files:
filter-provides.sh filter-requires.sh
Log Message:
- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
--- NEW FILE filter-provides.sh ---
#!/bin/sh
if [ -x /usr/lib/rpm/redhat/find-provides ]; then
FINDPROV=/usr/lib/rpm/redhat/find-provides
else
FINDPROV=/usr/lib/rpm/find-provides
fi
$FINDPROV $* | sed -e '/libGL.so/d'
--- NEW FILE filter-requires.sh ---
#!/bin/sh
if [ -x /usr/lib/rpm/redhat/find-requires ]; then
FINDREQ=/usr/lib/rpm/redhat/find-requires
else
FINDREQ=/usr/lib/rpm/find-requires
fi
$FINDREQ $* | sed -e '/libGL.so/d'
Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-11/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xorg-x11-drv-catalyst.spec 12 Sep 2009 02:20:32 -0000 1.3
+++ xorg-x11-drv-catalyst.spec 10 Oct 2009 17:34:41 -0000 1.4
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-catalyst
Version: 9.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
@@ -25,6 +25,12 @@
Source10: catalyst.sh
Source11: catalyst.csh
Source13: blacklist-radeon.conf
+# So we don't mess with mesa provides.
+Source91: filter-requires.sh
+Source92: filter-provides.sh
+%define _use_internal_dependency_generator 0
+%define __find_requires %{SOURCE91}
+%define __find_provides %{SOURCE92}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -308,6 +314,9 @@
%{_includedir}/fglrx/
%changelog
+* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 9.9-2
+- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
+
* Fri Sep 11 2009 Stewart Adam <s.adam at diffingo.com> - 9.9-1
- Update to Catalyst 9.9 (internal version 8.65.4)
15 years, 1 month
rpms/xorg-x11-drv-nvidia-96xx/F-11 filter-provides.sh, NONE, 1.1 filter-requires.sh, 1.1, 1.2 xorg-x11-drv-nvidia-96xx.spec, 1.11, 1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17739
Modified Files:
filter-requires.sh xorg-x11-drv-nvidia-96xx.spec
Added Files:
filter-provides.sh
Log Message:
- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
--- NEW FILE filter-provides.sh ---
#!/bin/sh
if [ -x /usr/lib/rpm/redhat/find-provides ]; then
FINDPROV=/usr/lib/rpm/redhat/find-provides
else
FINDPROV=/usr/lib/rpm/find-provides
fi
$FINDPROV $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d' | sed -e '/libGL.so/d'
Index: filter-requires.sh
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-11/filter-requires.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- filter-requires.sh 30 Oct 2008 13:30:02 -0000 1.1
+++ filter-requires.sh 10 Oct 2009 17:27:05 -0000 1.2
@@ -1,10 +1,10 @@
#!/bin/sh
-if [ -x /usr/lib/rpm/redhat/find-provides ]; then
+if [ -x /usr/lib/rpm/redhat/find-requires ]; then
FINDREQ=/usr/lib/rpm/redhat/find-requires
else
FINDREQ=/usr/lib/rpm/find-requires
fi
-$FINDREQ $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d'
+$FINDREQ $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d' | sed -e '/libGL.so/d'
Index: xorg-x11-drv-nvidia-96xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-11/xorg-x11-drv-nvidia-96xx.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xorg-x11-drv-nvidia-96xx.spec 31 Aug 2009 20:12:06 -0000 1.11
+++ xorg-x11-drv-nvidia-96xx.spec 10 Oct 2009 17:27:05 -0000 1.12
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-96xx
Version: 96.43.13
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 96xx series proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -23,8 +23,11 @@
Source11: nvidia-96xx-README.Fedora
# So we don't pull other nvidia variants
Source91: filter-requires.sh
+# So we don't mess with mesa provides.
+Source92: filter-provides.sh
%define _use_internal_dependency_generator 0
%define __find_requires %{SOURCE91}
+%define __find_provides %{SOURCE92}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} >= 11
@@ -267,6 +270,9 @@
%changelog
+* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 96.43.13-2
+- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
+
* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 96.43.13-1
- Update to 96.43.13 (beta)
15 years, 1 month
rpms/xorg-x11-drv-nvidia-173xx/F-11 xorg-x11-drv-nvidia-173xx.spec, 1.12, 1.13
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17563
Modified Files:
xorg-x11-drv-nvidia-173xx.spec
Log Message:
One more typo
Index: xorg-x11-drv-nvidia-173xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-11/xorg-x11-drv-nvidia-173xx.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xorg-x11-drv-nvidia-173xx.spec 10 Oct 2009 17:19:59 -0000 1.12
+++ xorg-x11-drv-nvidia-173xx.spec 10 Oct 2009 17:24:31 -0000 1.13
@@ -284,7 +284,7 @@
%changelog
-* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 1173.14.20-2
+* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 173.14.20-2
- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 173.14.20-1
15 years, 1 month
rpms/xorg-x11-drv-nvidia-173xx/F-11 filter-provides.sh, NONE, 1.1 filter-requires.sh, 1.1, 1.2 xorg-x11-drv-nvidia-173xx.spec, 1.11, 1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17048
Modified Files:
filter-requires.sh xorg-x11-drv-nvidia-173xx.spec
Added Files:
filter-provides.sh
Log Message:
- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
--- NEW FILE filter-provides.sh ---
#!/bin/sh
if [ -x /usr/lib/rpm/redhat/find-provides ]; then
FINDPROV=/usr/lib/rpm/redhat/find-provides
else
FINDPROV=/usr/lib/rpm/find-provides
fi
$FINDPROV $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d' | sed -e '/libGL.so/d'
Index: filter-requires.sh
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-11/filter-requires.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- filter-requires.sh 12 Nov 2008 11:26:19 -0000 1.1
+++ filter-requires.sh 10 Oct 2009 17:19:59 -0000 1.2
@@ -1,10 +1,10 @@
#!/bin/sh
-if [ -x /usr/lib/rpm/redhat/find-provides ]; then
+if [ -x /usr/lib/rpm/redhat/find-requires ]; then
FINDREQ=/usr/lib/rpm/redhat/find-requires
else
FINDREQ=/usr/lib/rpm/find-requires
fi
-$FINDREQ $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d'
+$FINDREQ $* | sed -e '/libnvidia-tls.so/d' | sed -e '/libGLcore.so/d' | sed -e '/libGL.so/d'
Index: xorg-x11-drv-nvidia-173xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-173xx/F-11/xorg-x11-drv-nvidia-173xx.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xorg-x11-drv-nvidia-173xx.spec 31 Aug 2009 19:52:05 -0000 1.11
+++ xorg-x11-drv-nvidia-173xx.spec 10 Oct 2009 17:19:59 -0000 1.12
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-173xx
Version: 173.14.20
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 173xx serie proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -22,9 +22,12 @@
Source10: nvidia-173xx-config-display
Source11: nvidia-173xx-README.Fedora
# So we don't pull other nvidia variants
-Source91: filter-requires.sh
-%define _use_internal_dependency_generator 0
-%define __find_requires %{SOURCE91}
+Source91: filter-requires.sh
+# So we don't mess with mesa provides.
+Source92: filter-provides.sh
+%define _use_internal_dependency_generator 0
+%define __find_requires %{SOURCE91}
+%define __find_provides %{SOURCE92}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} >= 11
@@ -281,6 +284,9 @@
%changelog
+* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 1173.14.20-2
+- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
+
* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 173.14.20-1
- Update to 173.14.20 (beta)
15 years, 1 month
rpms/xorg-x11-drv-nvidia/F-11 xorg-x11-drv-nvidia.spec,1.28,1.29
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16632
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
And fix another typo
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xorg-x11-drv-nvidia.spec 10 Oct 2009 17:04:01 -0000 1.28
+++ xorg-x11-drv-nvidia.spec 10 Oct 2009 17:14:42 -0000 1.29
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Version: 185.18.36
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -291,7 +291,7 @@
%{nvidialibdir}/*.so.*
%{nvidialibdir}/libcuda.so
%{nvidialibdir}/libGLcore.so
-%{nvidialibdir}/libvdpau_nvidia.so*
+%{nvidialibdir}/libvdpau_nvidia.so
%exclude %{nvidialibdir}/libvdpau_trace.so*
%exclude %{nvidialibdir}/libvdpau.*
%{nvidialibdir}/tls/*.so.*
@@ -309,10 +309,10 @@
%exclude %{nvidialibdir}/libcuda.so
%{nvidialibdir}/libGL.so
%{nvidialibdir}/libXvMCNVIDIA.so
-
+3
%changelog
-* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 185.18.36-2
+* Sat Oct 10 2009 kwizart < kwizart at gmail.com > - 185.18.36-3
- Exclude libvdpau as it is now a separate package.
- Avoid Requires/Provides of the libGL.so.1 . rfbz#859
15 years, 1 month
rpms/xorg-x11-drv-nvidia/F-11 xorg-x11-drv-nvidia.spec,1.27,1.28
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15992
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Fix a typo
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xorg-x11-drv-nvidia.spec 10 Oct 2009 16:43:27 -0000 1.27
+++ xorg-x11-drv-nvidia.spec 10 Oct 2009 17:04:01 -0000 1.28
@@ -291,7 +291,7 @@
%{nvidialibdir}/*.so.*
%{nvidialibdir}/libcuda.so
%{nvidialibdir}/libGLcore.so
-%{nvidialibdir}/libvdpau_nvidia.so
+%{nvidialibdir}/libvdpau_nvidia.so*
%exclude %{nvidialibdir}/libvdpau_trace.so*
%exclude %{nvidialibdir}/libvdpau.*
%{nvidialibdir}/tls/*.so.*
@@ -308,7 +308,6 @@
%exclude %{nvidialibdir}/libXvMCNVIDIA.a
%exclude %{nvidialibdir}/libcuda.so
%{nvidialibdir}/libGL.so
-%exclude %{nvidialibdir}/libvdpau.so
%{nvidialibdir}/libXvMCNVIDIA.so
15 years, 1 month