commit perl-XML-Writer for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory 
checked in at 2020-10-08 13:10:16

Comparing /work/SRC/openSUSE:Factory/perl-XML-Writer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-Writer.new.4249 (New)


Package is "perl-XML-Writer"

Thu Oct  8 13:10:16 2020 rev:33 rq:840017 version:0.900

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Writer/perl-XML-Writer.changes  
2015-04-25 21:16:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-Writer.new.4249/perl-XML-Writer.changes
2020-10-08 13:11:17.819124239 +0200
@@ -1,0 +2,6 @@
+Wed Oct  7 03:16:32 UTC 2020 - Tina Müller 
+
+- updated to 0.900
+   see /usr/share/doc/packages/perl-XML-Writer/Changes
+
+---

Old:

  XML-Writer-0.625.tar.gz

New:

  XML-Writer-0.900.tar.gz



Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.BOmjTT/_old  2020-10-08 13:11:18.723125057 +0200
+++ /var/tmp/diff_new_pack.BOmjTT/_new  2020-10-08 13:11:18.727125061 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Writer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-XML-Writer
-Version:0.625
+Version:0.900
 Release:0
 #Upstream: SUSE-Public-Domain
 %define cpan_name XML-Writer
 Summary:Perl extension for writing XML documents
 License:MIT
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/XML-Writer/
-Source0:
http://www.cpan.org/authors/id/J/JO/JOSEPHW/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,13 +54,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -69,6 +70,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README TODO
+%doc Changes examples README TODO
+%license LICENSE
 
 %changelog

++ XML-Writer-0.625.tar.gz -> XML-Writer-0.900.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.625/Changes new/XML-Writer-0.900/Changes
--- old/XML-Writer-0.625/Changes2014-06-05 15:56:29.0 +0200
+++ new/XML-Writer-0.900/Changes2020-04-24 16:50:13.0 +0200
@@ -1,6 +1,11 @@
 Revision history for Perl extension XML::Writer.
 
