rpms/cvs2cl/devel cvs2cl.pl,1.2,1.3 cvs2cl.spec,1.8,1.9

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu May 19 15:34:50 UTC 2005


Author: scop

Update of /cvs/extras/rpms/cvs2cl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5678

Modified Files:
	cvs2cl.pl cvs2cl.spec 
Log Message:
2.59


Index: cvs2cl.pl
===================================================================
RCS file: /cvs/extras/rpms/cvs2cl/devel/cvs2cl.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvs2cl.pl	23 Jan 2005 16:29:02 -0000	1.2
+++ cvs2cl.pl	19 May 2005 15:34:48 -0000	1.3
@@ -1319,9 +1319,9 @@
         while (<OLD_LOG>) {
           if ( ! $passed_first_entry ) {
             if ( ( ! $started_first_entry )
-                and /^(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d)/ ) {
+                and /^(\d\d\d\d-\d\d-\d\d\s+(\w+\s+)?\d\d:\d\d)/ ) {
               $started_first_entry = 1;
-            } elsif ( /^(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d)/ ) {
+            } elsif ( /^(\d\d\d\d-\d\d-\d\d\s+(\w+\s+)?\d\d:\d\d)/ ) {
               $passed_first_entry = 1;
               print NEW_LOG $_;
             }
@@ -2393,7 +2393,7 @@
   my $boundary_date;
   while (<LOG>)
   {
-    if (/^(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d)/)
+    if (/^(\d\d\d\d-\d\d-\d\d\s+(\w+\s+)?\d\d:\d\d)/)
     {
       $boundary_date = "$1";
       last;


Index: cvs2cl.spec
===================================================================
RCS file: /cvs/extras/rpms/cvs2cl/devel/cvs2cl.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cvs2cl.spec	6 Apr 2005 22:11:36 -0000	1.8
+++ cvs2cl.spec	19 May 2005 15:34:48 -0000	1.9
@@ -1,7 +1,6 @@
 Name:           cvs2cl
-Version:        2.58
+Version:        2.59
 Release:        2
-
 Summary:        Generate ChangeLogs from CVS working copies
 
 Group:          Development/Tools
@@ -67,7 +66,10 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.59-2
+- 2.59.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.58-1
 - rebuilt
 
 * Sun Jan 16 2005 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.58-1




More information about the fedora-extras-commits mailing list