rpms/spear-demo Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/spear-demo
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsv30357/rpms/spear-demo
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module spear-demo
--- NEW FILE Makefile ---
# Top level Makefile for module spear-demo
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 ---
13 years, 10 months
rpms/spear-demo/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/spear-demo/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsv30357/rpms/spear-demo/devel
Log Message:
Directory /cvs/nonfree/rpms/spear-demo/devel added to the repository
13 years, 10 months
rpms/spear-demo - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/spear-demo
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsv30357/rpms/spear-demo
Log Message:
Directory /cvs/nonfree/rpms/spear-demo added to the repository
13 years, 10 months
rpms/mythtv-status/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mythtv-status/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvst28542/rpms/mythtv-status/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module mythtv-status
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: mythtv-status
# $Id: Makefile,v 1.1 2011/01/09 11:33:39 kwizart Exp $
NAME := mythtv-status
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 ---
13 years, 10 months
rpms/mythtv-status Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mythtv-status
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvst28542/rpms/mythtv-status
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module mythtv-status
--- NEW FILE Makefile ---
# Top level Makefile for module mythtv-status
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 ---
13 years, 10 months
rpms/mythtv-status/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mythtv-status/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvst28542/rpms/mythtv-status/devel
Log Message:
Directory /cvs/free/rpms/mythtv-status/devel added to the repository
13 years, 10 months
rpms/mythtv-status - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mythtv-status
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvst28542/rpms/mythtv-status
Log Message:
Directory /cvs/free/rpms/mythtv-status added to the repository
13 years, 10 months
rpms/lightspark/F-14 lightspark.spec,1.7,1.8 sources,1.5,1.6
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21797/F-14
Modified Files:
lightspark.spec sources
Log Message:
Today's snapshot, fixes a crash on some websites
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/lightspark.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lightspark.spec 8 Jan 2011 16:01:45 -0000 1.7
+++ lightspark.spec 9 Jan 2011 02:02:36 -0000 1.8
@@ -9,15 +9,15 @@
%define pre_release 0
%if %{?git}
-%define commit c9fbbca66ce214e8df2d59aae90af6427af5057f
-%define date 20110108
+%define commit 7109082a509416b65cc4b8180686a97c72042882
+%define date 20110109
%endif
%if %{pre_release}
%define pre rc1
%endif
-%define rel 2
+%define rel 3
%define major 0.4.5
@@ -152,7 +152,10 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
-* Fri Jan 08 2011 Hicham HAOAURI <hicham.haouari(a)gmail.com> - 0.4.5.1-2.20110108git
+* Sun Jan 09 2011 Hicham HAOAURI <hicham.haouari(a)gmail.com> - 0.4.5.1-3.20110109git
+- Today's snapshot, fixes a crash on some websites
+
+* Sat Jan 08 2011 Hicham HAOAURI <hicham.haouari(a)gmail.com> - 0.4.5.1-2.20110108git
- Today's snapshot, with gradients support
* Thu Dec 16 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5.1-1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 8 Jan 2011 16:01:45 -0000 1.5
+++ sources 9 Jan 2011 02:02:36 -0000 1.6
@@ -1 +1 @@
-2939bf38418358f04e3dfbedd70136a2 lightspark-0.4.5.1-20110108git.tar.bz2
+e7ce77e129ad1ae0f14dcb94fb4c1a11 lightspark-0.4.5.1-20110109git.tar.bz2
13 years, 10 months
rpms/lightspark/devel lightspark.spec,1.9,1.10 sources,1.8,1.9
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21629/devel
Modified Files:
lightspark.spec sources
Log Message:
Today's snapshot, fixes a crash on some websites
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/lightspark.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lightspark.spec 8 Jan 2011 16:00:47 -0000 1.9
+++ lightspark.spec 9 Jan 2011 02:01:45 -0000 1.10
@@ -9,15 +9,15 @@
%define pre_release 0
%if %{?git}
-%define commit c9fbbca66ce214e8df2d59aae90af6427af5057f
-%define date 20110108
+%define commit 7109082a509416b65cc4b8180686a97c72042882
+%define date 20110109
%endif
%if %{pre_release}
%define pre rc1
%endif
-%define rel 2
+%define rel 3
%define major 0.4.5
@@ -152,7 +152,10 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
-* Fri Jan 08 2011 Hicham HAOAURI <hicham.haouari(a)gmail.com> - 0.4.5.1-2.20110108git
+* Sun Jan 09 2011 Hicham HAOAURI <hicham.haouari(a)gmail.com> - 0.4.5.1-3.20110109git
+- Today's snapshot, fixes a crash on some websites
+
+* Sat Jan 08 2011 Hicham HAOAURI <hicham.haouari(a)gmail.com> - 0.4.5.1-2.20110108git
- Today's snapshot, with gradients support
* Thu Dec 16 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5.1-1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 8 Jan 2011 16:00:47 -0000 1.8
+++ sources 9 Jan 2011 02:01:45 -0000 1.9
@@ -1 +1 @@
-2939bf38418358f04e3dfbedd70136a2 lightspark-0.4.5.1-20110108git.tar.bz2
+e7ce77e129ad1ae0f14dcb94fb4c1a11 lightspark-0.4.5.1-20110109git.tar.bz2
13 years, 10 months
rpms/lightspark/F-14 lightspark.spec,1.6,1.7 sources,1.4,1.5
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14587/F-14
Modified Files:
lightspark.spec sources
Log Message:
Today's snap, with gradients support
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/lightspark.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lightspark.spec 16 Dec 2010 14:10:02 -0000 1.6
+++ lightspark.spec 8 Jan 2011 16:01:45 -0000 1.7
@@ -1,6 +1,6 @@
%define debug 0
-%define git 0
+%define git 1
%if %{git}
%define git_snapshot 1
@@ -9,15 +9,15 @@
%define pre_release 0
%if %{?git}
-%define commit 2530e6cd11d5d3fc9cbd92f2adf503cfafcc2692
-%define date 20100825
+%define commit c9fbbca66ce214e8df2d59aae90af6427af5057f
+%define date 20110108
%endif
%if %{pre_release}
%define pre rc1
%endif
-%define rel 1
+%define rel 2
%define major 0.4.5
@@ -59,7 +59,7 @@
BuildRequires: libcurl-devel
BuildRequires: boost-devel
BuildRequires: gettext
-BuildRequires: libxml++-devel
+BuildRequires: libxml++-devel >= 2.33.1
Requires: hicolor-icon-theme
@@ -151,8 +151,10 @@
%defattr(-,root,root,-)
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
-
%changelog
+* Fri Jan 08 2011 Hicham HAOAURI <hicham.haouari(a)gmail.com> - 0.4.5.1-2.20110108git
+- Today's snapshot, with gradients support
+
* Thu Dec 16 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5.1-1
- New bugfix release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 16 Dec 2010 14:10:02 -0000 1.4
+++ sources 8 Jan 2011 16:01:45 -0000 1.5
@@ -1 +1 @@
-3ef25cdf4fecd9b7c1820c138893ce4f lightspark-0.4.5.1.tar.gz
+2939bf38418358f04e3dfbedd70136a2 lightspark-0.4.5.1-20110108git.tar.bz2
13 years, 10 months