rpms/sdlmame/devel .cvsignore, 1.28, 1.29 sdlmame.spec, 1.32, 1.33 sources, 1.29, 1.30
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1210
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Jan 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.1.0129u1
- Updated to 0.129u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore 7 Jan 2009 11:13:28 -0000 1.28
+++ .cvsignore 15 Jan 2009 19:45:47 -0000 1.29
@@ -1,2 +1,2 @@
-sdlmame0129.zip
ui.bdc
+sdlmame0129u1.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sdlmame.spec 7 Jan 2009 11:13:28 -0000 1.32
+++ sdlmame.spec 15 Jan 2009 19:45:47 -0000 1.33
@@ -1,4 +1,4 @@
-#define beta 0128u7
+%define beta 0129u1
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0129
-Release: 1%{?beta}%{?dist}
+Version: 0130
+Release: 0.1.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -208,6 +208,9 @@
%changelog
+* Thu Jan 15 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.1.0129u1
+- Updated to 0.129u1
+
* Mon Jan 5 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-1
- Updated to 0.129
- Re-enabled ldplayer
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources 7 Jan 2009 11:13:28 -0000 1.29
+++ sources 15 Jan 2009 19:45:47 -0000 1.30
@@ -1,2 +1,2 @@
-cabac398a32cca6c2e8063510240f78d sdlmame0129.zip
b64914c2a5589f6d5b00361464152acd ui.bdc
+21012bde7070175b69666e74e291e112 sdlmame0129u1.zip
15 years, 10 months
rpms/open-vm-tools-kmod/devel open-vm-tools-kmod.spec,1.14,1.15
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/open-vm-tools-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29320
Modified Files:
open-vm-tools-kmod.spec
Log Message:
disable newest
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/open-vm-tools-kmod.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- open-vm-tools-kmod.spec 13 Jan 2009 09:46:51 -0000 1.14
+++ open-vm-tools-kmod.spec 15 Jan 2009 18:23:59 -0000 1.15
@@ -3,7 +3,7 @@
# "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
%define tname open-vm-tools
%define builddate 2008.12.23
15 years, 10 months
rpms/picard-freeworld/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/picard-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsB26779/rpms/picard-freeworld/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module picard-freeworld
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: picard-freeworld
# $Id: Makefile,v 1.1 2009/01/15 17:42:30 thl Exp $
NAME := picard-freeworld
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 ---
15 years, 10 months
rpms/picard-freeworld Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/picard-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsB26779/rpms/picard-freeworld
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module picard-freeworld
--- NEW FILE Makefile ---
# Top level Makefile for module picard-freeworld
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 ---
15 years, 10 months
rpms/picard-freeworld/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/picard-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsB26779/rpms/picard-freeworld/devel
Log Message:
Directory /cvs/free/rpms/picard-freeworld/devel added to the repository
15 years, 10 months
rpms/picard-freeworld - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/picard-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsB26779/rpms/picard-freeworld
Log Message:
Directory /cvs/free/rpms/picard-freeworld added to the repository
15 years, 10 months
rpms/buildsys-build-rpmfusion/devel buildsys-build-rpmfusion-kerneldevpkgs-current, 1.15, 1.16 buildsys-build-rpmfusion-list-kernels.sh, 1.4, 1.5 buildsys-build-rpmfusion.spec, 1.20, 1.21
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/buildsys-build-rpmfusion/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25990
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion-list-kernels.sh
buildsys-build-rpmfusion.spec
Log Message:
try a new way to avoid that this needs updating when new rawhide kenrels come out
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- buildsys-build-rpmfusion-kerneldevpkgs-current 11 Jan 2009 10:29:06 -0000 1.15
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 15 Jan 2009 17:36:36 -0000 1.16
@@ -1,3 +1,3 @@
-2.6.29-0.25.rc0.git14.fc11
-2.6.29-0.25.rc0.git14.fc11smp
-2.6.29-0.25.rc0.git14.fc11PAE
+default
+defaultsmp
+defaultPAE
Index: buildsys-build-rpmfusion-list-kernels.sh
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion-list-kernels.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- buildsys-build-rpmfusion-list-kernels.sh 2 Oct 2008 21:11:16 -0000 1.4
+++ buildsys-build-rpmfusion-list-kernels.sh 15 Jan 2009 17:36:36 -0000 1.5
@@ -108,7 +108,26 @@
fi
fi
else
- echo ${this_kernel_verrel}.${this_target}${this_kernel_variant:+.${this_kernel_variant}}
+ if echo ${this_kernel} | grep -- 'default' &> /dev/null; then
+ # fixme: there are better/reliable ways to get the latest version, but this should do in the
+ # buildsys, the only place where this normally is used; hardcoding the variants is also not ideal
+ if [[ "${this_kernel_variant}" ]]; then
+ # non-standard-kernel
+ local real_version="$(ls -1r /usr/src/kernels/ | grep -v -e "${this_kernel_variant}PAE$" | head -n1)"
+ real_version=${real_version%%.$kernels_known_variants}
+ else
+ # standard kernel
+ local real_version="$(ls -1r /usr/src/kernels/ | grep -v -e "PAE$" -e "smp$" | head -n1)"
+ fi
+ if [[ "${real_version}" ]]; then
+ echo ${real_version}${this_kernel_variant:+.${this_kernel_variant}}
+ else
+ # should we fail here?
+ echo unknown.${this_target}${this_kernel_variant:+.${this_kernel_variant}}
+ fi
+ else
+ echo ${this_kernel_verrel}.${this_target}${this_kernel_variant:+.${this_kernel_variant}}
+ fi
fi
done
}
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- buildsys-build-rpmfusion.spec 11 Jan 2009 10:29:06 -0000 1.20
+++ buildsys-build-rpmfusion.spec 15 Jan 2009 17:36:36 -0000 1.21
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 11
-Release: 0.6
+Release: 0.7
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -100,6 +100,9 @@
%changelog
+* Sun Jan 11 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.1
+- rebuild, and just use the latest as default
+
* Sun Jan 11 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.6
- rebuild for kernel 2.6.29-0.25.rc0.git14.fc11
15 years, 10 months
rpms/rt2870-kmod/F-9 rt2870-kmod.spec,1.11,1.12
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20390
Modified Files:
rt2870-kmod.spec
Log Message:
Re-enable %define buildforkernels newest
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-kmod.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rt2870-kmod.spec 15 Jan 2009 15:45:08 -0000 1.11
+++ rt2870-kmod.spec 15 Jan 2009 15:46:57 -0000 1.12
@@ -3,7 +3,7 @@
# "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: rt2870-kmod
Version: 1.4.0.0
15 years, 10 months
rpms/rt2870-kmod/F-10 rt2870-kmod.spec,1.18,1.19
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20062
Modified Files:
rt2870-kmod.spec
Log Message:
Re-enable %define buildforkernels newest
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-10/rt2870-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- rt2870-kmod.spec 15 Jan 2009 15:38:55 -0000 1.18
+++ rt2870-kmod.spec 15 Jan 2009 15:46:14 -0000 1.19
@@ -3,7 +3,7 @@
# "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: rt2870-kmod
Version: 1.4.0.0
15 years, 10 months
rpms/rt2870-kmod/F-9 rt2870-additional-devices-support.patch, NONE, 1.1 rt2870-kmod.spec, 1.10, 1.11 rt2870-linksys-wusb100-wusb600n-support.patch, 1.1, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19934
Modified Files:
rt2870-kmod.spec
Added Files:
rt2870-additional-devices-support.patch
Removed Files:
rt2870-linksys-wusb100-wusb600n-support.patch
Log Message:
* Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-3
- Add Buffalo WLI-UC-G300N support
rt2870-additional-devices-support.patch:
--- NEW FILE rt2870-additional-devices-support.patch ---
--- old/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h 2008-09-19 01:23:42.000000000 -0400
+++ new/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h 2009-01-15 09:17:50.000000000 -0500
@@ -143,6 +143,9 @@
{USB_DEVICE(0x0789,0x0162)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0163)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0164)}, /* Logitec */ \
+ {USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */ \
+ {USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */ \
+ {USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/ \
{ }/* Terminating entry */ \
}
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-kmod.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rt2870-kmod.spec 20 Dec 2008 08:09:00 -0000 1.10
+++ rt2870-kmod.spec 15 Jan 2009 15:45:08 -0000 1.11
@@ -3,11 +3,11 @@
# "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: rt2870-kmod
Version: 1.4.0.0
-Release: 2%{?dist}.1
+Release: 3%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -16,7 +16,7 @@
Source0: http://www.ralinktech.com.tw/data/drivers/2008_0925_RT2870_Linux_STA_v1.4...
Source11: rt2870-kmodtool-excludekernel-filterfile
Patch0: rt2870-2.6.25-iwe_stream-fix.patch
-Patch1: rt2870-linksys-wusb100-wusb600n-support.patch
+Patch1: rt2870-additional-devices-support.patch
Patch2: rt2870-Makefile.x-fixes.patch
Patch3: rt2870-NetworkManager-support.patch
Patch4: rt2870-strip-tftpboot-copy.patch
@@ -46,7 +46,7 @@
%setup -q -c -T -a 0
%patch0 -p1 -b .iwestream
-%patch1 -p1 -b .linksys
+%patch1 -p1 -b .additional-devices
%patch2 -p1 -b .rpmbuild
%patch3 -p1 -b .NetworkManager
%patch4 -p1 -b .tftpboot
@@ -73,6 +73,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-3
+- Add Buffalo WLI-UC-G300N support
+
* Sat Dec 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-2.1
- rebuild for latest Fedora kernel;
--- rt2870-linksys-wusb100-wusb600n-support.patch DELETED ---
15 years, 10 months