Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2013-02-04 20:55:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-source_validator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-source_validator", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
        2013-01-20 14:40:19.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2013-02-04 20:55:32.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb  4 01:49:22 CET 2013 - [email protected]
+
+- check_patches_applied: allow #patches as comment 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ obs-service-source_validator-0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-source_validator-0.2/helpers/check_patches_applied 
new/obs-service-source_validator-0.2/helpers/check_patches_applied
--- old/obs-service-source_validator-0.2/helpers/check_patches_applied  
2013-01-18 16:17:08.000000000 +0100
+++ new/obs-service-source_validator-0.2/helpers/check_patches_applied  
2013-02-04 01:48:39.000000000 +0100
@@ -72,6 +72,7 @@
                                $APPLIED[$arg] = $applied unless $APPLIED[$arg];
                        }
                } elsif ($arg =~ /^([#\s]*)?%?patch[^-]/ || $arg =~ 
/^([#\s]*)?%?Patch[^-].*:.*/) {
+                       unless ( /^\s*#patches/ ) {
                        $arg =~ s/^([#\s]*)?%?[Pp]atch//;
                        if ($arg =~ /^[0-9]/) {
                                $APPLIED[$arg] = $applied unless $APPLIED[$arg];
@@ -80,6 +81,7 @@
                                print STDERR "line was $_\n" if $debug;
                                $errors++;
                        }
+                       }
                }
        }
        next;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to