commit perl-Test-LeakTrace for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package perl-Test-LeakTrace for 
openSUSE:Factory checked in at 2017-06-22 10:35:00

Comparing /work/SRC/openSUSE:Factory/perl-Test-LeakTrace (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-LeakTrace.new (New)


Package is "perl-Test-LeakTrace"

Thu Jun 22 10:35:00 2017 rev:18 rq:504928 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-LeakTrace/perl-Test-LeakTrace.changes  
2015-04-15 16:27:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LeakTrace.new/perl-Test-LeakTrace.changes 
2017-06-22 10:35:02.638867892 +0200
@@ -1,0 +2,10 @@
+Sun Jun 18 06:23:28 UTC 2017 - co...@suse.com
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Test-LeakTrace/Changes
+
+  0.16 2017-06-17
+  - Fix build and test issues with perl5.26 due to removal of . from @INC
+(PR #4 - thanks to jkeenan)
+
+---

Old:

  Test-LeakTrace-0.15.tar.gz

New:

  Test-LeakTrace-0.16.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-LeakTrace.spec ++
--- /var/tmp/diff_new_pack.CQx4rg/_old  2017-06-22 10:35:03.142796857 +0200
+++ /var/tmp/diff_new_pack.CQx4rg/_new  2017-06-22 10:35:03.146796293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-LeakTrace
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Test-LeakTrace
-Version:0.15
+Version:0.16
 Release:0
 %define cpan_name Test-LeakTrace
 Summary:Traces memory leaks
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-LeakTrace/
-Source: 
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -43,7 +44,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Test-LeakTrace-0.15.tar.gz -> Test-LeakTrace-0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.15/Changes 
new/Test-LeakTrace-0.16/Changes
--- old/Test-LeakTrace-0.15/Changes 2014-11-13 23:51:36.0 +0100
+++ new/Test-LeakTrace-0.16/Changes 2017-06-18 00:54:16.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test::LeakTrace
 
+0.16 2017-06-17
+- Fix build and test issues with perl5.26 due to removal of . from @INC
+  (PR #4 - thanks to jkeenan)
+
 0.15 2014-11-14 07:51:22+0900
 - Fix test failure on Windows (#1)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.15/META.yml 
new/Test-LeakTrace-0.16/META.yml
--- old/Test-LeakTrace-0.15/META.yml2014-11-13 23:51:52.0 +0100
+++ new/Test-LeakTrace-0.16/META.yml2017-06-18 02:15:04.0 +0200
@@ -8,7 +8,7 @@
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.14'
+generated_by: 'Module::Install version 1.18'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +27,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/gfx/p5-Test-LeakTrace.git
-version: 0.15
+version: '0.16'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.15/Makefile.PL 
new/Test-LeakTrace-0.16/Makefile.PL
--- old/Test-LeakTrace-0.15/Makefile.PL 2014-11-13 23:40:34.0 +0100
+++ new/Test-LeakTrace-0.16/Makefile.PL 2017-06-18 00:54:46.0 +0200
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '.';
 use inc::Module::Install;
 
 name 'Test-LeakTrace';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.15/inc/Module/Install/Base.pm 
new/Test-LeakTrace-0.16/inc/Module/Install/Base.pm
--- old/Test-LeakTrace-0.15/inc/Module/Install/Base.pm  2014-11-13 
23:51:52.0 +0100
+++ new/Test-LeakTrace-0.16/inc/Module/Install/Base.pm  2017-06-18 
02:15:04.0 +0200
@@ -4,7 +4,7 @@
 use strict 

commit perl-Test-LeakTrace for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LeakTrace for 
openSUSE:Factory checked in at 2015-04-15 16:27:05

Comparing /work/SRC/openSUSE:Factory/perl-Test-LeakTrace (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-LeakTrace.new (New)


Package is perl-Test-LeakTrace

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-LeakTrace/perl-Test-LeakTrace.changes  
2011-11-21 12:47:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LeakTrace.new/perl-Test-LeakTrace.changes 
2015-04-15 16:27:07.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 15:52:24 UTC 2015 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Test-LeakTrace/Changes
+
+  0.15 2014-11-14 07:51:22+0900
+  - Fix test failure on Windows (#1)
+
+---

Old:

  Test-LeakTrace-0.14.tar.gz

New:

  Test-LeakTrace-0.15.tar.gz



Other differences:
--
++ perl-Test-LeakTrace.spec ++
--- /var/tmp/diff_new_pack.PT6jGL/_old  2015-04-15 16:27:07.0 +0200
+++ /var/tmp/diff_new_pack.PT6jGL/_new  2015-04-15 16:27:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-LeakTrace
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Test-LeakTrace
-Version:0.14
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.15
+Release:0
 %define cpan_name Test-LeakTrace
 Summary:Traces memory leaks
-Url:http://search.cpan.org/dist/Test-LeakTrace/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Test-LeakTrace/
 Source: 
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -60,6 +59,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes example README
 
 %changelog

++ Test-LeakTrace-0.14.tar.gz - Test-LeakTrace-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.14/Changes 
new/Test-LeakTrace-0.15/Changes
--- old/Test-LeakTrace-0.14/Changes 2011-10-07 11:22:39.0 +0200
+++ new/Test-LeakTrace-0.15/Changes 2014-11-13 23:51:36.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::LeakTrace
 
+0.15 2014-11-14 07:51:22+0900
+- Fix test failure on Windows (#1)
+
 0.14 2011-10-07 02:22:11
 - Fix Test::Valgrind failures (thanks to @shohex)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.14/META.yml 
new/Test-LeakTrace-0.15/META.yml
--- old/Test-LeakTrace-0.14/META.yml2011-10-07 11:24:30.0 +0200
+++ new/Test-LeakTrace-0.15/META.yml2014-11-13 23:51:52.0 +0100
@@ -3,11 +3,12 @@
 author:
   - 'Goro Fuji(gfx) gfuji(at)cpan.org.'
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 distribution_type: module
-generated_by: 'Module::Install version 1.02'
+dynamic_config: 1
+generated_by: 'Module::Install version 1.14'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,5 +26,5 @@
   perl: 5.8.1
 resources:
   license: http://dev.perl.org/licenses/
-  repository: git://github.com/gfx/Perl-Test-LeakTrace.git
-version: 0.14
+  repository: git://github.com/gfx/p5-Test-LeakTrace.git
+version: 0.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.14/inc/Module/Install/Base.pm 
new/Test-LeakTrace-0.15/inc/Module/Install/Base.pm
--- old/Test-LeakTrace-0.14/inc/Module/Install/Base.pm  2011-10-07 
11:24:29.0 +0200
+++ new/Test-LeakTrace-0.15/inc/Module/Install/Base.pm  2014-11-13 
23:51:52.0 +0100
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.02';
+   $VERSION = '1.14';
 }
 
 # Suspend handler for redefined warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.14/inc/Module/Install/MakeMaker.pm 
new/Test-LeakTrace-0.15/inc/Module/Install/MakeMaker.pm
--- old/Test-LeakTrace-0.14/inc/Module/Install/MakeMaker.pm 2011-10-07 
11:24:29.0 +0200
+++ 

commit perl-Test-LeakTrace for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LeakTrace for 
openSUSE:Factory checked in at 2011-12-06 18:48:15

Comparing /work/SRC/openSUSE:Factory/perl-Test-LeakTrace (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-LeakTrace.new (New)


Package is perl-Test-LeakTrace, Maintainer is 

Changes:




Other differences:
--
++ perl-Test-LeakTrace.spec ++
--- /var/tmp/diff_new_pack.XKu8Ln/_old  2011-12-06 19:20:22.0 +0100
+++ /var/tmp/diff_new_pack.XKu8Ln/_new  2011-12-06 19:20:22.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Test-LeakTrace
 Version:0.14
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Test-LeakTrace
 Summary:Traces memory leaks
 Url:http://search.cpan.org/dist/Test-LeakTrace/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Test-LeakTrace for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LeakTrace for 
openSUSE:Factory checked in at 2011-11-21 12:47:28

Comparing /work/SRC/openSUSE:Factory/perl-Test-LeakTrace (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-LeakTrace.new (New)


Package is perl-Test-LeakTrace, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-LeakTrace/perl-Test-LeakTrace.changes  
2011-09-23 12:39:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LeakTrace.new/perl-Test-LeakTrace.changes 
2011-11-21 12:47:30.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 20 20:41:13 UTC 2011 - co...@suse.com
+
+- update to 0.14
+- Fix Test::Valgrind failures (thanks to @shohex)
+
+---

Old:

  Test-LeakTrace-0.13.tar.gz

New:

  Test-LeakTrace-0.14.tar.gz



Other differences:
--
++ perl-Test-LeakTrace.spec ++
--- /var/tmp/diff_new_pack.rrA9mS/_old  2011-11-21 12:47:31.0 +0100
+++ /var/tmp/diff_new_pack.rrA9mS/_new  2011-11-21 12:47:31.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   perl-Test-LeakTrace
-Version:0.13
+Version:0.14
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Test-LeakTrace
@@ -58,9 +58,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ Test-LeakTrace-0.13.tar.gz - Test-LeakTrace-0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.13/Changes 
new/Test-LeakTrace-0.14/Changes
--- old/Test-LeakTrace-0.13/Changes 2010-08-01 08:17:35.0 +0200
+++ new/Test-LeakTrace-0.14/Changes 2011-10-07 11:22:39.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::LeakTrace
 
+0.14 2011-10-07 02:22:11
+- Fix Test::Valgrind failures (thanks to @shohex)
+
 0.13 Sun Aug  1 15:17:23 2010
 - Fix tests for older perls
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.13/LeakTrace.xs 
new/Test-LeakTrace-0.14/LeakTrace.xs
--- old/Test-LeakTrace-0.13/LeakTrace.xs2010-08-01 08:10:57.0 
+0200
+++ new/Test-LeakTrace-0.14/LeakTrace.xs2011-10-07 11:18:55.0 
+0200
@@ -361,6 +361,15 @@
 PERL_UNUSED_VAR(items);
 
 void
+END(...)
+CODE:
+dMY_CXT;
+// release resources for valgrind
+Safefree(MY_CXT.file);
+MY_CXT.file = NULL;
+PERL_UNUSED_VAR(items);
+
+void
 _start(bool need_stateinfo)
 PREINIT:
 dMY_CXT;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.13/MANIFEST 
new/Test-LeakTrace-0.14/MANIFEST
--- old/Test-LeakTrace-0.13/MANIFEST2010-06-14 09:20:31.0 +0200
+++ new/Test-LeakTrace-0.14/MANIFEST2011-10-07 11:23:24.0 +0200
@@ -48,3 +48,4 @@
 xt/02_pod.t
 xt/03_pod-coverage.t
 xt/04_synopsis.t
+xt/05_valgrind.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.13/MANIFEST.SKIP 
new/Test-LeakTrace-0.14/MANIFEST.SKIP
--- old/Test-LeakTrace-0.13/MANIFEST.SKIP   2009-02-22 06:12:29.0 
+0100
+++ new/Test-LeakTrace-0.14/MANIFEST.SKIP   2011-10-07 11:23:21.0 
+0200
@@ -39,3 +39,6 @@
 # skip author's files
 \bauthor\b
 
+LeakTrace\.(?:bs|o|c)
+MYMETA\.(?:json|yml)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.13/META.yml 
new/Test-LeakTrace-0.14/META.yml
--- old/Test-LeakTrace-0.13/META.yml2010-08-01 08:18:03.0 +0200
+++ new/Test-LeakTrace-0.14/META.yml2011-10-07 11:24:30.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+generated_by: 'Module::Install version 1.02'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,4 +26,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/gfx/Perl-Test-LeakTrace.git
-version: 0.13
+version: 0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LeakTrace-0.13/inc/Module/Install/Base.pm 
new/Test-LeakTrace-0.14/inc/Module/Install/Base.pm
--- old/Test-LeakTrace-0.13/inc/Module/Install/Base.pm  2010-08-01 
08:18:03.0 +0200
+++ new/Test-LeakTrace-0.14/inc/Module/Install/Base.pm  2011-10-07 
11:24:29.0 +0200
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.00';
+   $VERSION = '1.02';
 }
 
 # Suspend handler for 

commit perl-Test-LeakTrace for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-LeakTrace for 
openSUSE:Factory
checked in at Tue May 31 13:36:46 CEST 2011.




--- perl-Test-LeakTrace/perl-Test-LeakTrace.changes 2011-03-15 
10:55:15.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-Test-LeakTrace/perl-Test-LeakTrace.changes
2011-05-01 13:01:41.0 +0200
@@ -1,0 +2,11 @@
+Sun May  1 10:39:25 UTC 2011 - co...@opensuse.org
+
+- updated to 0.13
+  - Fix tests for older perls
+  
+  - Use = 0, instead of == 0 for no_leaks_ok()
+  - Add count_sv() to count all the SVs in a perl interpreter
+  
+  - Resolve RT #58133: False-positive related to XS code
+
+---

calling whatdependson for head-i586


Old:

  Test-LeakTrace-0.10.tar.bz2

New:

  Test-LeakTrace-0.13.tar.gz



Other differences:
--
++ perl-Test-LeakTrace.spec ++
--- /var/tmp/diff_new_pack.YIAQAV/_old  2011-05-31 13:36:10.0 +0200
+++ /var/tmp/diff_new_pack.YIAQAV/_new  2011-05-31 13:36:10.0 +0200
@@ -15,47 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Test-LeakTrace
-%definereal_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
+Version:0.13
+Release:1
+License:GPL+ or Artistic
+%define cpan_name Test-LeakTrace
 Summary:Traces memory leaks 
-Url:http://search.cpan.org/perldoc?Test::LeakTrace
+Url:http://search.cpan.org/dist/Test-LeakTrace/
 Group:  Development/Libraries/Perl
-License:GPL+ or Artistic
-Version:0.10
-Release:8
-Source: %{real_name}-%{version}.tar.bz2
-BuildRequires:  perl-macros
+Source: 
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
 %{perl_requires}
 
 %description
-Test::LeakTrace provides several functions that trace memory leaks. This module
-scans arenas, the memory allocation system, so it can detect any leaked SVs in
-given blocks.
-
-Leaked SVs are SVs which are not released after the end of the scope they have
-been created. These SVs include global variables and internal caches. For
-example, if you call a method in a tracing block, perl might prepare a cache
-for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
-executes a block more than once.e
-
-Author:

-   Goro Fuji(gfx) gfuji(at)cpan.org.
-
+'Test::LeakTrace' provides several functions that trace memory leaks. This
+module scans arenas, the memory allocation system, so it can detect any
+leaked SVs in given blocks.
+
+*Leaked SVs* are SVs which are not released after the end of the scope they
+have been created. These SVs include global variables and internal caches.
+For example, if you call a method in a tracing block, perl might prepare a
+cache for the method. Thus, to trace true leaks, 'no_leaks_ok()' and
+'leaks_cmp_ok()' executes a block more than once.
 
 %prep
-%setup -q -n %{real_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL 
-make %{?jobs:-j%jobs}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
@@ -63,10 +59,10 @@
 %perl_gen_filelist
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files 
-%defattr(0644, root, root, 0755)
-%doc Changes README MANIFEST
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org