Hello community,

here is the log from the commit of package perl-XML-Twig for openSUSE:Factory 
checked in at 2011-11-14 14:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-Twig (Old)
 and      /work/SRC/openSUSE:Factory/.perl-XML-Twig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-XML-Twig", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-XML-Twig/perl-XML-Twig.changes      
2011-09-23 12:39:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-Twig.new/perl-XML-Twig.changes 
2011-11-14 14:40:35.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Sep 23 16:33:24 UTC 2011 - [email protected]
+
+- update to 3.39
+  - no upstream changelog,
+    see https://github.com/mirod/xmltwig/commits/master
+    for individual commits
+- licence correction
+
+-------------------------------------------------------------------

Old:
----
  XML-Twig-3.38.tar.bz2

New:
----
  XML-Twig-3.39.tar.gz

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

Other differences:
------------------
++++++ perl-XML-Twig.spec ++++++
--- /var/tmp/diff_new_pack.W57X2B/_old  2011-11-14 14:40:37.000000000 +0100
+++ /var/tmp/diff_new_pack.W57X2B/_new  2011-11-14 14:40:37.000000000 +0100
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-XML-Twig
-Version:        3.38
+Version:        3.39
 Release:        1
-Requires:       perl-XML-Parser
-BuildRequires:  perl-XML-Parser
-BuildRequires:  perl-macros
-AutoReqProv:    on
-Group:          Development/Libraries/Perl
-License:        Artistic
-Url:            http://search.cpan.org/dist/XML::Twig
+License:        GPL-1.0+ or Artistic
 Summary:        Tree interface to XML documents
+Url:            http://search.cpan.org/dist/XML::Twig
+Group:          Development/Libraries/Perl
 # http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-%{version}.tar.gz
-Source:         XML-Twig-%{version}.tar.bz2
+Source:         XML-Twig-%{version}.tar.gz
+BuildRequires:  perl-XML-Parser
+BuildRequires:  perl-macros
+Requires:       perl-XML-Parser
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -52,28 +50,22 @@
 whole XML::Twig page at http://xmltwig.com/xmltwig/ has plenty of
 information to get you started with XML::Twig
 
-
-
-Authors:
---------
-    Michel Rodriguez <[email protected]>
-
 %prep
 %setup -q -n XML-Twig-%{version}
 
 %build
-%__perl Makefile.PL
-%__make
+perl Makefile.PL
+make
 
 %check
-%__make test
+make test
 
 %install
 %perl_make_install
 %perl_process_packlist
 
 %clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%{?buildroot:rm -rf %{buildroot}}
 
 %files
 %defattr(-,root,root)

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

Reply via email to