rpms/cvsplot/EL-4 Makefile,1.2,1.3 cvsplot.spec,1.2,1.3

Marek Mahut (mmahut) fedora-extras-commits at redhat.com
Fri Jun 22 22:27:32 UTC 2007


Author: mmahut

Update of /cvs/pkgs/rpms/cvsplot/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25756/EL-4

Modified Files:
	Makefile cvsplot.spec 
Log Message:
Branching cvsplot for EL-4




Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/cvsplot/EL-4/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	24 Nov 2004 03:10:03 -0000	1.2
+++ Makefile	22 Jun 2007 22:26:56 -0000	1.3
@@ -7,7 +7,7 @@
 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))
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
 
 ifeq ($(MAKEFILE_COMMON),)
 # attept a checkout


Index: cvsplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cvsplot/EL-4/cvsplot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvsplot.spec	6 Dec 2004 20:48:26 -0000	1.2
+++ cvsplot.spec	22 Jun 2007 22:26:56 -0000	1.3
@@ -1,18 +1,20 @@
-Name:           cvsplot
-Version:        1.7.4
-Release:        1
-Epoch:          0
-Summary:        Cvsplot collects statistics from CVS controlled files
-
-License:        GPL
-Group:          Development/Tools
-URL:            http://cvsplot.sourceforge.net/
-Source:         http://download.sourceforge.net/cvsplot/cvsplot-1.7.4.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch:      noarch
-Requires:       cvs >= 0:1.11.1, gnuplot, perl-DateManip >= 0:5.42
-Requires:       perl(String::ShellQuote)
+Name:		cvsplot
+Version:	1.7.4
+Release:	3
+
+Summary:	Collect statistics from CVS controlled files
+
+License:	GPL
+Group:		Development/Tools
+URL:		http://cvsplot.sourceforge.net/
+Source:		http://download.sourceforge.net/cvsplot/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:	noarch
+Requires:	cvs >= 1.11.1, gnuplot, perl-DateManip >= 5.42
+Requires:	perl(String::ShellQuote)
+
+Patch0:		cvsplot-1.7.4.gnuplot.patch
 
 %description
 Cvsplot is used for collecting statistics from CVS controlled files.
@@ -22,7 +24,7 @@
 
 %prep
 %setup -q
-
+%patch0
 
 %build
 
@@ -43,32 +45,38 @@
 
 
 %changelog
-* Fri Dec  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.4-1
+* Thu Jun 14 2007 Marek Mahut <mmahut redhat.com> - 1.7.4-3
+- Added patch for compatibility with gnuplot 4
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.7.4-2
+- rebuilt
+
+* Fri Dec  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 1.7.4-1
 - Update to 1.7.4.
 
-* Thu Jul  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.3-0.fdr.1
+* Thu Jul  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 1.7.3-0.fdr.1
 - Update to 1.7.3.
 
-* Sun Mar 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.2-0.fdr.1
+* Sun Mar 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 1.7.2-0.fdr.1
 - Update to 1.7.2.
 
-* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.1-0.fdr.3
+* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.1-0.fdr.3
 - Require perl-DateManip >= 5.42 to get rid of UTF-8 warnings.
 
-* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.1-0.fdr.2
+* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.1-0.fdr.2
 - Remove .pl extension from executable.
 - Remove #---- section markers, other spec cleanups.
 
-* Tue May 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.1-0.fdr.1
+* Tue May 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.1-0.fdr.1
 - Update to 1.7.1.
 
-* Tue May 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.0-0.fdr.1
+* Tue May 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.7.0-0.fdr.1
 - Update to 1.7.0.
 
-* Thu May  8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.5-0.fdr.1
+* Thu May  8 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.6.5-0.fdr.1
 - Update to 1.6.5.
 
-* Sun Apr 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.4-0.fdr.1
+* Sun Apr 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-0.fdr.1
 - Update to 1.6.4.
 - Save .spec in UTF-8.
 




More information about the fedora-extras-commits mailing list