rpms/staging-kmod-addons/F-20 .cvsignore, 1.9, 1.10 sources, 1.13, 1.14 staging-kmod-addons.spec, 1.16, 1.17 usbip-client.service, 1.1, NONE usbip-server.service, 1.1, NONE usbip.configuration, 1.1, NONE
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17163
Modified Files:
.cvsignore sources staging-kmod-addons.spec
Removed Files:
usbip-client.service usbip-server.service usbip.configuration
Log Message:
* Sat Nov 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.17.2-1
- Update to 3.17.2
- sync driverlist with staging-kmod
- drop usbip stuff, is now a porper driver
- make package noarch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-20/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 9 Sep 2014 16:26:53 -0000 1.9
+++ .cvsignore 15 Nov 2014 20:15:24 -0000 1.10
@@ -1 +1 @@
-linux-staging-3.16.2.tar.xz
+linux-staging-3.17.2.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-20/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 9 Sep 2014 16:26:53 -0000 1.13
+++ sources 15 Nov 2014 20:15:24 -0000 1.14
@@ -1 +1 @@
-f05bbfeb9f87e489f3af07194df84745 linux-staging-3.16.2.tar.xz
+26fc89595812f9767e7e8fe04b08c62a linux-staging-3.17.2.tar.xz
Index: staging-kmod-addons.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-20/staging-kmod-addons.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- staging-kmod-addons.spec 9 Sep 2014 16:26:53 -0000 1.16
+++ staging-kmod-addons.spec 15 Nov 2014 20:15:24 -0000 1.17
@@ -1,12 +1,12 @@
# drivers that we ship; to be synced with staging-kmod.spec
-%global stgdrvs BCM_WIMAX DGRP FB_XGI FT1000 IDE_PHISON LINE6_USB LTE_GDM724X NET_VENDOR_SILICOM PRISM2_USB R8188EU RTL8192U SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2
+%global stgdrvs BCM_WIMAX FB_XGI FT1000 LINE6_USB LTE_GDM724X PRISM2_USB R8188EU RTL8192U SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_WPAN_HCD VT6655 VT6656 WIMAX_GDM72XX
# makes handling for rc kernels a whole lot easier:
#global prever rc8
Name: staging-kmod-addons
-Version: 3.16.2
+Version: 3.17.2
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: Documentation and shared parts for the kmod-staging packages
@@ -17,50 +17,14 @@
# bash $(rpm --eval '%{_sourcedir}')/create-linux-staging-tarball.sh 2.6.30.8
Source0: linux-staging-%{version}%{?prever:-%{prever}}.tar.xz
Source1: create-linux-staging-tarball.sh
-Source2: usbip-server.service
-Source3: usbip-client.service
-Source4: usbip.configuration
Provides: staging-kmod-common = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: glib2-devel libtool pkgconfig
-BuildRequires: libsysfs-devel
-BuildRequires: %{_includedir}/libudev.h
-%if 0%{?fedora} >= 20
-BuildRequires: %{_prefix}/lib/rpm/macros.d/macros.systemd
-%else
-BuildRequires: %{_sysconfdir}/rpm/macros.systemd
-%endif
+BuildArch: noarch
%description
Documentation for some of the kernel modules from linux-staging.
-%package -n usbip
-License: GPLv2+
-Summary: USB/IP userspace
-Group: System Environment/Daemons
-Requires: %{name} = %{version}
-Requires: hwdata
-Requires: systemd-units
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
-
-%description -n usbip
-Userspace for USB/IP from linux-staging
-
-
-%package -n usbip-devel
-License: GPLv2+
-Summary: USB/IP headers and development libraries
-Group: System Environment/Libraries
-Requires: usbip%{?_isa} = %{version}
-
-%description -n usbip-devel
-This package contains headers and static libraries for USB/IP userspace
-development
-
-
%prep
%setup -q -n linux-staging-%{version}%{?prever:-%{prever}}
# docs only for drivers that we ship
@@ -76,75 +40,25 @@
%build
-# Build usbip userspace
-cd drivers/staging/usbip/userspace
-# this man page file got removed for 3.7:
-# http://git.kernel.org/linus/4faf3a8d1838b86e7b66441da9a088f347e1c56b
-sed -i 's/usbip_bind_driver.8//' Makefile.am
-./autogen.sh
-%configure --disable-static --with-usbids-dir=/usr/share/hwdata
-make %{?_smp_mflags}
+# nothing to build
%install
-# Install usbip userspace
-cd drivers/staging/usbip/userspace
-%makeinstall
-rm -f %{buildroot}%{_libdir}/*.la
-mkdir -p %{buildroot}%{_unitdir}
-install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
-install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}
-mkdir -p %{buildroot}%{_sysconfdir}/default
-install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/default/usbip
-
-
-%post -n usbip
-/sbin/ldconfig
-if [ $1 -eq 1 ] ; then
- # Initial installation
- /bin/systemctl daemon-reload >/dev/null 2>&1 || :
-fi
-
-%preun -n usbip
-if [ $1 -eq 0 ] ; then
- # Package removal, not upgrade
- /bin/systemctl --no-reload disable usbip-server.service > /dev/null 2>&1 || :
- /bin/systemctl stop usbip-server.service > /dev/null 2>&1 || :
- /bin/systemctl --no-reload disable usbip-client.service > /dev/null 2>&1 || :
- /bin/systemctl stop usbip-client.service > /dev/null 2>&1 || :
-fi
-
-%postun -n usbip
-/sbin/ldconfig
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-if [ $1 -ge 1 ] ; then
- # Package upgrade, not uninstall
- /bin/systemctl try-restart usbip-server.service >/dev/null 2>&1 || :
- /bin/systemctl try-restart usbip-client.service >/dev/null 2>&1 || :
-fi
+# nothing to install
-%files -n usbip-devel
-%defattr(-,root,root,-)
-%doc drivers/staging/usbip/userspace/COPYING
-%{_includedir}/*
-%{_libdir}/libusbip.so
-
%files
%defattr(-,root,root,-)
%doc COPYING .doc/*
-%files -n usbip
-%defattr(-,root,root,-)
-%doc COPYING
-%{_sbindir}/usbip*
-%{_libdir}/libusbip.so.*
-%{_mandir}/man8/*
-%{_unitdir}/*
-%config(noreplace) %{_sysconfdir}/default/*
-
%changelog
+* Sat Nov 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.17.2-1
+- Update to 3.17.2
+- sync driverlist with staging-kmod
+- drop usbip stuff, is now a porper driver
+- make package noarch
+
* Tue Sep 09 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.16.2-1
- Update to 3.16.2
- drop RTS5139 (left stating)
--- usbip-client.service DELETED ---
--- usbip-server.service DELETED ---
--- usbip.configuration DELETED ---
10 years
rpms/staging-kmod/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 staging-kmod.spec, 1.27, 1.28
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16969
Added Files:
.cvsignore sources staging-kmod.spec
Log Message:
sync with f20
Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ .cvsignore 15 Nov 2014 20:11:13 -0000 1.9
@@ -0,0 +1 @@
+linux-staging-3.17.2.tar.xz
Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ sources 15 Nov 2014 20:11:13 -0000 1.9
@@ -0,0 +1 @@
+26fc89595812f9767e7e8fe04b08c62a linux-staging-3.17.2.tar.xz
Index: staging-kmod.spec
===================================================================
RCS file: staging-kmod.spec
diff -N staging-kmod.spec
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ staging-kmod.spec 15 Nov 2014 20:11:13 -0000 1.28
@@ -0,0 +1,431 @@
+# akmods not supported
+
+# which drivers to built
+%global stgdrvs BCM_WIMAX FB_XGI FT1000 LINE6_USB LTE_GDM724X PRISM2_USB R8188EU RTL8192U SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_WPAN_HCD VT6655 VT6656 WIMAX_GDM72XX
+
+
+
+%ifnarch %{arm}
+%global stgdrvs %{stgdrvs} SLICOSS ET131X
+%endif
+
+# fixme: DVB_AS102 DVB_CXD2099
+
+# avoid this error:
+# /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character
+%define debug_package %{nil}
+
+# todo?
+# VIDEO_CX25821
+# VIDEO_TM6000
+# VIDEO_DT3155
+# CXT1E1
+# DVB_CXD2099
+# RAMSTER
+
+# makes handling for rc kernels a whole lot easier:
+#global prever rc8
+
+Name: staging-kmod
+Version: 3.17.2
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
+Summary: Selected kernel modules from linux-staging
+
+Group: System Environment/Kernel
+License: GPLv2
+URL: http://www.kernel.org/
+# a script to create this archive is part of staging-kmod-addons
+Source0: linux-staging-%{version}%{?prever:-%{prever}}.tar.xz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: %{_bindir}/kmodtool
+
+# kmodtool does its magic here
+%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-newest-%{_target_cpu} }
+%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --newest %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
+
+
+%description
+Selected kernel modules from linux-staging
+
+
+%prep
+# kmodtool check and debug output:
+%{?kmodtool_check}
+kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --newest %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+
+# prepare
+%setup -q -c -T -a 0
+
+# disable drivers that are enabled in Fedora's kernel, as those otherweise would get build
+sed -i '/.CRYSTALH/ d; /.FIREWIRE_SERIAL/ d; /.LIRC/ d; /.R8712U/ d; /.RTL8192E/ d; /.R8192EE/ d; /.R8723AU/ d; /.IMX/ d; /.DWC2/ d;' $(find linux-staging-%{version}%{?prever:-%{prever}}/drivers/staging/ -name 'Makefile')
+
+# broken in 3.13
+sed -i 's!#include "dot11d.h"!#include "ieee80211/dot11d.h"!' linux-staging-%{version}/drivers/staging/rtl8192u/{r8192U_core.c,r8192U_wx.c,r819xU_phy.c}
+
+# seperate directories for each kernel variant (PAE, non-PAE, ...) we build the modules for
+for kernel_version in %{?kernel_versions} ; do
+ cp -a linux-staging-%{version}%{?prever:-%{prever}}/ _kmod_build_${kernel_version%%___*}
+done
+
+
+
+%build
+for kernel_version in %{?kernel_versions}; do
+ oldcount=0
+ # sanity check: nothing should be build
+ make %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS=${PWD}/_kmod_build_${kernel_version%%___*}/drivers/staging/
+ newcount=$(find ${PWD}/_kmod_build_${kernel_version%%___*}/ -name '*.ko' | wc -l)
+ if (( ${oldcount} != ${newcount} )); then
+ echo "Modules build when none should get build; aborting" >&2
+ exit 1
+ fi
+
+ # preparations
+ for module in %{stgdrvs} ; do
+ echo
+ echo "### ${module}"
+
+ # sanity check
+ if ! find . -name 'Makefile' | xargs grep "CONFIG_${module}"; then
+ echo "CONFIG_${module} does not exist; aborting" >&2
+ exit 1
+ fi
+
+ # set options
+ configops="CONFIG_${module}=m"
+ case "${module}" in
+ FT1000)
+ configops="${configops} CONFIG_FT1000_USB=m CONFIG_FT1000_PCMCIA=m"
+ ;;
+ RTL8192E)
+ configops="${configops} CONFIG_RTLLIB=m CONFIG_RTLLIB_CRYPTO_CCMP=m CONFIG_RTLLIB_CRYPTO_TKIP=m CONFIG_RTLLIB_CRYPTO_WEP=m "
+ ;;
+ R8188EU)
+ configops="${configops} CONFIG_88EU_AP_MODE=Y CONFIG_88EU_P2P=Y"
+ ;;
+ SPEAKUP)
+ configops="${configops} CONFIG_SPEAKUP_SYNTH_ACNTSA=m CONFIG_SPEAKUP_SYNTH_ACNTPC=m CONFIG_SPEAKUP_SYNTH_APOLLO=m CONFIG_SPEAKUP_SYNTH_AUDPTR=m CONFIG_SPEAKUP_SYNTH_BNS=m CONFIG_SPEAKUP_SYNTH_DECTLK=m CONFIG_SPEAKUP_SYNTH_DECEXT=m CONFIG_SPEAKUP_SYNTH_DECPC=m CONFIG_SPEAKUP_SYNTH_DTLK=m CONFIG_SPEAKUP_SYNTH_KEYPC=m CONFIG_SPEAKUP_SYNTH_LTLK=m CONFIG_SPEAKUP_SYNTH_SOFT=m CONFIG_SPEAKUP_SYNTH_SPKOUT=m CONFIG_SPEAKUP_SYNTH_TXPRT=m CONFIG_SPEAKUP_SYNTH_DUMMY=m "
+ ;;
+ WIMAX_GDM72XX)
+ # broken, as of 3.8.1: CONFIG_WIMAX_GDM72XX_QOS=y CONFIG_WIMAX_GDM72XX_SDIO=y
+ configops="${configops} CONFIG_WIMAX_GDM72XX_WIMAX2=y CONFIG_WIMAX_GDM72XX_K_MODE=y CONFIG_WIMAX_GDM72XX_USB=y CONFIG_WIMAX_GDM72XX_USB_PM=y"
+ ;;
+ esac
+
+ make %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS=${PWD}/_kmod_build_${kernel_version%%___*}/drivers/staging/ modules CONFIG_STAGING_MEDIA=y ${configops}
+
+ # sanity check
+ newcount=$(find ${PWD}/_kmod_build_${kernel_version%%___*}/ -name '*.ko' | wc -l)
+ if (( ${oldcount} == ${newcount} )); then
+ echo "Seems no modules were build; aborting" >&2
+ exit 1
+ fi
+ oldcount=${newcount}
+ done
+done
+
+
+%install
+rm -rf ${RPM_BUILD_ROOT}
+for kernel_version in %{?kernel_versions}; do
+ mkdir -p ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
+ install -D -m 755 -t ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ $(find _kmod_build_${kernel_version%%___*}/drivers/staging/ -name '*.ko')
+done
+# akmods hint:
+# no akomds for now; packager is working on a solution where each driver will get its own akmod
+# package, as everything else would be ridiculous due to long build times -- especially for
+# netbooks that might need just one of the staging drivers; packaging each staging module
+# seperateley OTOH would be ridiculous for buildsys, package maintanance and users
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%changelog
+* Sat Nov 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.17.2-1
+- Update to 3.17.2
+- drop drivers that werre dropped upstream: DGRP IDE_PHISON NET_VENDOR_SILICOM
+ SOLO6X10 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USBIP_CORE WLAGS49_H25
+ W35UND WLAGS49_H2
+
+* Tue Sep 09 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.16.2-1
+- Update to 3.16.2
+- disable R8192EE here, enabled in Fedora
+- drop RTS5139 (left stating)
+
+* Sun Jul 13 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.15.4-1
+- Update to 3.15.4
+- drop ECHI and R8187SE (left stating)
+
+* Wed Apr 30 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.14.2-1
+- Update to 3.14.2
+- remove ZRAM and ZSMALLOC, as they left staging
+
+* Sat Feb 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.13.3-1
+- Update to 3.13.3
+- switch from bz2 to xz
+
+* Fri Dec 20 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.12.6-1
+- Update to 3.12.6
+- drop ASUS_OLED, dropped upstream
+- enable LTE_GDM724X and R8188EU
+
+* Fri Sep 20 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.11.1-1
+- Update to 3.11.1
+- drop csr, dropped upstream
+
+* Wed Aug 14 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.10.5-1
+- Update to 3.10.5
+
+* Sat May 18 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.9.2-1
+- Update to 3.9.2
+- disable SB105X - does not compile
+- disable ZCACHE - latest version not buildable as module
+
+* Sat Apr 13 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-3
+- disable RTL8192E, now shipped upstream
+
+* Sat Mar 02 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-2
+- disable SBE_2T3E3 and CXT1E1, need something that is disabled in Fedora
+
+* Fri Mar 01 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.8.1-1
+- Update to 3.8.1
+- lot of misc small cleanups -- includes enabling a few more drivers and
+ remove code and options not relevant anymore
+- add sanity check: make sure we do not built modules that are build by Fedora
+- add sanity check: make sure each config builds at least one ko file
+
+* Mon Jan 14 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.7.2-1
+- Update to 3.7.2
+
+* Thu Oct 11 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.6.1-1
+- Update to 3.6.1
+- drop declare_zsmalloc_license_and_init_exit_functions.patch
+
+* Sat Aug 25 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.5-3.1
+- Fix stupid thinko to make crypto stuff for rtl8192e work
+
+* Tue Jul 31 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.5-2.1
+- Fix zram
+
+* Tue Jul 31 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.5-1.1
+- Update to 3.5
+- Disable Mei, now a proper driver
+
+* Mon Jul 16 2012 Jonathan Dieter <jdieter(a)gmail.com> - 3.4.2-2.1
+- Enable USBIP
+
+* Sun Jun 17 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.4.2-1.1
+- Update to 3.4.2
+- Enable USB_WPAN_HCD
+- disable XVMALLOC and enable replacement ZSMALLOC
+- disable R8712U, as it is enabled in Fedora
+
+* Sun May 20 2012 William F. Acker <wacker(a)octothorp.org>
+- enable Speakup
+
+* Mon Apr 30 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.3-2.1
+- make a few things more robust for drivers that have subdirectories (fixes
+ #2265)
+- enbable a few options r8192e driver needs since 3.3
+
+* Wed Mar 21 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.3-1.1
+- update to 3.3
+- disable the HV driver, as HYPERV is not set in Fedora
+
+* Tue Jan 24 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.2.1-1.1
+- update to 3.2.1
+- drop ATH6K_LEGACY (replaced by a proper driver)
+- drop DRM_PSB (enabled in Fedora)
+- add RTS5139
+
+* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.5
+- rebuild for updated kernel
+
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.4
+- rebuild for updated kernel
+
+* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.3
+- rebuild for updated kernel
+
+* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.2
+- rebuild for updated kernel
+
+* Tue Dec 27 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1-3.1
+- disable SBE_2T3E3, leads to missing symbols (#2107)
+
+* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.9
+- rebuild for updated kernel
+
+* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.8
+- rebuild for updated kernel
+
+* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.7
+- rebuild for updated kernel
+
+* Sat Dec 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.6
+- rebuild for updated kernel
+
+* Thu Dec 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.5
+- rebuild for updated kernel
+
+* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.4
+- rebuild for updated kernel
+
+* Wed Nov 16 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.3
+- rebuild for updated kernel
+
+* Mon Nov 14 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-2.2
+- rebuild for updated kernel
+
+* Sun Nov 13 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1-2.1
+- Drop brcm80211 drivers; included in Fedora kernels since 3.1.1-1.rc1 with
+ changelog-enty "Backport brcm80211 from 3.2-rc1"
+
+* Sun Nov 06 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1-1.1
+- update to 3.1 (no new drivers)
+
+* Fri Aug 05 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.40-4
+- fix BRCM drivers by building their util module for real
+
+* Mon Aug 01 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.40-3
+- bump release to 3 to avoid tagging problems in cvs
+- make it obvious that akmods are not supported and remove buildforkernels
+ variable to avoid mistakes
+
+* Mon Aug 01 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.40-1
+- update to 3.0 aka 2.6.40
+- Enable BRCMSMAC, BRCMFMAC, DRM_PSB, INTEL_MEI, RTS_PSTOR, XVMALLOC, ZCACHE
+- Drop RT2860, RT2870, RT3070, RT3090, SAMSUNG_LAPTOP dropped upstream
+- some adjustments for stupid brcm drivers that were renamed
+
+* Sun Jul 31 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.6.38.7-2.5
+- rebuild for updated kernel
+
+* Tue Jul 12 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.6.38.7-2.4
+- Rebuild for updated kernel
+
+* Wed Jun 15 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.38.7-2.3
+- rebuild for updated kernel
+
+* Sat Jun 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.38.7-2.2
+- rebuild for updated kernel
+
+* Sun May 29 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.38.7-2.1
+- Enable ATH6K_LEGACY BCM_WIMAX BRCM80211 EASYCAP FT1000_USB R8712U SBE_2T3E3
+ SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4
+ USB_ENESTORAGE ZRAM
+- disable a few drivers in Makefile as Fedora ships them
+
+* Sat May 28 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.38.7-1.1
+- rebuild for updated kernel
+
+* Tue May 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.6.36.7-1
+- Update to 2.6.38.7
+
+* Thu May 05 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.10-1.4
+- rebuild for updated kernel
+
+* Sun Apr 24 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.10-1.3
+- rebuild for updated kernel
+
+* Mon Apr 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.10-1.2
+- rebuild for updated kernel
+
+* Sat Feb 12 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.10-1.1
+- rebuild for updated kernel
+
+* Sat Dec 25 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.10-1
+- update to 2.6.35.10
+- disable VIDEO_GO7007, broken upstream
+
+* Fri Dec 24 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.6-1.6
+- rebuild for updated kernel
+
+* Wed Dec 22 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.6-1.5
+- rebuild for updated kernel
+
+* Mon Dec 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.6-1.4
+- rebuild for updated kernel
+
+* Fri Dec 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.6-1.3
+- rebuild for updated kernel
+
+* Sun Dec 05 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.6-1.2
+- rebuild for F-14 kernel
+
+* Mon Nov 01 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.6-1.1
+- rebuild for F-14 kernel
+
+* Sat Oct 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.35.6-1
+- update to 2.6.35.6 for F14
+- enable FB_XGI
+- disable debuginfo generation to avoid a build problem
+
+* Thu Oct 21 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.34.2-1.7
+- rebuild for new kernel
+
+* Sun Sep 19 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.34.2-1.6
+- rebuild for new kernel
+
+* Sat Sep 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.34.2-1.5
+- rebuild for new kernel
+
+* Fri Sep 10 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.34.2-1.4
+- rebuild for new kernel
+
+* Sun Aug 29 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.34.2-1.3
+- rebuild for new kernel
+
+* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.34.2-1.2
+- rebuild for new kernel
+
+* Sun Aug 08 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.34.2-1.1
+- update to 2.6.34.2, which is hitting updates-testing for F13
+- enable phison (#1338)
+
+* Sat Apr 10 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.33.2-1
+- update to 2.6.33.2
+- enable RAMZSWAP R8187SE RTL8192U BATMAN_ADV SAMSUNG_LAPTOP
+- disable RTL8187SE (renamed)
+- disable WAVELAN.* and PCMCIA_NETWAVE, as they are enabled in Fedora
+
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1
+- update to 2.6.32.8 for updates-testing kernel
+- disable hv on ppc as it's useless and does not build
+
+* Wed Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
+- enable HYPERV, RT3090, RTL8192E, VT6656
+- drop AGNX, dropped upstream
+- point to drivers/staging/ explicitely
+- support RC's better
+
+* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.5
+- rebuild for new kernel, disable i586 builds
+
+* Tue Nov 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.4
+- rebuild for F12 release kernel
+
+* Mon Nov 09 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.3
+- rebuild for new kernels
+
+* Fri Nov 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.2
+- rebuild for new kernels
+
+* Wed Nov 04 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.1
+- rebuild for new kernels
+
+* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2
+- enable FB_UDL RTL8192SU VT6655
+- disable RTL8192SU on ppc* due to build errors
+
+* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
+- update to 2.6.31.5
+- disable SLICOSS and PRISM2_USB on ppc* due to build errors
+
+* Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
+- enable VIDEO_GO7007
+
+* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-1
+- initial package
10 years
rpms/staging-kmod/F-20 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 staging-kmod.spec, 1.80, 1.81
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16775
Modified Files:
.cvsignore sources staging-kmod.spec
Log Message:
* Sat Nov 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.17.2-1
- Update to 3.17.2
- drop drivers that werre dropped upstream: DGRP IDE_PHISON NET_VENDOR_SILICOM
SOLO6X10 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USBIP_CORE WLAGS49_H25
W35UND WLAGS49_H2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 9 Sep 2014 16:23:45 -0000 1.13
+++ .cvsignore 15 Nov 2014 20:09:08 -0000 1.14
@@ -1 +1 @@
-linux-staging-3.16.2.tar.xz
+linux-staging-3.17.2.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 9 Sep 2014 16:23:45 -0000 1.13
+++ sources 15 Nov 2014 20:09:08 -0000 1.14
@@ -1 +1 @@
-f05bbfeb9f87e489f3af07194df84745 linux-staging-3.16.2.tar.xz
+26fc89595812f9767e7e8fe04b08c62a linux-staging-3.17.2.tar.xz
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/staging-kmod.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- staging-kmod.spec 10 Nov 2014 17:53:05 -0000 1.80
+++ staging-kmod.spec 15 Nov 2014 20:09:08 -0000 1.81
@@ -1,7 +1,9 @@
# akmods not supported
# which drivers to built
-%global stgdrvs BCM_WIMAX DGRP FB_XGI FT1000 IDE_PHISON LINE6_USB LTE_GDM724X NET_VENDOR_SILICOM PRISM2_USB R8188EU RTL8192U SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2
+%global stgdrvs BCM_WIMAX FB_XGI FT1000 LINE6_USB LTE_GDM724X PRISM2_USB R8188EU RTL8192U SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_WPAN_HCD VT6655 VT6656 WIMAX_GDM72XX
+
+
%ifnarch %{arm}
%global stgdrvs %{stgdrvs} SLICOSS ET131X
@@ -25,8 +27,8 @@
#global prever rc8
Name: staging-kmod
-Version: 3.16.2
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.8
+Version: 3.17.2
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -93,24 +95,15 @@
# set options
configops="CONFIG_${module}=m"
case "${module}" in
- CXT1E1)
- configops="${configops} CONFIG_SBE_PMCC4_NCOMM=y"
- ;;
FT1000)
configops="${configops} CONFIG_FT1000_USB=m CONFIG_FT1000_PCMCIA=m"
;;
- NET_VENDOR_SILICOM)
- configops="${configops} CONFIG_SBYPASS=m CONFIG_BPCTL=m"
- ;;
RTL8192E)
configops="${configops} CONFIG_RTLLIB=m CONFIG_RTLLIB_CRYPTO_CCMP=m CONFIG_RTLLIB_CRYPTO_TKIP=m CONFIG_RTLLIB_CRYPTO_WEP=m "
;;
R8188EU)
configops="${configops} CONFIG_88EU_AP_MODE=Y CONFIG_88EU_P2P=Y"
;;
- USBIP_CORE)
- configops="${configops} CONFIG_USBIP_HOST=m CONFIG_USBIP_VHCI_HCD=m"
- ;;
SPEAKUP)
configops="${configops} CONFIG_SPEAKUP_SYNTH_ACNTSA=m CONFIG_SPEAKUP_SYNTH_ACNTPC=m CONFIG_SPEAKUP_SYNTH_APOLLO=m CONFIG_SPEAKUP_SYNTH_AUDPTR=m CONFIG_SPEAKUP_SYNTH_BNS=m CONFIG_SPEAKUP_SYNTH_DECTLK=m CONFIG_SPEAKUP_SYNTH_DECEXT=m CONFIG_SPEAKUP_SYNTH_DECPC=m CONFIG_SPEAKUP_SYNTH_DTLK=m CONFIG_SPEAKUP_SYNTH_KEYPC=m CONFIG_SPEAKUP_SYNTH_LTLK=m CONFIG_SPEAKUP_SYNTH_SOFT=m CONFIG_SPEAKUP_SYNTH_SPKOUT=m CONFIG_SPEAKUP_SYNTH_TXPRT=m CONFIG_SPEAKUP_SYNTH_DUMMY=m "
;;
@@ -150,29 +143,11 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Mon Nov 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.8
-- Rebuilt for kernel
-
-* Fri Oct 31 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.7
-- Rebuilt for kernel
-
-* Tue Oct 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.6
-- Rebuilt for kernel
-
-* Thu Oct 16 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.5
-- Rebuilt for kernel
-
-* Fri Oct 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.4
-- Rebuilt for kernel
-
-* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.3
-- Rebuilt for kernel
-
-* Fri Sep 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.2
-- Rebuilt for kernel
-
-* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.1
-- Rebuilt for kernel
+* Sat Nov 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.17.2-1
+- Update to 3.17.2
+- drop drivers that werre dropped upstream: DGRP IDE_PHISON NET_VENDOR_SILICOM
+ SOLO6X10 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USBIP_CORE WLAGS49_H25
+ W35UND WLAGS49_H2
* Tue Sep 09 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.16.2-1
- Update to 3.16.2
10 years
rpms/gens-gs/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/gens-gs/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsq16098/rpms/gens-gs/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module gens-gs
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: gens-gs
# $Id: Makefile,v 1.1 2014/11/15 19:18:02 kwizart Exp $
NAME := gens-gs
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
10 years
rpms/gens-gs Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/gens-gs
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsq16098/rpms/gens-gs
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module gens-gs
--- NEW FILE Makefile ---
# Top level Makefile for module gens-gs
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
10 years
rpms/gens-gs/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/gens-gs/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsq16098/rpms/gens-gs/devel
Log Message:
Directory /cvs/nonfree/rpms/gens-gs/devel added to the repository
10 years
rpms/gens-gs - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/gens-gs
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsq16098/rpms/gens-gs
Log Message:
Directory /cvs/nonfree/rpms/gens-gs added to the repository
10 years
rpms/libdvbpsi/devel sources, 1.8, 1.9 .cvsignore, 1.8, 1.9 libdvbpsi.spec, 1.14, 1.15
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libdvbpsi/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10092
Modified Files:
sources .cvsignore libdvbpsi.spec
Log Message:
Update to 1.2.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 10 Nov 2013 23:21:17 -0000 1.8
+++ sources 15 Nov 2014 17:08:27 -0000 1.9
@@ -1 +1 @@
-0d8ffb38d0ebfeb55c40ce6fe232f5d3 libdvbpsi-1.1.2.tar.bz2
+69e38e93c4db4f2a58cbd0b6f9f38228 libdvbpsi-1.2.0.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 10 Nov 2013 23:21:17 -0000 1.8
+++ .cvsignore 15 Nov 2014 17:08:27 -0000 1.9
@@ -1 +1 @@
-libdvbpsi-1.1.2.tar.bz2
+libdvbpsi-1.2.0.tar.bz2
Index: libdvbpsi.spec
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/devel/libdvbpsi.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libdvbpsi.spec 31 Aug 2014 04:17:35 -0000 1.14
+++ libdvbpsi.spec 15 Nov 2014 17:08:27 -0000 1.15
@@ -2,8 +2,8 @@
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
Name: libdvbpsi
-Version: 1.1.2
-Release: 2%{?pre}%{?dist}
+Version: 1.2.0
+Release: 1%{?pre}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.videolan.org/developers/libdvbpsi.html
@@ -57,6 +57,9 @@
%changelog
+* Sat Nov 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.0-1
+- Update to 1.2.0
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 1.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
10 years
rpms/python-vlc/devel .cvsignore, 1.7, 1.8 python-vlc.spec, 1.10, 1.11 sources, 1.7, 1.8
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/python-vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9029/devel
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
Update to today's snapshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 4 May 2012 19:41:43 -0000 1.7
+++ .cvsignore 15 Nov 2014 14:22:06 -0000 1.8
@@ -1 +1 @@
-python-vlc-1.1.0-20120503git.tar.bz2
+python-vlc-1.1.0-20141115git.tar.bz2
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-vlc.spec 31 Aug 2014 12:33:19 -0000 1.10
+++ python-vlc.spec 15 Nov 2014 14:22:06 -0000 1.11
@@ -1,15 +1,11 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%endif
-
# [Fedora] Turn off the brp-python-bytecompile script
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
-%global gitdate 20120503git
+%global gitdate 20141115git
Name: python-vlc
Version: 1.1.0
-Release: 7.%{gitdate}%{?dist}
+Release: 8.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -49,6 +45,9 @@
%changelog
+* Sat Nov 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.0-8.20120503git
+- Update to today's snapshot
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 1.1.0-7.20120503git
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 4 May 2012 19:41:44 -0000 1.7
+++ sources 15 Nov 2014 14:22:06 -0000 1.8
@@ -1 +1 @@
-f4cd6f5eaf98ad4911da6870b6a44ceb python-vlc-1.1.0-20120503git.tar.bz2
+8bd3277f2f9254eb6f131948dd5f0185 python-vlc-1.1.0-20141115git.tar.bz2
10 years
rpms/vdr-skindesigner/devel vdr-skindesigner.spec,1.13,1.14
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8102/devel
Modified Files:
vdr-skindesigner.spec
Log Message:
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vdr-skindesigner.spec 15 Nov 2014 13:39:44 -0000 1.13
+++ vdr-skindesigner.spec 15 Nov 2014 13:55:44 -0000 1.14
@@ -1,6 +1,6 @@
Name: vdr-skindesigner
Version: 0.0.5
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -16,6 +16,7 @@
BuildRequires: libxml2-devel
BuildRequires: freetype-devel
BuildRequires: fontconfig-devel
+BuildRequires: libjpeg-turbo-devel
BuildRequires: cairo-devel
BuildRequires: librsvg2-devel
BuildRequires: GraphicsMagick-c++-devel
@@ -73,6 +74,9 @@
%changelog
+* Sat Nov 15 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.5-4
+- added BR libjpeg-turbo-devel
+
* Sat Nov 15 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.5-3
- added BR librsvg2-devel
10 years