rpms/cvsutils/FC-5 cvsutils-cvs-cvsdo.diff, NONE, 1.1 cvsutils.spec, 1.2, 1.3

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Jan 25 04:02:53 UTC 2007


Author: corsepiu

Update of /cvs/extras/rpms/cvsutils/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14517

Modified Files:
	cvsutils.spec 
Added Files:
	cvsutils-cvs-cvsdo.diff 
Log Message:
* Thu Jan 25 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.2.3-5
- Add cvsutils-cvs-cvsdo.diff (Fix BZ 173772).


cvsutils-cvs-cvsdo.diff:

--- NEW FILE cvsutils-cvs-cvsdo.diff ---
diff -u cvsutils-0.2.3/ChangeLog cvsutils/ChangeLog
--- cvsutils-0.2.3/ChangeLog	2005-03-29 06:23:50.000000000 +0200
+++ cvsutils/ChangeLog	2005-08-19 00:47:59.000000000 +0200
@@ -1,3 +1,7 @@
+2005-08-18  Pavel Roskin  <proski at gnu.org>
+
+	* cvsdo.pl: Fix warning in "add" command if CVS/Tag is missing.
+
 2005-03-28  Pavel Roskin  <proski at gnu.org>
 
 	Version 0.2.3 released.
diff -u cvsutils-0.2.3/cvsdo.pl cvsutils/cvsdo.pl
--- cvsutils-0.2.3/cvsdo.pl	2005-03-29 06:06:37.000000000 +0200
+++ cvsutils/cvsdo.pl	2005-08-19 00:47:59.000000000 +0200
@@ -135,7 +135,7 @@
 
 	$entries_tmp = $entries . ".tmp";
 
-	my $tag;
+	my $tag = "";
 	my $tagfile = $file;
 	$tagfile =~ s{^(([^ ]+/)?)([^/ ]+)$}{${1}CVS/Tag};
 	if ($cmd_add && -f $tagfile) {


Index: cvsutils.spec
===================================================================
RCS file: /cvs/extras/rpms/cvsutils/FC-5/cvsutils.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvsutils.spec	10 Sep 2005 09:39:22 -0000	1.2
+++ cvsutils.spec	25 Jan 2007 04:02:23 -0000	1.3
@@ -1,11 +1,12 @@
 Summary: 	CVS Utilities
 Name: 		cvsutils
 Version: 	0.2.3
-Release: 	3%{?dist}
+Release: 	5%{?dist}
 License: 	GPL
 Group: 		Development/Tools
 URL: 		http://www.red-bean.com/cvsutils
 Source: 	http://www.red-bean.com/cvsutils/cvsutils-%{version}.tar.gz
+Patch0:		cvsutils-cvs-cvsdo.diff
 Requires: 	cvs
 BuildArch: 	noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -16,6 +17,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -40,6 +42,12 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jan 25 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.2.3-5
+- Add cvsutils-cvs-cvsdo.diff (Fix BZ 173772).
+
+* Tue Sep 05 2006 Ralf Corsépius <rc040203 at freenet.de> - 0.2.3-4
+- Mass rebuild.
+
 * Mon Sep 10 2005 Ralf Corsépius <rc040203 at freenet.de> - 0.2.3-3
 - Add AUTHORS, TODO.
 




More information about the fedora-extras-commits mailing list