-0.625 Thu 05 Jun 2014 23:55:42 +1000
+0.900 Fri Mar  8 00:19:28 2019 +1100
+- Drop support for building on (very) old perls.
+- Check for valid element names (#107239)
+- Fail when a scalar other than 'self' is passed as OUTPUT.
+
+0.625 Thu Jun  5 23:55:42 2014 +1000
 - Allow xml-model processing instructions (#94078).
 - Don't warn when undef is passed to setOutput (#94369).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.625/META.yml 
new/XML-Writer-0.900/META.yml
--- old/XML-Writer-0.625/META.yml   2014-06-05 15:56:29.0 +0200
+++ new/XML-Writer-0.900/META.yml   2020-04-24 16:50:13.0 +0200
@@ -3,7 +3,7 @@
   version: 1.4
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
 name: XML-Writer
-version:  0.625
+version:  0.900
 abstract: Easily generate well-formed, namespace-aware XML.
 author:
   - David Megginson 
@@ -14,10 +14,8 @@
 installdirs:  site
 
 build_requires:
-  perl: 5.006_000
-  Test::More: 0.047
-recommends:
   perl: 5.008_001
+  Test::More: 0.047
 
 no_index:
   package:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.625/Makefile.PL 
new/XML-Writer-0.900/Makefile.PL
--- old/XML-Writer-0.625/M

commit perl-XML-Writer for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory 
checked in at 2015-04-25 21:16:54

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


Package is "perl-XML-Writer"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Writer/perl-XML-Writer.changes  
2014-02-28 17:46:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-Writer.new/perl-XML-Writer.changes 
2015-04-25 21:16:55.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 20:46:02 UTC 2015 - co...@suse.com
+
+- updated to 0.625
+   see /usr/share/doc/packages/perl-XML-Writer/Changes
+
+  0.625 Thu 05 Jun 2014 23:55:42 +1000
+  - Allow xml-model processing instructions (#94078).
+  - Don't warn when undef is passed to setOutput (#94369).
+
+---

Old:

  XML-Writer-0.624.tar.gz

New:

  XML-Writer-0.625.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.SSterr/_old  2015-04-25 21:16:56.0 +0200
+++ /var/tmp/diff_new_pack.SSterr/_new  2015-04-25 21:16:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Writer
 #
-# Copyright (c) 2014 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
@@ -17,14 +17,16 @@
 
 
 Name:   perl-XML-Writer
-Version:0.624
+Version:0.625
 Release:0
+#Upstream: SUSE-Public-Domain
 %define cpan_name XML-Writer
-Summary:Perl extension for writing XML documents.
+Summary:Perl extension for writing XML documents
 License:MIT
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-Writer/
-Source: 
http://www.cpan.org/authors/id/J/JO/JOSEPHW/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JO/JOSEPHW/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ XML-Writer-0.624.tar.gz -> XML-Writer-0.625.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/Changes new/XML-Writer-0.625/Changes
--- old/XML-Writer-0.624/Changes2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/Changes2014-06-05 15:56:29.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension XML::Writer.
 
+0.625 Thu 05 Jun 2014 23:55:42 +1000
+- Allow xml-model processing instructions (#94078).
+- Don't warn when undef is passed to setOutput (#94369).
+
 0.624 Wed Feb 12 23:28:39 2014 +1100
 - Allow an empty system ID in a doctype declaration.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/META.yml 
new/XML-Writer-0.625/META.yml
--- old/XML-Writer-0.624/META.yml   2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/META.yml   2014-06-05 15:56:29.0 +0200
@@ -3,7 +3,7 @@
   version: 1.4
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
 name: XML-Writer
-version:  0.624
+version:  0.625
 abstract: Easily generate well-formed, namespace-aware XML.
 author:
   - David Megginson 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/Makefile.PL 
new/XML-Writer-0.625/Makefile.PL
--- old/XML-Writer-0.624/Makefile.PL2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/Makefile.PL2014-06-05 15:56:29.0 +0200
@@ -7,7 +7,7 @@
 # the contents of the Makefile that is written.
 WriteMakefile(
 'NAME'=> 'XML::Writer',
-'VERSION' => '0.624',
+'VERSION' => '0.625',
 
 # A manually-created META.yml has all the other metadata;
 #  we don't want it overwritten
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/Writer.pm 
new/XML-Writer-0.625/Writer.pm
--- old/XML-Writer-0.624/Writer.pm  2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/Writer.pm  2014-06-05 15:56:29.0 +0200
@@ -15,7 +15,7 @@
 use vars qw($VERSION);
 use Carp;
 use IO::Handle;
-$VERSION = "0.624";
+$VERSION = "0.625";
 
 use overload '""' => \&_overload_string;
 
@@ -172,7 +172,7 @@
   my $SAFE_pi = sub {
 my ($name, $data) = (@_);
 $seen{ANYTHING} = 1;
-if (($name =~ /^xml/i) && ($name !~ /^xml

commit perl-XML-Writer for openSUSE:Factory

2014-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory 
checked in at 2014-02-28 17:46:26

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


Package is "perl-XML-Writer"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Writer/perl-XML-Writer.changes  
2013-07-30 19:11:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-Writer.new/perl-XML-Writer.changes 
2014-02-28 17:46:27.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 24 06:18:50 UTC 2014 - co...@suse.com
+
+- updated to 0.624
+ - Allow an empty system ID in a doctype declaration.
+
+---

Old:

  XML-Writer-0.623.tar.gz

New:

  XML-Writer-0.624.tar.gz



Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.cV8fYE/_old  2014-02-28 17:46:28.0 +0100
+++ /var/tmp/diff_new_pack.cV8fYE/_new  2014-02-28 17:46:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Writer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   perl-XML-Writer
-Version:0.623
+Version:0.624
 Release:0
 %define cpan_name XML-Writer
 Summary:Perl extension for writing XML documents.
@@ -29,11 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Algorithm::Diff)
-#BuildRequires: perl(DateTime)
-#BuildRequires: perl(IO::Scalar)
-#BuildRequires: perl(URI::URL)
-#BuildRequires: perl(XML::Writer)
 %{perl_requires}
 
 %description

++ XML-Writer-0.623.tar.gz -> XML-Writer-0.624.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.623/Changes new/XML-Writer-0.624/Changes
--- old/XML-Writer-0.623/Changes2013-06-13 15:32:44.0 +0200
+++ new/XML-Writer-0.624/Changes2014-02-12 13:29:32.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension XML::Writer.
 
+0.624 Wed Feb 12 23:28:39 2014 +1100
+- Allow an empty system ID in a doctype declaration.
+
 0.623 Thu Jun 13 23:29:52 2013 +1000
 - Fix a memory leak introduced in 0.620.
 - Avoid issue with implicit stringification.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.623/META.yml 
new/XML-Writer-0.624/META.yml
--- old/XML-Writer-0.623/META.yml   2013-06-13 15:32:44.0 +0200
+++ new/XML-Writer-0.624/META.yml   2014-02-12 13:29:32.0 +0100
@@ -3,7 +3,7 @@
   version: 1.4
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
 name: XML-Writer
-version:  0.623
+version:  0.624
 abstract: Easily generate well-formed, namespace-aware XML.
 author:
   - David Megginson 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.623/Makefile.PL 
new/XML-Writer-0.624/Makefile.PL
--- old/XML-Writer-0.623/Makefile.PL2013-06-13 15:32:44.0 +0200
+++ new/XML-Writer-0.624/Makefile.PL2014-02-12 13:29:32.0 +0100
@@ -7,7 +7,7 @@
 # the contents of the Makefile that is written.
 WriteMakefile(
 'NAME'=> 'XML::Writer',
-'VERSION' => '0.623',
+'VERSION' => '0.624',
 
 # A manually-created META.yml has all the other metadata;
 #  we don't want it overwritten
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.623/Writer.pm 
new/XML-Writer-0.624/Writer.pm
--- old/XML-Writer-0.623/Writer.pm  2013-06-13 15:32:44.0 +0200
+++ new/XML-Writer-0.624/Writer.pm  2014-02-12 13:29:32.0 +0100
@@ -15,7 +15,7 @@
 use vars qw($VERSION);
 use Carp;
 use IO::Handle;
-$VERSION = "0.623";
+$VERSION = "0.624";
 
 use overload '""' => \&_overload_string;
 
@@ -219,11 +219,11 @@
 my ($name, $publicId, $systemId) = (@_);
 $output->print("print(" PUBLIC \"$publicId\" \"$systemId\"");
-} elsif ($systemId) {
+} elsif ( defined $systemId ) {
   $output->print(" SYSTEM \"$systemId\"");
 }
 $output->print(">\n");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.623/t/01_main.t 
new/XML-Writer-0.624/t/01_main.t
--- old/XML-Writer-0.623/t/01_main.t2013-06-13 15:32:44.0 +0200
+++ new/XML-Writer-0.624/t/01_main.t

commit perl-XML-Writer for openSUSE:Factory

2013-07-30 Thread h_root


bin37EwuLjDdW.bin
Description: Binary data


commit perl-XML-Writer for openSUSE:Factory

2013-06-06 Thread h_root


bing8T3joIdhh.bin
Description: Binary data


commit perl-XML-Writer for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory 
checked in at 2012-02-14 13:09:59

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


Package is "perl-XML-Writer", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Writer/perl-XML-Writer.changes  
2011-12-20 14:30:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-Writer.new/perl-XML-Writer.changes 
2012-02-14 13:10:01.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan 19 02:34:02 UTC 2012 - vci...@suse.com
+
+- update to 0.615
+- Fix test skipping when Unicode is unsupported.
+
+---
+Mon Jan  9 02:36:08 UTC 2012 - vci...@suse.com
+
+- update to 0.614
+  * Fix regression in 0.613 and set encoding on GLOBs.
+  * Use 'Object->new()' syntax throughout (#65840).
+  * Support passing in any arbitrary object that has a print()
+method (from Jason Rodrigues).
+
+---

Old:

  XML-Writer-0.612.tar.gz

New:

  XML-Writer-0.615.tar.gz



Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.DveQZN/_old  2012-02-14 13:10:02.0 +0100
+++ /var/tmp/diff_new_pack.DveQZN/_new  2012-02-14 13:10:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Writer
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %bcond_with pod
 
 Name:   perl-XML-Writer
+Version:0.615
+Release:0
 %define cpan_name XML-Writer
 Summary:Perl extension for writing XML documents
 License:MIT
 Group:  Development/Libraries/Perl
-Version:0.612
-Release:0
 Url:http://search.cpan.org/dist/XML-Writer/
-Source: 
http://www.cpan.org/modules/by-module/XML/XML-Writer-%{version}.tar.gz
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+#Source: 
http://www.cpan.org/modules/by-module/XML/XML-Writer-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/%{cpan_name}-%{version}.tar.gz
+
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%{perl_requires}
 %if %{with pod}
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -43,31 +44,27 @@
 character data and constructs different types of markup, such as tags,
 comments, and processing instructions.
 
-Authors:
-
-David Megginson 
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
 # do not perl_process_packlist (noarch)
 # remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
+rm -rf %{buildroot}%perl_vendorarch
 # remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+rm -rf %{buildroot}%perl_archlib
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ XML-Writer-0.612.tar.gz -> XML-Writer-0.615.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.612/Changes new/XML-Writer-0.615/Changes
--- old/XML-Writer-0.612/Changes2010-08-15 16:11:12.0 +0200
+++ new/XML-Writer-0.615/Changes2012-01-16 15:34:31.0 +0100
@@ -1,13 +1,24 @@
 Revision history for Perl extension XML::Writer.
 
+0.615 Tue Jan 17 01:32:07 2012 +1100
+- Fix test skipping when Unicode is unsupported.
+
+0.614 Mon Jan  9 00:24:10 2012 +1100
+- Fix regression in 0.613 and set encoding on GLOBs.
+
+0.613 Sat Jan  7 22:51:26 2012 +1100
+- Use 'Object->new()' syntax throughout (#65840).
+- Support passing in any arbitrary object that has a print()
+   method (from Jason Rodrigues).
+
 0.612 Mon Aug 16 00:10:16 2010 +1000
 - Allow DATA_INDENT to specify arbitrary white space for
indentation. If it is numeric then use that many space
characters.
-
+
 0.611 Thu Apr 22 13:09:12 BST 2010
 -

commit perl-XML-Writer for openSUSE:Factory

2011-12-20 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory 
checked in at 2011-12-20 14:30:43

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


Package is "perl-XML-Writer", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Writer/perl-XML-Writer.changes  
2011-11-21 12:50:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-Writer.new/perl-XML-Writer.changes 
2011-12-20 14:30:44.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 13 13:59:00 UTC 2011 - co...@suse.com
+
+- fedora names that license "MIT"
+
+---
@@ -10 +15,3 @@
-  http://en.opensuse.org/openSUSE:Accepted_licences compatible declaration of 
the text in LICENSE. See also Fedora Packagers licensing guidelines
+  http://en.opensuse.org/openSUSE:Accepted_licences compatible 
+  declaration of the text in LICENSE. See also Fedora Packagers
+  licensing guidelines



Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.FwhAta/_old  2011-12-20 14:30:47.0 +0100
+++ /var/tmp/diff_new_pack.FwhAta/_new  2011-12-20 14:30:47.0 +0100
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with pod
 
 Name:   perl-XML-Writer
 %define cpan_name XML-Writer
 Summary:Perl extension for writing XML documents
-Version:0.612
-Release:7
-License:Copyright only
+License:MIT
 Group:  Development/Libraries/Perl
+Version:0.612
+Release:0
 Url:http://search.cpan.org/dist/XML-Writer/
-#Source: 
http://www.cpan.org/modules/by-module/XML/XML-Writer-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/modules/by-module/XML/XML-Writer-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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



commit perl-XML-Writer for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory 
checked in at 2011-11-21 12:50:55

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


Package is "perl-XML-Writer", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Writer/perl-XML-Writer.changes  
2011-09-23 12:39:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-Writer.new/perl-XML-Writer.changes 
2011-11-21 12:50:57.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:07:22 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  XML-Writer-0.612.tar.bz2

New:

  XML-Writer-0.612.tar.gz



Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.ybdqNP/_old  2011-11-21 12:50:58.0 +0100
+++ /var/tmp/diff_new_pack.ybdqNP/_new  2011-11-21 12:50:58.0 +0100
@@ -28,7 +28,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-Writer/
 #Source: 
http://www.cpan.org/modules/by-module/XML/XML-Writer-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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



commit perl-XML-Writer for openSUSE:Factory

2011-03-17 Thread h_root

Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory
checked in at Thu Mar 17 10:17:00 CET 2011.




--- perl-XML-Writer/perl-XML-Writer.changes 2010-11-30 20:29:47.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-XML-Writer/perl-XML-Writer.changes
2011-03-16 11:23:40.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 10:23:39 UTC 2011 - cfarr...@novell.com
+
+- license update: Copyright only
+  http://en.opensuse.org/openSUSE:Accepted_licences compatible declaration of 
the text in LICENSE. See also Fedora Packagers licensing guidelines
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.uBQl8B/_old  2011-03-17 10:00:07.0 +0100
+++ /var/tmp/diff_new_pack.uBQl8B/_new  2011-03-17 10:00:07.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-XML-Writer (Version 0.612)
+# spec file for package perl-XML-Writer
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,8 @@
 %define cpan_name XML-Writer
 Summary:Perl extension for writing XML documents
 Version:0.612
-Release:2
-License:Distributable, see LICENSE
+Release:7
+License:Copyright only
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-Writer/
 #Source: 
http://www.cpan.org/modules/by-module/XML/XML-Writer-%{version}.tar.gz






Remember to have fun...

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