rpms/elisa-plugins-ugly/F-10 elisa-plugins-ugly-0.5.2-install.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 elisa-plugins-ugly.spec, 1.1, 1.2 sources, 1.2, 1.3
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/elisa-plugins-ugly/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7719/F-10
Modified Files:
.cvsignore elisa-plugins-ugly.spec sources
Added Files:
elisa-plugins-ugly-0.5.2-install.patch
Log Message:
pdate to match the current Fedora version.
elisa-plugins-ugly-0.5.2-install.patch:
--- NEW FILE elisa-plugins-ugly-0.5.2-install.patch ---
diff -Naupr elisa-plugins-ugly-0.5.2.orig/setup_bundle.py elisa-plugins-ugly-0.5.2/setup_bundle.py
--- elisa-plugins-ugly-0.5.2.orig/setup_bundle.py 2008-07-21 19:24:42.000000000 +0200
+++ elisa-plugins-ugly-0.5.2/setup_bundle.py 2008-07-23 16:23:53.000000000 +0200
@@ -7,14 +7,10 @@ def setup(args, plugins):
if installed:
# Run extracted from the tarball to install
plugins_dir = os.path.normpath(os.path.join(script_dir, 'elisa', 'plugins'))
- if os.path.exists(build_dir):
- shutil.rmtree(build_dir)
else:
# Run from the development branch to create the tarball
plugins_dir = os.path.normpath(os.path.join(script_dir, '..', 'elisa-plugins', 'elisa', 'plugins'))
for plugin in plugins:
- if 'install' in args and installed and os.path.exists(build_dir):
- shutil.rmtree(build_dir)
script = os.path.join(plugins_dir, plugin, 'setup.py')
subprocess.call([sys.executable, script] + args)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 19 Oct 2008 15:49:03 -0000 1.2
+++ .cvsignore 12 Apr 2009 17:48:27 -0000 1.3
@@ -1 +1 @@
-elisa-plugins-ugly-0.3.5.tar.gz
+elisa-plugins-ugly-0.5.30.tar.gz
Index: elisa-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/F-10/elisa-plugins-ugly.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elisa-plugins-ugly.spec 19 Oct 2008 15:49:03 -0000 1.1
+++ elisa-plugins-ugly.spec 12 Apr 2009 17:48:27 -0000 1.2
@@ -2,34 +2,41 @@
Summary: Ugly Plugins for the Elisa Media Center
Name: elisa-plugins-ugly
-Version: 0.3.5
-Release: 3%{?dist}
+Version: 0.5.30
+Release: 1%{?dist}
License: GPLv3
Group: Applications/Multimedia
URL: http://elisa.fluendo.com/
Source: http://elisa.fluendo.com/static/download/elisa/elisa-plugins-ugly-%{versi...
+Patch0: elisa-plugins-ugly-0.5.2-install.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# For the parent directories
-Requires: elisa >= 0.3.5
-Requires: elisa-plugins-good >= 0.3.5
-Requires: elisa-plugins-bad >= 0.3.5
+Requires: elisa >= %{version}
# For some "ugly" formats
Requires: gstreamer-plugins-ugly
+
+# Plugin requirements, in order, only once each
+# flickr
+Requires: python-twill
+Requires: python-twisted-web2
+# lirc
+# shoutcast
+#Requires: python-twisted-web2
# youtube
-Requires: python-gdata
-# flickr (package not yet available)
-#Requires: python-twill
+#Requires: python-twisted-web2
-BuildRequires: elisa >= 0.3.5
+BuildRequires: elisa-base = %{version}
BuildRequires: python-devel
BuildArch: noarch
%description
-This package contains the ugly set of plugins for the Elisa Media Center.
+This package contains the ugly set of plugins for the Elisa Media Center,
+plugins which might present licensing or other similar issues.
%prep
%setup -q
+%patch0 -p1
%build
@@ -49,17 +56,107 @@
%files
%defattr(-,root,root,-)
-%doc PKG-INFO
-%{python_sitelib}/elisa/plugins/*
-# These are already provided by elisa-plugins-good, which we require.
-%exclude %{python_sitelib}/elisa/plugins/__init__.py*
-%{python_sitelib}/elisa_plugins_ugly-*.egg-info/
-%{python_sitelib}/elisa_plugins_ugly-*-nspkg.pth
+%{python_sitelib}/elisa/plugins/flickr/
+%{python_sitelib}/elisa/plugins/lirc/
+%{python_sitelib}/elisa/plugins/shoutcast/
+%{python_sitelib}/elisa/plugins/youtube/
+%{python_sitelib}/elisa_plugin_*
%changelog
-* Sun Oct 19 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.5-3
-- rebuild for RPM Fusion
+* Tue Mar 3 2009 Matthias Saou <http://freshrpms.net/> 0.5.30-1
+- Update to 0.5.30.
+
+* Sat Feb 28 2009 Matthias Saou <http://freshrpms.net/> 0.5.29-1
+- Update to 0.5.29.
+
+* Tue Feb 17 2009 Matthias Saou <http://freshrpms.net/> 0.5.28-1
+- Update to 0.5.28.
+
+* Fri Feb 13 2009 Matthias Saou <http://freshrpms.net/> 0.5.27-1
+- Update to 0.5.27.
+
+* Sat Feb 7 2009 Matthias Saou <http://freshrpms.net/> 0.5.26-1
+- Update to 0.5.26.
+
+* Mon Jan 26 2009 Matthias Saou <http://freshrpms.net/> 0.5.24.1-1
+- Update to 0.5.24.1.
+
+* Mon Jan 12 2009 Matthias Saou <http://freshrpms.net/> 0.5.23-1
+- Update to 0.5.23.
+
+* Thu Dec 18 2008 Matthias Saou <http://freshrpms.net/> 0.5.22-1
+- Update to 0.5.22.
+
+* Mon Dec 1 2008 Matthias Saou <http://freshrpms.net/> 0.5.20-1
+- Update to 0.5.20.
+
+* Mon Nov 24 2008 Matthias Saou <http://freshrpms.net/> 0.5.19-1
+- Update to 0.5.19.
+
+* Mon Nov 17 2008 Matthias Saou <http://freshrpms.net/> 0.5.18-1
+- Update to 0.5.18.
+
+* Tue Nov 4 2008 Matthias Saou <http://freshrpms.net/> 0.5.17-1
+- Update to 0.5.17.
+
+* Mon Oct 27 2008 Matthias Saou <http://freshrpms.net/> 0.5.16-1
+- Update to 0.5.16.
+
+* Tue Oct 21 2008 Matthias Saou <http://freshrpms.net/> 0.5.15-1
+- Update to 0.5.15.
+- Add new python-twill requirement for the flickr plugin.
+
+* Mon Oct 13 2008 Matthias Saou <http://freshrpms.net/> 0.5.14-1
+- Update to 0.5.14.
+
+* Fri Oct 10 2008 Matthias Saou <http://freshrpms.net/> 0.5.13-2
+- Build require elisa-base from now on.
+- Update description to explain what "ugly" plugins are.
+
+* Tue Oct 7 2008 Matthias Saou <http://freshrpms.net/> 0.5.13-1
+- Update to 0.5.13.
+
+* Tue Sep 30 2008 Matthias Saou <http://freshrpms.net/> 0.5.12-1
+- Update to 0.5.12.
+
+* Tue Sep 23 2008 Matthias Saou <http://freshrpms.net/> 0.5.11-1
+- Update to 0.5.11.
+
+* Tue Sep 16 2008 Matthias Saou <http://freshrpms.net/> 0.5.10-1
+- Update to 0.5.10.
+
+* Tue Sep 9 2008 Matthias Saou <http://freshrpms.net/> 0.5.9-1
+- Update to 0.5.9.
+
+* Mon Sep 2 2008 Matthias Saou <http://freshrpms.net/> 0.5.8-1
+- Update to 0.5.8.
+
+* Tue Aug 26 2008 Matthias Saou <http://freshrpms.net/> 0.5.7-1
+- Update to 0.5.7.
+
+* Tue Aug 19 2008 Matthias Saou <http://freshrpms.net/> 0.5.6-1
+- Update to 0.5.6.
+- Require the exact same elisa version, as elisa and all plugins are always
+ released all at once and should always match.
+
+* Mon Aug 11 2008 Matthias Saou <http://freshrpms.net/> 0.5.5-1
+- Update to 0.5.5.
+
+* Fri Aug 8 2008 Matthias Saou <http://freshrpms.net/> 0.5.4-1
+- Update to 0.5.4.
+
+* Tue Jul 29 2008 Matthias Saou <http://freshrpms.net/> 0.5.3-1
+- Update to 0.5.3.
+
+* Wed Jul 23 2008 Matthias Saou <http://freshrpms.net/> 0.5.2-3
+- Update to 0.5.2.
+- Update the build patch which is still required.
+- Now build require the elisa-devel package.
+- Update requirements.
+
+* Tue Jul 15 2008 Matthias Saou <http://freshrpms.net/> 0.5.1-1
+- Update to 0.5.1.
* Sun Mar 16 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-2
- Remove pyxdg requirement from xmlmenu, as it's not in this package.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 19 Oct 2008 15:49:03 -0000 1.2
+++ sources 12 Apr 2009 17:48:27 -0000 1.3
@@ -1 +1 @@
-a24fc586c88001ddf3324bf64d14ff69 elisa-plugins-ugly-0.3.5.tar.gz
+2fe4e5e83f971bada88eef1b4aca911a elisa-plugins-ugly-0.5.30.tar.gz
15 years, 7 months
rpms/elisa-plugins-ugly/devel elisa-plugins-ugly-0.5.2-install.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 elisa-plugins-ugly.spec, 1.2, 1.3 sources, 1.2, 1.3
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/elisa-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7719/devel
Modified Files:
.cvsignore elisa-plugins-ugly.spec sources
Added Files:
elisa-plugins-ugly-0.5.2-install.patch
Log Message:
pdate to match the current Fedora version.
elisa-plugins-ugly-0.5.2-install.patch:
--- NEW FILE elisa-plugins-ugly-0.5.2-install.patch ---
diff -Naupr elisa-plugins-ugly-0.5.2.orig/setup_bundle.py elisa-plugins-ugly-0.5.2/setup_bundle.py
--- elisa-plugins-ugly-0.5.2.orig/setup_bundle.py 2008-07-21 19:24:42.000000000 +0200
+++ elisa-plugins-ugly-0.5.2/setup_bundle.py 2008-07-23 16:23:53.000000000 +0200
@@ -7,14 +7,10 @@ def setup(args, plugins):
if installed:
# Run extracted from the tarball to install
plugins_dir = os.path.normpath(os.path.join(script_dir, 'elisa', 'plugins'))
- if os.path.exists(build_dir):
- shutil.rmtree(build_dir)
else:
# Run from the development branch to create the tarball
plugins_dir = os.path.normpath(os.path.join(script_dir, '..', 'elisa-plugins', 'elisa', 'plugins'))
for plugin in plugins:
- if 'install' in args and installed and os.path.exists(build_dir):
- shutil.rmtree(build_dir)
script = os.path.join(plugins_dir, plugin, 'setup.py')
subprocess.call([sys.executable, script] + args)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 19 Oct 2008 15:49:03 -0000 1.2
+++ .cvsignore 12 Apr 2009 17:48:28 -0000 1.3
@@ -1 +1 @@
-elisa-plugins-ugly-0.3.5.tar.gz
+elisa-plugins-ugly-0.5.30.tar.gz
Index: elisa-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/devel/elisa-plugins-ugly.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- elisa-plugins-ugly.spec 29 Mar 2009 13:04:03 -0000 1.2
+++ elisa-plugins-ugly.spec 12 Apr 2009 17:48:28 -0000 1.3
@@ -2,34 +2,41 @@
Summary: Ugly Plugins for the Elisa Media Center
Name: elisa-plugins-ugly
-Version: 0.3.5
-Release: 4%{?dist}
+Version: 0.5.30
+Release: 1%{?dist}
License: GPLv3
Group: Applications/Multimedia
URL: http://elisa.fluendo.com/
Source: http://elisa.fluendo.com/static/download/elisa/elisa-plugins-ugly-%{versi...
+Patch0: elisa-plugins-ugly-0.5.2-install.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# For the parent directories
-Requires: elisa >= 0.3.5
-Requires: elisa-plugins-good >= 0.3.5
-Requires: elisa-plugins-bad >= 0.3.5
+Requires: elisa >= %{version}
# For some "ugly" formats
Requires: gstreamer-plugins-ugly
+
+# Plugin requirements, in order, only once each
+# flickr
+Requires: python-twill
+Requires: python-twisted-web2
+# lirc
+# shoutcast
+#Requires: python-twisted-web2
# youtube
-Requires: python-gdata
-# flickr (package not yet available)
-#Requires: python-twill
+#Requires: python-twisted-web2
-BuildRequires: elisa >= 0.3.5
+BuildRequires: elisa-base = %{version}
BuildRequires: python-devel
BuildArch: noarch
%description
-This package contains the ugly set of plugins for the Elisa Media Center.
+This package contains the ugly set of plugins for the Elisa Media Center,
+plugins which might present licensing or other similar issues.
%prep
%setup -q
+%patch0 -p1
%build
@@ -49,20 +56,107 @@
%files
%defattr(-,root,root,-)
-%doc PKG-INFO
-%{python_sitelib}/elisa/plugins/*
-# These are already provided by elisa-plugins-good, which we require.
-%exclude %{python_sitelib}/elisa/plugins/__init__.py*
-%{python_sitelib}/elisa_plugins_ugly-*.egg-info/
-%{python_sitelib}/elisa_plugins_ugly-*-nspkg.pth
+%{python_sitelib}/elisa/plugins/flickr/
+%{python_sitelib}/elisa/plugins/lirc/
+%{python_sitelib}/elisa/plugins/shoutcast/
+%{python_sitelib}/elisa/plugins/youtube/
+%{python_sitelib}/elisa_plugin_*
%changelog
-* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.3.5-4
-- rebuild for new F11 features
+* Tue Mar 3 2009 Matthias Saou <http://freshrpms.net/> 0.5.30-1
+- Update to 0.5.30.
+
+* Sat Feb 28 2009 Matthias Saou <http://freshrpms.net/> 0.5.29-1
+- Update to 0.5.29.
+
+* Tue Feb 17 2009 Matthias Saou <http://freshrpms.net/> 0.5.28-1
+- Update to 0.5.28.
+
+* Fri Feb 13 2009 Matthias Saou <http://freshrpms.net/> 0.5.27-1
+- Update to 0.5.27.
+
+* Sat Feb 7 2009 Matthias Saou <http://freshrpms.net/> 0.5.26-1
+- Update to 0.5.26.
+
+* Mon Jan 26 2009 Matthias Saou <http://freshrpms.net/> 0.5.24.1-1
+- Update to 0.5.24.1.
+
+* Mon Jan 12 2009 Matthias Saou <http://freshrpms.net/> 0.5.23-1
+- Update to 0.5.23.
+
+* Thu Dec 18 2008 Matthias Saou <http://freshrpms.net/> 0.5.22-1
+- Update to 0.5.22.
+
+* Mon Dec 1 2008 Matthias Saou <http://freshrpms.net/> 0.5.20-1
+- Update to 0.5.20.
+
+* Mon Nov 24 2008 Matthias Saou <http://freshrpms.net/> 0.5.19-1
+- Update to 0.5.19.
+
+* Mon Nov 17 2008 Matthias Saou <http://freshrpms.net/> 0.5.18-1
+- Update to 0.5.18.
+
+* Tue Nov 4 2008 Matthias Saou <http://freshrpms.net/> 0.5.17-1
+- Update to 0.5.17.
+
+* Mon Oct 27 2008 Matthias Saou <http://freshrpms.net/> 0.5.16-1
+- Update to 0.5.16.
+
+* Tue Oct 21 2008 Matthias Saou <http://freshrpms.net/> 0.5.15-1
+- Update to 0.5.15.
+- Add new python-twill requirement for the flickr plugin.
+
+* Mon Oct 13 2008 Matthias Saou <http://freshrpms.net/> 0.5.14-1
+- Update to 0.5.14.
+
+* Fri Oct 10 2008 Matthias Saou <http://freshrpms.net/> 0.5.13-2
+- Build require elisa-base from now on.
+- Update description to explain what "ugly" plugins are.
+
+* Tue Oct 7 2008 Matthias Saou <http://freshrpms.net/> 0.5.13-1
+- Update to 0.5.13.
+
+* Tue Sep 30 2008 Matthias Saou <http://freshrpms.net/> 0.5.12-1
+- Update to 0.5.12.
+
+* Tue Sep 23 2008 Matthias Saou <http://freshrpms.net/> 0.5.11-1
+- Update to 0.5.11.
+
+* Tue Sep 16 2008 Matthias Saou <http://freshrpms.net/> 0.5.10-1
+- Update to 0.5.10.
+
+* Tue Sep 9 2008 Matthias Saou <http://freshrpms.net/> 0.5.9-1
+- Update to 0.5.9.
+
+* Mon Sep 2 2008 Matthias Saou <http://freshrpms.net/> 0.5.8-1
+- Update to 0.5.8.
+
+* Tue Aug 26 2008 Matthias Saou <http://freshrpms.net/> 0.5.7-1
+- Update to 0.5.7.
+
+* Tue Aug 19 2008 Matthias Saou <http://freshrpms.net/> 0.5.6-1
+- Update to 0.5.6.
+- Require the exact same elisa version, as elisa and all plugins are always
+ released all at once and should always match.
+
+* Mon Aug 11 2008 Matthias Saou <http://freshrpms.net/> 0.5.5-1
+- Update to 0.5.5.
+
+* Fri Aug 8 2008 Matthias Saou <http://freshrpms.net/> 0.5.4-1
+- Update to 0.5.4.
+
+* Tue Jul 29 2008 Matthias Saou <http://freshrpms.net/> 0.5.3-1
+- Update to 0.5.3.
+
+* Wed Jul 23 2008 Matthias Saou <http://freshrpms.net/> 0.5.2-3
+- Update to 0.5.2.
+- Update the build patch which is still required.
+- Now build require the elisa-devel package.
+- Update requirements.
-* Sun Oct 19 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.5-3
-- rebuild for RPM Fusion
+* Tue Jul 15 2008 Matthias Saou <http://freshrpms.net/> 0.5.1-1
+- Update to 0.5.1.
* Sun Mar 16 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-2
- Remove pyxdg requirement from xmlmenu, as it's not in this package.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 19 Oct 2008 15:49:03 -0000 1.2
+++ sources 12 Apr 2009 17:48:28 -0000 1.3
@@ -1 +1 @@
-a24fc586c88001ddf3324bf64d14ff69 elisa-plugins-ugly-0.3.5.tar.gz
+2fe4e5e83f971bada88eef1b4aca911a elisa-plugins-ugly-0.5.30.tar.gz
15 years, 7 months
rpms/ndiswrapper-kmod/devel ndiswrapper-poll_controller.patch, NONE, 1.1 ndiswrapper-kmod.spec, 1.24, 1.25
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6941
Modified Files:
ndiswrapper-kmod.spec
Added Files:
ndiswrapper-poll_controller.patch
Log Message:
Fix 2.6.29 poll_controller issue
ndiswrapper-poll_controller.patch:
--- NEW FILE ndiswrapper-poll_controller.patch ---
--- ndiswrapper-1.54/driver/wrapndis.c.false 2009-01-22 06:23:16.000000000 +0100
+++ ndiswrapper-1.54/driver/wrapndis.c 2009-04-12 19:26:47.000000000 +0200
@@ -1744,7 +1744,7 @@
.ndo_set_mac_address = ndis_set_mac_address,
.ndo_get_stats = ndis_get_stats,
#ifdef CONFIG_NET_POLL_CONTROLLER
- .poll_controller = ndis_poll_controller;
+ .ndo_poll_controller = ndis_poll_controller;
#endif
};
#endif
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/ndiswrapper-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ndiswrapper-kmod.spec 12 Apr 2009 16:38:09 -0000 1.24
+++ ndiswrapper-kmod.spec 12 Apr 2009 17:36:28 -0000 1.25
@@ -8,13 +8,14 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.54
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}.tar.gz
Source11: ndiswrapper-kmodtool-excludekernel-filterfile
Patch0: ndiswrapper-1.53-we_update.patch
+Patch1: ndiswrapper-poll_controller.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -44,9 +45,10 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
# go
%setup -q -c -T -a 0
-#(cd ndiswrapper-%{version} ;
+(cd ndiswrapper-%{version} ;
#%patch0 -p2 -b .we_update
-#)
+%patch1 -p1 -b .poll_controller
+)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
cp -a ndiswrapper-%{version} _kmod_build_${kernel_version%%___*}
@@ -73,6 +75,9 @@
%changelog
+* Sun Apr 23 2009 Xavier lamien <lxtnow(a)gmail.com> - 1.54.4
+- Fix pool_controller against kernel-2.6.29.
+
* Sun Apr 23 2009 Xavier lamien <lxtnow(a)gmail.com> - 1.54.3
- Disable iw-event drv patch (inclued by upstream).
15 years, 7 months
rpms/ndiswrapper-kmod/devel ndiswrapper-kmod.spec,1.23,1.24
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2882
Modified Files:
ndiswrapper-kmod.spec
Log Message:
Disable iw-event drv patch
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/ndiswrapper-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ndiswrapper-kmod.spec 5 Apr 2009 16:13:07 -0000 1.23
+++ ndiswrapper-kmod.spec 12 Apr 2009 16:38:09 -0000 1.24
@@ -8,7 +8,7 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.54
-Release: 2%{?dist}.19
+Release: 3%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -44,9 +44,9 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
# go
%setup -q -c -T -a 0
-(cd ndiswrapper-%{version} ;
-%patch0 -p2 -b .we_update
-)
+#(cd ndiswrapper-%{version} ;
+#%patch0 -p2 -b .we_update
+#)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
cp -a ndiswrapper-%{version} _kmod_build_${kernel_version%%___*}
@@ -73,6 +73,9 @@
%changelog
+* Sun Apr 23 2009 Xavier lamien <lxtnow(a)gmail.com> - 1.54.3
+- Disable iw-event drv patch (inclued by upstream).
+
* Sun Apr 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.54-2.19
- rebuild for new kernels
15 years, 7 months
rpms/yabause/F-9 yabause.spec,1.5,1.6
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/yabause/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1604/F-9
Modified Files:
yabause.spec
Log Message:
Update home page
Index: yabause.spec
===================================================================
RCS file: /cvs/free/rpms/yabause/F-9/yabause.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yabause.spec 13 Jan 2009 00:11:35 -0000 1.5
+++ yabause.spec 12 Apr 2009 16:18:49 -0000 1.6
@@ -4,7 +4,7 @@
Summary: A Sega Saturn emulator
Group: Applications/Emulators
License: GPLv2+
-URL: http://yabause.sourceforge.net
+URL: http://yabause.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
Patch1: yabause-0.9.1.addselinux.patch
15 years, 7 months
rpms/yabause/F-10 yabause.spec,1.5,1.6
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/yabause/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1604/F-10
Modified Files:
yabause.spec
Log Message:
Update home page
Index: yabause.spec
===================================================================
RCS file: /cvs/free/rpms/yabause/F-10/yabause.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yabause.spec 13 Jan 2009 00:11:24 -0000 1.5
+++ yabause.spec 12 Apr 2009 16:18:49 -0000 1.6
@@ -4,7 +4,7 @@
Summary: A Sega Saturn emulator
Group: Applications/Emulators
License: GPLv2+
-URL: http://yabause.sourceforge.net
+URL: http://yabause.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
Patch1: yabause-0.9.1.addselinux.patch
15 years, 7 months
rpms/yabause/devel yabause.spec,1.6,1.7
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/yabause/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1604/devel
Modified Files:
yabause.spec
Log Message:
Update home page
Index: yabause.spec
===================================================================
RCS file: /cvs/free/rpms/yabause/devel/yabause.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yabause.spec 29 Mar 2009 14:31:17 -0000 1.6
+++ yabause.spec 12 Apr 2009 16:18:50 -0000 1.7
@@ -4,7 +4,7 @@
Summary: A Sega Saturn emulator
Group: Applications/Emulators
License: GPLv2+
-URL: http://yabause.sourceforge.net
+URL: http://yabause.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
Patch1: yabause-0.9.1.addselinux.patch
15 years, 7 months
rpms/libdlna/devel libdlna.spec,1.10,1.11
by Eric Tanguy
Author: tanguy
Update of /cvs/free/rpms/libdlna/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29527
Modified Files:
libdlna.spec
Log Message:
* Sun Apr 12 2009 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.2.3-12
- rebuild
Index: libdlna.spec
===================================================================
RCS file: /cvs/free/rpms/libdlna/devel/libdlna.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libdlna.spec 29 Mar 2009 13:24:32 -0000 1.10
+++ libdlna.spec 12 Apr 2009 14:53:57 -0000 1.11
@@ -1,7 +1,7 @@
Version: 0.2.3
Summary: Open-source implementation of DLNA (Digital Living Network Alliance) standards
Name: libdlna
-Release: 11%{?dist}
+Release: 12%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libdlna.geexbox.org/
@@ -59,6 +59,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Apr 12 2009 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.2.3-12
+- rebuild
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.2.3-11
- rebuild for new F11 features
15 years, 7 months
rpms/SheepShaver/devel SheepShaver.spec,1.7,1.8
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/SheepShaver/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17470
Modified Files:
SheepShaver.spec
Log Message:
* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.3-0.8.20060514
- s/i386/i586/ in ExclusiveArch for F11
Index: SheepShaver.spec
===================================================================
RCS file: /cvs/free/rpms/SheepShaver/devel/SheepShaver.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- SheepShaver.spec 29 Mar 2009 14:05:21 -0000 1.7
+++ SheepShaver.spec 12 Apr 2009 11:14:33 -0000 1.8
@@ -5,7 +5,7 @@
Summary: Power Macintosh emulator
Name: SheepShaver
Version: 2.3
-Release: 0.7.%{date}%{?dist}
+Release: 0.8.%{date}%{?dist}
License: GPLv2+
Group: Applications/Emulators
URL: http://www.gibix.net/projects/sheepshaver/
@@ -21,7 +21,7 @@
BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel
# Other archs need an instruction skipper on well-known invalid
# memory references (e.g. illegal writes to ROM).
-ExclusiveArch: i386 ppc x86_64
+ExclusiveArch: i586 ppc x86_64
%description
SheepShaver is a MacOS run-time environment that allows you to run classic
@@ -98,6 +98,9 @@
%changelog
+* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.3-0.8.20060514
+- s/i386/i586/ in ExclusiveArch for F11
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.3-0.7.20060514
- rebuild for new F11 features
15 years, 7 months
rpms/lxdream/devel lxdream.spec,1.10,1.11
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/lxdream/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17340
Modified Files:
lxdream.spec
Log Message:
* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-3
- s/i386/i586/ in ExclusiveArch for F11
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/devel/lxdream.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lxdream.spec 29 Mar 2009 13:30:42 -0000 1.10
+++ lxdream.spec 12 Apr 2009 11:11:37 -0000 1.11
@@ -1,6 +1,6 @@
Name: lxdream
Version: 0.9
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Sega Dreamcast emulator
Group: Applications/Emulators
License: GPLv2+
@@ -21,7 +21,7 @@
Requires: hicolor-icon-theme
# there should be a {ix86} instead of i386 in the ExclusiveArch line but
# that would make plague build the package for athlon, i386, i586 and i686 :-/
-ExclusiveArch: i386 x86_64
+ExclusiveArch: i586 x86_64
%description
lxdream is a linux-based emulator of the Sega Dreamcast system. While it is
@@ -88,6 +88,9 @@
%changelog
+* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-3
+- s/i386/i586/ in ExclusiveArch for F11
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-2
- rebuild for new F11 features
15 years, 7 months