rpms/smplayer/devel .cvsignore, 1.3, 1.4 smplayer.spec, 1.4, 1.5 sources, 1.3, 1.4
by Sebastian Vahl
Author: svahl
Update of /cvs/free/rpms/smplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24609
Modified Files:
.cvsignore smplayer.spec sources
Log Message:
* Mon Sep 29 2008 Sebastian Vahl <fedora(a)deadbabylon.de> - 0.6.3-1
- new upstream version: 0.6.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 10 Sep 2008 14:59:16 -0000 1.3
+++ .cvsignore 3 Oct 2008 12:07:49 -0000 1.4
@@ -1 +1 @@
-smplayer-0.6.2.tar.bz2
+smplayer-0.6.3.tar.bz2
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smplayer.spec 10 Sep 2008 14:59:16 -0000 1.4
+++ smplayer.spec 3 Oct 2008 12:07:49 -0000 1.5
@@ -8,7 +8,7 @@
%endif
Name: smplayer
-Version: 0.6.2
+Version: 0.6.3
Release: 1%{?dist}
Summary: A graphical frontend for mplayer
@@ -112,15 +112,18 @@
%{_mandir}/man1/smplayer.1.gz
%if 0%{?fedora} >= 9
- %{_datadir}/kde4/services/ServiceMenus/
+ %dir %{_datadir}/kde4/services/ServiceMenus/
%{_datadir}/kde4/services/ServiceMenus/smplayer_enqueue.desktop
%else
- %{_datadir}/apps/konqueror/
- %{_datadir}/apps/konqueror/servicemenus/
+ %dir %{_datadir}/apps/konqueror/
+ %dir %{_datadir}/apps/konqueror/servicemenus/
%{_datadir}/apps/konqueror/servicemenus/smplayer_enqueue.desktop
%endif
%changelog
+* Mon Sep 29 2008 Sebastian Vahl <fedora(a)deadbabylon.de> - 0.6.3-1
+- new upstream version: 0.6.3
+
* Fri Aug 15 2008 Sebastian Vahl <fedora(a)deadbabylon.de> - 0.6.2-1
- new upstream version: 0.6.2
- add servicemenus depending on the KDE version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 10 Sep 2008 14:59:16 -0000 1.3
+++ sources 3 Oct 2008 12:07:49 -0000 1.4
@@ -1 +1 @@
-dcc9a22faa9ffde4a19fae07f76bb0b3 smplayer-0.6.2.tar.bz2
+dc1d482557cfda6d59534e9623a9fb16 smplayer-0.6.3.tar.bz2
16 years, 1 month
rpms/xorg-x11-drv-nvidia-legacy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsZ24101/rpms/xorg-x11-drv-nvidia-legacy/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xorg-x11-drv-nvidia-legacy
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xorg-x11-drv-nvidia-legacy
# $Id: Makefile,v 1.1 2008/10/03 12:03:34 thl Exp $
NAME := xorg-x11-drv-nvidia-legacy
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 ---
16 years, 1 month
rpms/xorg-x11-drv-nvidia-legacy Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsZ24101/rpms/xorg-x11-drv-nvidia-legacy
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xorg-x11-drv-nvidia-legacy
--- NEW FILE Makefile ---
# Top level Makefile for module xorg-x11-drv-nvidia-legacy
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 ---
16 years, 1 month
rpms/xorg-x11-drv-nvidia-legacy/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsZ24101/rpms/xorg-x11-drv-nvidia-legacy/devel
Log Message:
Directory /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy/devel added to the repository
16 years, 1 month
rpms/xorg-x11-drv-nvidia-legacy - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsZ24101/rpms/xorg-x11-drv-nvidia-legacy
Log Message:
Directory /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy added to the repository
16 years, 1 month
rpms/xorg-x11-drv-nvidia/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR23926/rpms/xorg-x11-drv-nvidia/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xorg-x11-drv-nvidia
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xorg-x11-drv-nvidia
# $Id: Makefile,v 1.1 2008/10/03 12:03:26 thl Exp $
NAME := xorg-x11-drv-nvidia
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 ---
16 years, 1 month
rpms/xorg-x11-drv-nvidia Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR23926/rpms/xorg-x11-drv-nvidia
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xorg-x11-drv-nvidia
--- NEW FILE Makefile ---
# Top level Makefile for module xorg-x11-drv-nvidia
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 ---
16 years, 1 month
rpms/xorg-x11-drv-nvidia/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR23926/rpms/xorg-x11-drv-nvidia/devel
Log Message:
Directory /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel added to the repository
16 years, 1 month
rpms/xorg-x11-drv-nvidia - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR23926/rpms/xorg-x11-drv-nvidia
Log Message:
Directory /cvs/nonfree/rpms/xorg-x11-drv-nvidia added to the repository
16 years, 1 month
rpms/xorg-x11-drv-nvidia-96xx Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsl23751/rpms/xorg-x11-drv-nvidia-96xx
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xorg-x11-drv-nvidia-96xx
--- NEW FILE Makefile ---
# Top level Makefile for module xorg-x11-drv-nvidia-96xx
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 ---
16 years, 1 month