rpms/gnome-video-arcade/F-12 gnome-video-arcade.spec,1.12,1.13
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16163
Modified Files:
gnome-video-arcade.spec
Log Message:
* Thu Mar 11 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.7.0-1
- Update to 0.7.0
- Bump gtk2_version to 2.18.
- Exclude ppc arch from build (no GConf2).
- Add gstreamer-plugins-base build requirement.
Index: gnome-video-arcade.spec
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/F-12/gnome-video-arcade.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gnome-video-arcade.spec 12 Mar 2010 00:52:18 -0000 1.12
+++ gnome-video-arcade.spec 12 Mar 2010 02:45:44 -0000 1.13
@@ -15,6 +15,9 @@
Source: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# No GConf2 on ppc
+ExcludeArch: ppc
+
### Dependencies ###
Requires(pre): GConf2 >= 2.14
@@ -34,6 +37,7 @@
BuildRequires: gstreamer-plugins-base-devel
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: intltool
+BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
BuildRequires: libwnck-devel >= %{libwnck_version}
BuildRequires: perl-XML-Parser
BuildRequires: scrollkeeper
@@ -50,6 +54,7 @@
%setup -q
%build
+export SDLMAME=/usr/bin/mame
%configure \
--with-category-file=%{_datadir}/mame/Catver.ini \
--with-history-file=%{_datadir}/mame/history.dat \
@@ -121,6 +126,7 @@
* Thu Mar 11 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.7.0-1
- Update to 0.7.0
- Bump gtk2_version to 2.18.
+- Exclude ppc arch from build (no GConf2).
- Add gstreamer-plugins-base build requirement.
* Sat Jan 23 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.8-1
14 years, 8 months
rpms/gnome-video-arcade/devel .cvsignore, 1.7, 1.8 gnome-video-arcade.spec, 1.11, 1.12 sources, 1.7, 1.8
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22896
Modified Files:
.cvsignore gnome-video-arcade.spec sources
Log Message:
* Thu Mar 11 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.7.0-1
- Update to 0.7.0
- Bump gtk2_version to 2.18.
- Add gstreamer-plugins-base build requirement.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 24 Jan 2010 03:57:53 -0000 1.7
+++ .cvsignore 12 Mar 2010 00:54:04 -0000 1.8
@@ -1 +1 @@
-gnome-video-arcade-0.6.8.tar.bz2
+gnome-video-arcade-0.7.0.tar.bz2
Index: gnome-video-arcade.spec
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/gnome-video-arcade.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnome-video-arcade.spec 24 Jan 2010 03:57:53 -0000 1.11
+++ gnome-video-arcade.spec 12 Mar 2010 00:54:04 -0000 1.12
@@ -1,5 +1,4 @@
-%define gtk2_version 2.12
-%define libgnomeui_version 2.14
+%define gtk2_version 2.18
%define libwnck_version 2.16
%define sdlmame_data_version 0.130-1
%define gnome_icon_theme_version 2.18
@@ -7,13 +6,13 @@
### Abstract ###
Name: gnome-video-arcade
-Version: 0.6.8
+Version: 0.7.0
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Emulators
Summary: GNOME Video Arcade is a MAME front-end for GNOME
URL: http://mbarnes.github.com/gnome-video-arcade/
-Source: http://download.gnome.org/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
### Dependencies ###
@@ -32,6 +31,7 @@
BuildRequires: gettext
BuildRequires: gnome-doc-utils
BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
+BuildRequires: gstreamer-plugins-base-devel
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: intltool
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
@@ -120,6 +120,11 @@
%{?fc7:%{_datadir}/omf/%{name}}
%changelog
+* Thu Mar 11 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.7.0-1
+- Update to 0.7.0
+- Bump gtk2_version to 2.18.
+- Add gstreamer-plugins-base build requirement.
+
* Sat Jan 23 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.8-1
- Update to 0.6.8
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 24 Jan 2010 03:57:53 -0000 1.7
+++ sources 12 Mar 2010 00:54:04 -0000 1.8
@@ -1 +1 @@
-1f9d8ca7c56757fe0ffde789b65269cb gnome-video-arcade-0.6.8.tar.bz2
+157975516220dbce7575edd361c2566a gnome-video-arcade-0.7.0.tar.bz2
14 years, 8 months
rpms/gnome-video-arcade/F-12 .cvsignore, 1.7, 1.8 gnome-video-arcade.spec, 1.11, 1.12 sources, 1.7, 1.8
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22622
Modified Files:
.cvsignore gnome-video-arcade.spec sources
Log Message:
* Thu Mar 11 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.7.0-1
- Update to 0.7.0
- Bump gtk2_version to 2.18.
- Add gstreamer-plugins-base build requirement.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 24 Jan 2010 03:56:36 -0000 1.7
+++ .cvsignore 12 Mar 2010 00:52:18 -0000 1.8
@@ -1 +1 @@
-gnome-video-arcade-0.6.8.tar.bz2
+gnome-video-arcade-0.7.0.tar.bz2
Index: gnome-video-arcade.spec
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/F-12/gnome-video-arcade.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnome-video-arcade.spec 24 Jan 2010 03:56:36 -0000 1.11
+++ gnome-video-arcade.spec 12 Mar 2010 00:52:18 -0000 1.12
@@ -1,5 +1,4 @@
-%define gtk2_version 2.12
-%define libgnomeui_version 2.14
+%define gtk2_version 2.18
%define libwnck_version 2.16
%define sdlmame_data_version 0.130-1
%define gnome_icon_theme_version 2.18
@@ -7,13 +6,13 @@
### Abstract ###
Name: gnome-video-arcade
-Version: 0.6.8
+Version: 0.7.0
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Emulators
Summary: GNOME Video Arcade is a MAME front-end for GNOME
URL: http://mbarnes.github.com/gnome-video-arcade/
-Source: http://download.gnome.org/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
### Dependencies ###
@@ -32,9 +31,9 @@
BuildRequires: gettext
BuildRequires: gnome-doc-utils
BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
+BuildRequires: gstreamer-plugins-base-devel
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: intltool
-BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
BuildRequires: libwnck-devel >= %{libwnck_version}
BuildRequires: perl-XML-Parser
BuildRequires: scrollkeeper
@@ -51,7 +50,6 @@
%setup -q
%build
-export SDLMAME=/usr/bin/mame
%configure \
--with-category-file=%{_datadir}/mame/Catver.ini \
--with-history-file=%{_datadir}/mame/history.dat \
@@ -120,6 +118,11 @@
%{?fc7:%{_datadir}/omf/%{name}}
%changelog
+* Thu Mar 11 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.7.0-1
+- Update to 0.7.0
+- Bump gtk2_version to 2.18.
+- Add gstreamer-plugins-base build requirement.
+
* Sat Jan 23 2010 Matthew Barnes <mbarnes(a)redhat.com> - 0.6.8-1
- Update to 0.6.8
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 24 Jan 2010 03:56:36 -0000 1.7
+++ sources 12 Mar 2010 00:52:18 -0000 1.8
@@ -1 +1 @@
-1f9d8ca7c56757fe0ffde789b65269cb gnome-video-arcade-0.6.8.tar.bz2
+157975516220dbce7575edd361c2566a gnome-video-arcade-0.7.0.tar.bz2
14 years, 8 months
rpms/mythtv-themes/devel mythtv-themes.spec, 1.26, 1.27 sources, 1.20, 1.21 myththemes-0.21-svnfixes.patch, 1.3, NONE
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8653
Modified Files:
mythtv-themes.spec sources
Removed Files:
myththemes-0.21-svnfixes.patch
Log Message:
* Tue Mar 09 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23702
- Update to pre-0.23 svn trunk, rev 23702
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mythtv-themes.spec 22 Feb 2010 21:49:42 -0000 1.26
+++ mythtv-themes.spec 9 Mar 2010 18:38:50 -0000 1.27
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r23586
+%define _svnrev r23702
%define branch trunk
#
@@ -112,6 +112,15 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Tue Mar 09 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23702
+- Update to pre-0.23 svn trunk, rev 23702
+
+* Thu Mar 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23662
+- Update to pre-0.23 svn trunk, rev 23662
+
+* Sun Feb 28 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23627
+- Update to pre-0.23 svn trunk, rev 23627
+
* Fri Feb 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23586
- Update to pre-0.23 svn trunk, rev 23586
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources 22 Feb 2010 21:49:42 -0000 1.20
+++ sources 9 Mar 2010 18:38:50 -0000 1.21
@@ -1,2 +1,2 @@
a5f00f152fb430a20c70aaa3bf456347 myththemes-0.22.tar.bz2
-11e9e8197c6d829847f326b4798fa81c myththemes-0.23.tar.bz2
+748b160aa6c272656c260b8014190c55 myththemes-0.23.tar.bz2
--- myththemes-0.21-svnfixes.patch DELETED ---
14 years, 8 months
rpms/mythtv/devel mythtv.spec,1.68,1.69 sources,1.42,1.43
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8505
Modified Files:
mythtv.spec sources
Log Message:
* Tue Mar 09 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23702
- Update to svn trunk, revision 23702
- Add missing Requires: python-MythTV to mythvideo and mythnetvision plugins
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- mythtv.spec 1 Mar 2010 20:46:28 -0000 1.68
+++ mythtv.spec 9 Mar 2010 18:35:55 -0000 1.69
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r23630
+%define _svnrev r23702
%define branch trunk
#
@@ -740,6 +740,7 @@
Requires: mplayer
Requires: transcode >= 0.6.8
Requires: python-imdb
+Requires: python-MythTV = %{version}-%{release}
Provides: mythdvd = %{version}-%{release}
Obsoletes: mythdvd < %{version}-%{release}
@@ -809,6 +810,7 @@
Group: Applications/Multimedia
Requires: mythtv-frontend-api = %{mythfeapiver}
Requires: mythbrowser = %{version}-%{release}
+Requires: python-MythTV = %{version}-%{release}
%description -n mythnetvision
A MythTV module that supports searching and browsing of Internet video
@@ -1482,6 +1484,13 @@
################################################################################
%changelog
+* Tue Mar 09 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23702
+- Update to svn trunk, revision 23702
+- Add missing Requires: python-MythTV to mythvideo and mythnetvision plugins
+
+* Thu Mar 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23662
+- Update to svn trunk, revision 23662
+
* Mon Mar 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.1.svn.r23630
- Update to svn trunk, revision 23630
- Make mythbackend --version actually print useful stuff now (like pkg ver)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sources 1 Mar 2010 20:46:28 -0000 1.42
+++ sources 9 Mar 2010 18:35:55 -0000 1.43
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-37550a0d0a40debb015b1983a8b5f1a2 mythtv-0.23.tar.bz2
-a1a18200cfd4fb1c37187255f3c9f5c4 mythplugins-0.23.tar.bz2
+444c04102545b08c8949192f8094ed05 mythplugins-0.23.tar.bz2
+a067129bbaf6e5b5cbfaa654bd599d1e mythtv-0.23.tar.bz2
14 years, 8 months
rpms/nvidia-kmod/F-12 nvidia-kmod.spec,1.76,1.77
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13639
Modified Files:
nvidia-kmod.spec
Log Message:
Revert
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-12/nvidia-kmod.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- nvidia-kmod.spec 8 Mar 2010 22:39:10 -0000 1.76
+++ nvidia-kmod.spec 8 Mar 2010 22:41:46 -0000 1.77
@@ -3,12 +3,12 @@
# "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
-%define buildforkernels newest
+#define buildforkernels newest
Name: nvidia-kmod
Version: 190.53
# Taken over by kmodtool
-Release: 1%{?dist}.6
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -95,6 +95,10 @@
%changelog
+* Mon Mar 08 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 190.53-2
+- Revert to 190.53 version
+ http://www.nvnews.net/vbulletin/announcement.php?f=14
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.53-1.6
- rebuild for new kernel
14 years, 8 months
rpms/nvidia-kmod/F-12 nvidia-kmod-no-vgaarb.patch, 1.2, 1.3 nvidia-kmod.spec, 1.75, 1.76 .cvsignore, 1.17, 1.18 sources, 1.17, 1.18
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13037
Modified Files:
nvidia-kmod.spec .cvsignore sources
Added Files:
nvidia-kmod-no-vgaarb.patch
Log Message:
Revert to 190.xx version because of report:
http://www.nvnews.net/vbulletin/announcement.php?f=14
nvidia-kmod-no-vgaarb.patch:
nv-linux.h | 3 +++
nv.c.orig | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
Index: nvidia-kmod-no-vgaarb.patch
===================================================================
RCS file: nvidia-kmod-no-vgaarb.patch
diff -N nvidia-kmod-no-vgaarb.patch
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ nvidia-kmod-no-vgaarb.patch 8 Mar 2010 22:39:10 -0000 1.3
@@ -0,0 +1,57 @@
+*** usr/src/nv/nv-linux.h.orig 2009-11-22 19:27:38.000000000 -0800
+--- usr/src/nv/nv-linux.h 2009-12-16 11:02:22.000000000 -0800
+***************
+*** 83,102 ****
+--- 83,105 ----
+
+ #if !defined(KERNEL_2_4)
+ #include <linux/sched.h> /* suser(), capable() replacement */
+ #include <linux/moduleparam.h> /* module_param() */
+ #include <linux/smp_lock.h> /* kernel_locked */
+ #include <asm/tlbflush.h> /* flush_tlb(), flush_tlb_all() */
+ #include <asm/kmap_types.h> /* page table entry lookup */
+ #endif
+
+ #include <linux/pci.h> /* pci_find_class, etc */
++ #if defined(CONFIG_VGA_ARB)
++ #include <linux/vgaarb.h> /* vga_set_legacy_decoding */
++ #endif
+ #include <linux/interrupt.h> /* tasklets, interrupt helpers */
+ #include <linux/timer.h>
+
+ #include <asm/div64.h> /* do_div() */
+ #include <asm/system.h> /* cli, sli, save_flags */
+ #include <asm/io.h> /* ioremap, virt_to_phys */
+ #include <asm/uaccess.h> /* access_ok */
+ #include <asm/page.h> /* PAGE_OFFSET */
+ #include <asm/pgtable.h> /* pte bit definitions */
+
+*** usr/src/nv/nv.c.orig 2009-11-22 19:27:36.000000000 -0800
+--- usr/src/nv/nv.c 2009-12-16 11:02:54.000000000 -0800
+***************
+*** 724,743 ****
+--- 724,747 ----
+ goto failed;
+ }
+
+ entry->data = nv;
+ entry->read_proc = nv_kern_read_agpinfo;
+ #if defined(NV_PROC_DIR_ENTRY_HAS_OWNER)
+ entry->owner = THIS_MODULE;
+ #endif
+ }
+
++ #if defined(CONFIG_VGA_ARB)
++ vga_set_legacy_decoding(dev, VGA_RSRC_NONE);
++ #endif
++
+ NV_PCI_DEV_PUT(dev);
+ }
+
+ entry = create_proc_entry("version", flags, proc_nvidia);
+ if (!entry)
+ goto failed;
+
+ entry->read_proc = nv_kern_read_version;
+ #if defined(NV_PROC_DIR_ENTRY_HAS_OWNER)
+ entry->owner = THIS_MODULE;
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-12/nvidia-kmod.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- nvidia-kmod.spec 5 Mar 2010 17:54:54 -0000 1.75
+++ nvidia-kmod.spec 8 Mar 2010 22:39:10 -0000 1.76
@@ -6,9 +6,9 @@
%define buildforkernels newest
Name: nvidia-kmod
-Version: 195.36.08
+Version: 190.53
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}.6
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -23,6 +23,8 @@
# </switch me>
Source11: nvidia-kmodtool-excludekernel-filterfile
+#http://www.nvnews.net/vbulletin/showthread.php?t=142656
+Patch0: nvidia-kmod-no-vgaarb.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,7 +51,7 @@
for arch in x86 x64
do
pushd nvidiapkg-${arch}
-#disabled
+%patch0 -p0 -b .vgaarb
popd
done
@@ -93,18 +95,6 @@
%changelog
-* Fri Mar 05 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 195.36.08-1.3
-- rebuild for new kernel
-
-* Mon Mar 01 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 195.36.08-1.2
-- rebuild for new kernel
-
-* Sun Feb 28 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 195.36.08-1.1
-- rebuild for new kernel
-
-* Sat Feb 27 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 195.36.08-1
-- Update to 195.36.08
-
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.53-1.6
- rebuild for new kernel
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-12/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 27 Feb 2010 14:47:54 -0000 1.17
+++ .cvsignore 8 Mar 2010 22:39:10 -0000 1.18
@@ -1 +1 @@
-nvidia-kmod-data-195.36.08.tar.bz2
+nvidia-kmod-data-190.53.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-12/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources 27 Feb 2010 14:47:54 -0000 1.17
+++ sources 8 Mar 2010 22:39:10 -0000 1.18
@@ -1 +1 @@
-de7f5feead0585ced4ad77f6611b6cf3 nvidia-kmod-data-195.36.08.tar.bz2
+9ba74aacc99d41283aff95d119050ec2 nvidia-kmod-data-190.53.tar.bz2
14 years, 8 months
rpms/xine-lib-extras-freeworld/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xine-lib-extras-freeworld.spec, 1.32, 1.33
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/xine-lib-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28185
Modified Files:
.cvsignore sources xine-lib-extras-freeworld.spec
Log Message:
* Sun Mar 07 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.18.1-1
- xine-lib-1.1.18.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 25 Feb 2010 03:36:55 -0000 1.9
+++ .cvsignore 8 Mar 2010 00:52:17 -0000 1.10
@@ -1 +1 @@
-xine-lib-1.1.18.tar.bz2
+xine-lib-1.1.18.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 25 Feb 2010 03:36:55 -0000 1.9
+++ sources 8 Mar 2010 00:52:17 -0000 1.10
@@ -1 +1 @@
-2313c279bc99303cd12d4ee0ac826e20 xine-lib-1.1.18.tar.bz2
+3efad551f2f8a9c5734855a6639694ef xine-lib-1.1.18.1.tar.bz2
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/xine-lib-extras-freeworld.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- xine-lib-extras-freeworld.spec 2 Mar 2010 15:28:04 -0000 1.32
+++ xine-lib-extras-freeworld.spec 8 Mar 2010 00:52:17 -0000 1.33
@@ -10,13 +10,12 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
-Version: 1.1.18
-Release: 3%{?dist}
+Version: 1.1.18.1
+Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.bz2
-Source1: http://downloads.sourceforge.net/xine/compat.c
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: xine-lib-1.1.3-optflags.patch
@@ -68,8 +67,6 @@
%prep
%setup -q -n xine-lib-%{version}
-install -p -m644 %{SOURCE1} src/dxr3/compat.c
-
touch -r m4/optimizations.m4 m4/optimizations.m4.stamp
%patch0 -p1 -b .optflags
touch -r m4/optimizations.m4.stamp m4/optimizations.m4
@@ -191,6 +188,9 @@
%changelog
+* Sun Mar 07 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.18.1-1
+- xine-lib-1.1.18.1
+
* Tue Mar 02 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1.1.18-3
- get missing/upstream compat.c
14 years, 8 months
rpms/x264/F-12 x264-nostrip.patch, NONE, 1.1 x264-nover.patch, NONE, 1.1 x264-shared.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 x264-snapshot.sh, 1.1, 1.2 x264.spec, 1.16, 1.17
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/x264/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23639
Modified Files:
.cvsignore sources x264-snapshot.sh x264.spec
Added Files:
x264-nostrip.patch x264-nover.patch x264-shared.patch
Log Message:
* Fri Mar 05 2010 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.27.20091109git3daa02e
- 20091109 snapshot (last before ABI change)
- don't remove config.h and don't re-run version.sh
- link x264 binary to the shared library
- really don't strip if debug is enabled
x264-nostrip.patch:
configure | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE x264-nostrip.patch ---
diff -up x264-20100116/configure.nostrip x264-20100116/configure
--- x264-20100116/configure.nostrip 2010-01-16 13:19:59.000000000 +0100
+++ x264-20100116/configure 2010-01-16 13:40:39.000000000 +0100
@@ -491,6 +491,8 @@ fi
if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
CFLAGS="$CFLAGS -s -fomit-frame-pointer"
LDFLAGS="$LDFLAGS -s"
+else
+ STRIP="/bin/true"
fi
if [ "$debug" = "yes" ]; then
x264-nover.patch:
configure | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- NEW FILE x264-nover.patch ---
diff -up x264-20100116/configure.nover x264-20100116/configure
--- x264-20100116/configure.nover 2010-01-16 13:45:48.000000000 +0100
+++ x264-20100116/configure 2010-01-16 13:46:41.000000000 +0100
@@ -44,7 +44,7 @@ die() {
exit 1
}
-rm -f config.h config.mak x264.pc conftest*
+rm -f config.mak x264.pc conftest*
prefix='/usr/local'
exec_prefix='${prefix}'
@@ -560,8 +562,6 @@ if [ "$shared" = "yes" ]; then
echo 'default: $(SONAME)' >> config.mak
fi
-./version.sh
-
pclibs="-L$libdir -lx264 $libpthread"
cat > x264.pc << EOF
x264-shared.patch:
Makefile | 8 +++++++-
configure | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
--- NEW FILE x264-shared.patch ---
diff -up x264-20091109/configure.shared x264-20091109/configure
--- x264-20091109/configure.shared 2010-03-06 00:40:16.000000000 +0100
+++ x264-20091109/configure 2010-03-06 00:40:16.000000000 +0100
@@ -499,7 +499,7 @@ if [ "$shared" = "yes" ]; then
echo "SONAME=libx264.so.$API" >> config.mak
echo 'SOFLAGS=-Wl,-soname,$(SONAME)' >> config.mak
fi
- echo 'default: $(SONAME)' >> config.mak
+ echo 'default: libx264.a $(SONAME)' >> config.mak
fi
pclibs="-L$libdir -lx264 $libpthread"
diff -up x264-20091109/Makefile.shared x264-20091109/Makefile
--- x264-20091109/Makefile.shared 2010-03-06 00:08:55.000000000 +0100
+++ x264-20091109/Makefile 2010-03-06 00:44:06.000000000 +0100
@@ -92,6 +92,12 @@ ifneq ($(HAVE_GETOPT_LONG),1)
SRCS += extras/getopt.c
endif
+ifneq ($(SONAME),)
+LIB=$(SONAME)
+else
+LIB=libx264.a
+endif
+
OBJS = $(SRCS:%.c=%.o)
OBJCLI = $(SRCCLI:%.c=%.o)
DEP = depend
@@ -107,7 +113,7 @@ libx264.a: .depend $(OBJS) $(OBJASM)
$(SONAME): .depend $(OBJS) $(OBJASM)
$(CC) -shared -o $@ $(OBJS) $(OBJASM) $(SOFLAGS) $(LDFLAGS)
-x264$(EXE): $(OBJCLI) libx264.a
+x264$(EXE): $(OBJCLI) $(LIB)
$(CC) -o $@ $+ $(LDFLAGS)
checkasm: tools/checkasm.o libx264.a
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/F-12/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 27 Oct 2009 00:38:53 -0000 1.10
+++ .cvsignore 5 Mar 2010 23:54:45 -0000 1.11
@@ -1 +1 @@
-x264-20091026.tar.bz2
+x264-20091109.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/F-12/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 27 Oct 2009 00:38:53 -0000 1.10
+++ sources 5 Mar 2010 23:54:45 -0000 1.11
@@ -1 +1 @@
-1a2a758b237859391d802e9b9ffe2ce9 x264-20091026.tar.bz2
+722cb266377a611be17042f906c7e056 x264-20091109.tar.bz2
Index: x264-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/x264/F-12/x264-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x264-snapshot.sh 3 Aug 2008 17:53:20 -0000 1.1
+++ x264-snapshot.sh 5 Mar 2010 23:54:45 -0000 1.2
@@ -13,10 +13,12 @@
unset CDPATH
pwd=$(pwd)
git=$(date +%Y%m%d)
+git=20091109
pushd "$tmp"
git clone git://git.videolan.org/x264.git x264-$git
pushd x264-$git
+git checkout 3daa02e9c79ec46fd980bcfcd317df45539c91f6
./version.sh .
find . -type d -name .git -print0 | xargs -0r rm -rf
popd
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/F-12/x264.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- x264.spec 26 Oct 2009 14:23:34 -0000 1.16
+++ x264.spec 5 Mar 2010 23:54:45 -0000 1.17
@@ -1,15 +1,21 @@
-%global snapshot 20091026
-%global git ec46ace7
+%global snapshot 20091109
+%global git 3daa02e
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.0.0
-Release: 0.26.%{snapshot}git%{git}%{?dist}
+Release: 0.27.%{snapshot}git%{git}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
-Source0: http://rpm.greysector.net/livna/%{name}-%{snapshot}.tar.bz2
+Source0: %{name}-%{snapshot}.tar.bz2
Source1: x264-snapshot.sh
+# don't remove config.h and don't re-run version.sh
+Patch0: x264-nover.patch
+# link with shared libx264
+Patch1: x264-shared.patch
+# don't strip if configured with --enable-debug
+Patch2: x264-nostrip.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
%{!?_without_gpac:BuildRequires: gpac-devel-static}
%{?_with_visualize:BuildRequires: libX11-devel}
@@ -63,6 +69,9 @@
%prep
%setup -q -n %{name}-%{snapshot}
+%patch0 -p1 -b .nover
+%patch1 -p1 -b .shared
+%patch2 -p1 -b .nostrip
# AUTHORS file is in iso-8859-1
iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS
mv -f AUTHORS.utf8 AUTHORS
@@ -132,6 +141,12 @@
%endif
%changelog
+* Fri Mar 05 2010 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.27.20091109git3daa02e
+- 20091109 snapshot (last before ABI change)
+- don't remove config.h and don't re-run version.sh
+- link x264 binary to the shared library
+- really don't strip if debug is enabled
+
* Mon Oct 26 2009 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.26.20091026gitec46ace7
- 20091026 snapshot
14 years, 8 months
rpms/k3b-extras-freeworld/devel .cvsignore, 1.6, 1.7 k3b-extras-freeworld.spec, 1.14, 1.15 sources, 1.6, 1.7
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18454
Modified Files:
.cvsignore k3b-extras-freeworld.spec sources
Log Message:
* Fri Mar 05 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.90.0-1
- k3b.1.90.0 (rc1)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 2 Feb 2010 03:51:29 -0000 1.6
+++ .cvsignore 5 Mar 2010 22:53:21 -0000 1.7
@@ -1 +1 @@
-k3b-1.70.0beta1.tar.bz2
+k3b-1.90.0rc1.tar.bz2
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- k3b-extras-freeworld.spec 2 Feb 2010 03:51:29 -0000 1.14
+++ k3b-extras-freeworld.spec 5 Mar 2010 22:53:21 -0000 1.15
@@ -1,10 +1,10 @@
-%define pre beta1
+%define pre rc1
Name: k3b-extras-freeworld
Summary: Additional codec plugins for the k3b CD/DVD burning application
Epoch: 1
-Version: 1.70.0
+Version: 1.90.0
Release: 1%{?dist}
Group: Applications/Archiving
@@ -91,10 +91,13 @@
%changelog
-* Mon Feb 01 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1.70.0-1
+* Fri Mar 05 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.90.0-1
+- k3b.1.90.0 (rc1)
+
+* Mon Feb 01 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.70.0-1
- k3b-1.70.0 (beta1)
-* Fri Dec 18 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.69.0-1
+* Fri Dec 18 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.69.0-1
- k3b-1.69.0 (alpha4)
* Thu Oct 01 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.0.5-7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 2 Feb 2010 03:51:29 -0000 1.6
+++ sources 5 Mar 2010 22:53:21 -0000 1.7
@@ -1 +1 @@
-ccfe9c3a59f12707cec3d0c6e5ef78d4 k3b-1.70.0beta1.tar.bz2
+8ebba067980f5c124e10093b582d8a74 k3b-1.90.0rc1.tar.bz2
14 years, 8 months