Hello community,

here is the log from the commit of package perl-XML-LibXSLT for 
openSUSE:Factory checked in at 2018-03-30 12:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXSLT (Old)
 and      /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-XML-LibXSLT"

Fri Mar 30 12:01:15 2018 rev:35 rq:591954 version:1.96

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-XML-LibXSLT/perl-XML-LibXSLT.changes        
2017-12-14 10:50:25.216072360 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new/perl-XML-LibXSLT.changes   
2018-03-30 12:01:17.935019816 +0200
@@ -1,0 +2,11 @@
+Wed Mar 28 09:11:29 UTC 2018 - [email protected]
+
+- updated to 1.96
+1.96    2018-02-21
+    - Apply patch from RT#83028
+        - $Config{libs} is not needed
+    - Move to git/GitHub:
+        - https://github.com/shlomif/perl-XML-LibXSLT .
+        - For Travis-CI/etc.
+
+-------------------------------------------------------------------

Old:
----
  XML-LibXSLT-1.95.tar.gz

New:
----
  XML-LibXSLT-1.96.tar.gz

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

Other differences:
------------------
++++++ perl-XML-LibXSLT.spec ++++++
--- /var/tmp/diff_new_pack.pH7cmo/_old  2018-03-30 12:01:18.670993202 +0200
+++ /var/tmp/diff_new_pack.pH7cmo/_new  2018-03-30 12:01:18.674993057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXSLT
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +17,7 @@
 
 
 Name:           perl-XML-LibXSLT
-Version:        1.95
+Version:        1.96
 Release:        0
 %define cpan_name XML-LibXSLT
 Summary:        Interface to the GNOME libxslt library

++++++ XML-LibXSLT-1.95.tar.gz -> XML-LibXSLT-1.96.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.95/Changes new/XML-LibXSLT-1.96/Changes
--- old/XML-LibXSLT-1.95/Changes        2016-07-30 13:09:21.000000000 +0200
+++ new/XML-LibXSLT-1.96/Changes        2018-02-21 11:14:28.000000000 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXSLT.
 
+1.96    2018-02-21
+    - Apply patch from RT#83028
+        - $Config{libs} is not needed
+    - Move to git/GitHub:
+        - https://github.com/shlomif/perl-XML-LibXSLT .
+        - For Travis-CI/etc.
+
 1.95    2016-07-30
     - Hopefully fix RT#116461
         - https://rt.cpan.org/Public/Bug/Display.html?id=116461
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.95/LibXSLT.pm 
new/XML-LibXSLT-1.96/LibXSLT.pm
--- old/XML-LibXSLT-1.95/LibXSLT.pm     2016-07-30 13:10:57.000000000 +0200
+++ new/XML-LibXSLT-1.96/LibXSLT.pm     2018-02-21 11:15:25.000000000 +0100
@@ -29,7 +29,7 @@
 
 require Exporter;
 
-$VERSION = '1.95';
+$VERSION = '1.96';
 
 require DynaLoader;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.95/META.json 
new/XML-LibXSLT-1.96/META.json
--- old/XML-LibXSLT-1.95/META.json      2016-07-30 13:12:00.000000000 +0200
+++ new/XML-LibXSLT-1.96/META.json      2018-02-21 11:23:13.000000000 +0100
@@ -4,7 +4,7 @@
       "Matt Sergeant"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -43,11 +43,11 @@
    "release_status" : "stable",
    "resources" : {
       "repository" : {
-         "type" : "hg",
-         "url" : "https://bitbucket.org/shlomif/perl-xml-libxslt";,
-         "web" : "https://bitbucket.org/shlomif/perl-xml-libxslt";
+         "type" : "git",
+         "url" : "https://github.com/shlomif/perl-XML-LibXSLT";,
+         "web" : "https://github.com/shlomif/perl-XML-LibXSLT";
       }
    },
-   "version" : "1.95",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "1.96",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.95/META.yml 
new/XML-LibXSLT-1.96/META.yml
--- old/XML-LibXSLT-1.95/META.yml       2016-07-30 13:12:00.000000000 +0200
+++ new/XML-LibXSLT-1.96/META.yml       2018-02-21 11:23:13.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,6 +24,6 @@
   strict: '0'
   warnings: '0'
 resources:
-  repository: https://bitbucket.org/shlomif/perl-xml-libxslt
-version: '1.95'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
+  repository: https://github.com/shlomif/perl-XML-LibXSLT
+version: '1.96'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.95/Makefile.PL 
new/XML-LibXSLT-1.96/Makefile.PL
--- old/XML-LibXSLT-1.95/Makefile.PL    2016-07-30 13:06:53.000000000 +0200
+++ new/XML-LibXSLT-1.96/Makefile.PL    2018-02-21 11:10:43.000000000 +0100
@@ -198,8 +198,6 @@
     $config{DEFINE} .= " -DHAVE_EXSLT"
 }
 
-$config{LIBS}.=' '.$Config{libs};
-
 if ($DEBUG) {
   print "LIBS: $config{LIBS}\n";
   print "INC: $config{INC}\n";
@@ -263,9 +261,9 @@
         },
         'resources' => {
             'repository' => {
-                'type' => 'hg',
-                'url'  => 'https://bitbucket.org/shlomif/perl-xml-libxslt',
-                'web'  => 'https://bitbucket.org/shlomif/perl-xml-libxslt',
+                'type' => 'git',
+                'url'  => 'https://github.com/shlomif/perl-XML-LibXSLT',
+                'web'  => 'https://github.com/shlomif/perl-XML-LibXSLT',
             },
         },
     },


Reply via email to