Hello community,

here is the log from the commit of package perl-XML-NamespaceSupport for 
openSUSE:Factory checked in at 2017-04-11 12:42:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-NamespaceSupport (Old)
 and      /work/SRC/openSUSE:Factory/.perl-XML-NamespaceSupport.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-XML-NamespaceSupport"

Tue Apr 11 12:42:06 2017 rev:23 rq:486143 version:1.12

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-XML-NamespaceSupport/perl-XML-NamespaceSupport.changes
      2013-04-17 08:04:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-NamespaceSupport.new/perl-XML-NamespaceSupport.changes
 2017-04-11 12:42:09.592055266 +0200
@@ -1,0 +2,6 @@
+Fri Mar 31 07:08:07 UTC 2017 - [email protected]
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-XML-NamespaceSupport/Changes
+
+-------------------------------------------------------------------

Old:
----
  XML-NamespaceSupport-1.11.tar.gz

New:
----
  XML-NamespaceSupport-1.12.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-XML-NamespaceSupport.spec ++++++
--- /var/tmp/diff_new_pack.zamDws/_old  2017-04-11 12:42:10.431936594 +0200
+++ /var/tmp/diff_new_pack.zamDws/_new  2017-04-11 12:42:10.435936029 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-NamespaceSupport
 #
-# Copyright (c) 2013 SUSE LINUX Products 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,39 +17,36 @@
 
 
 Name:           perl-XML-NamespaceSupport
+Version:        1.12
+Release:        0
 %define cpan_name XML-NamespaceSupport
-Summary:        A simple generic namespace support class
-License:        Artistic-1.0
+Summary:        Simple Generic Namespace Processor
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        1.11
-Release:        0
-Url:            http://search.cpan.org/perldoc?XML::NamespaceSupport
-Source:         
http://www.cpan.org/modules/by-module/XML/%{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/XML-NamespaceSupport/
+Source0:        
https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.47
-BuildRequires:  perl(YAML::Syck)
-BuildRequires:  perl(version)
+%{perl_requires}
 
 %description
-This module offers a simple way to process namespaced XML names
-(unames) from within any application that may need them. It also helps
-maintain a prefix to namespace URI map, and provides a number of basic
-checks.
-
-Authors:
---------
-    Robin Berjon <[email protected]>
+This module offers a simple to process namespaced XML names (unames) from
+within any application that may need them. It also helps maintain a prefix
+to namespace URI map, and provides a number of basic checks.
+
+The model for this module is SAX2's NamespaceSupport class, readable at
+http://www.saxproject.org/namespaces.html It adds a few perlisations where
+we thought it appropriate.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%{__sed} -i -e "s,^\(auto_install.*\),#\1,g" Makefile.PL
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make} %{?jobs:-j%jobs}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -59,12 +56,9 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(0644,root,root,0755)
+%defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++++++ XML-NamespaceSupport-1.11.tar.gz -> XML-NamespaceSupport-1.12.tar.gz 
++++++
++++ 3369 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to