Hello community,

here is the log from the commit of package cpanspec for openSUSE:Factory
checked in at Wed Apr 6 11:44:33 CEST 2011.



--------
--- cpanspec/cpanspec.changes   2011-04-05 13:25:58.000000000 +0200
+++ /mounts/work_src_done/STABLE/cpanspec/cpanspec.changes      2011-04-06 
11:13:07.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 09:12:51 UTC 2011 - [email protected]
+
+- do not use %defattr with 644 to not break binaries
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ cpanspec.spec ++++++
--- /var/tmp/diff_new_pack.TF1ntB/_old  2011-04-06 11:44:21.000000000 +0200
+++ /var/tmp/diff_new_pack.TF1ntB/_new  2011-04-06 11:44:21.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           cpanspec
 Version:        1.78
-Release:        21
+Release:        23
 %define tar_version 1.78
 Summary:        Generate a SUSE spec file for a CPAN module
 License:        GPL+ or Artistic

++++++ cpanspec.patch ++++++
--- /var/tmp/diff_new_pack.TF1ntB/_old  2011-04-06 11:44:21.000000000 +0200
+++ /var/tmp/diff_new_pack.TF1ntB/_new  2011-04-06 11:44:21.000000000 +0200
@@ -1,7 +1,7 @@
 Index: cpanspec-1.78/cpanspec
 ===================================================================
 --- cpanspec-1.78.orig/cpanspec        2009-01-16 21:35:55.000000000 +0100
-+++ cpanspec-1.78/cpanspec     2011-04-05 13:25:33.788388329 +0200
++++ cpanspec-1.78/cpanspec     2011-04-06 10:53:36.712945449 +0200
 @@ -12,9 +12,6 @@
  #
  # $Id: cpanspec,v 1.67 2009/01/16 20:35:17 stevenpritchard Exp $
@@ -705,10 +705,10 @@
 -\%doc @doc
 +\%files -f \%{name}.files
  END
-+    print $spec "\%defattr(644,root,root,755)\n";
++    print $spec "\%defattr(-,root,root,755)\n";
 +
 +    if (@doc) {
-+       print $spec "%doc @doc\n";
++       print $spec "%doc %attr(644,-,-) @doc\n";
 +    }
  
      if ($scripts) {


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



Remember to have fun...

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

Reply via email to