rpms/cvs2cl/FC-3 cvs2cl.pl,1.2,1.3 cvs2cl.spec,1.6,1.7

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


Author: scop

Update of /cvs/extras/rpms/cvs2cl/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5596

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


Index: cvs2cl.pl
===================================================================
RCS file: /cvs/extras/rpms/cvs2cl/FC-3/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:10 -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/FC-3/cvs2cl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cvs2cl.spec	23 Jan 2005 16:29:02 -0000	1.6
+++ cvs2cl.spec	19 May 2005 15:34:10 -0000	1.7
@@ -1,8 +1,8 @@
 Name:           cvs2cl
-Version:        2.58
+Version:        2.59
 Release:        1
 Epoch:          0
-Summary:        Utility which generates ChangeLogs from CVS working copies
+Summary:        Generate ChangeLogs from CVS working copies
 
 Group:          Development/Tools
 License:        GPL
@@ -67,6 +67,9 @@
 
 
 %changelog
+* Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:2.59-1
+- 2.59.
+
 * Sun Jan 16 2005 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.58-1
 - Updated to 2.58.
 




More information about the fedora-extras-commits mailing list