Hello community,

here is the log from the commit of package perl-Alien-wxWidgets for 
openSUSE:Factory checked in at 2019-08-22 10:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Alien-wxWidgets (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Alien-wxWidgets.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Alien-wxWidgets"

Thu Aug 22 10:57:34 2019 rev:7 rq:725131 version:0.69

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Alien-wxWidgets/perl-Alien-wxWidgets.changes    
    2017-04-20 20:52:40.201371531 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Alien-wxWidgets.new.22127/perl-Alien-wxWidgets.changes
     2019-08-22 10:57:52.657655557 +0200
@@ -1,0 +2,15 @@
+Wed Aug 21 13:33:25 CEST 2019 - Tina Mueller <tina.muel...@suse.com>
+
+- Update patch perl-Alien-wxWidgets-ignore_cbuilder_version.patch
+
+-------------------------------------------------------------------
+Wed Apr  3 06:41:44 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.69
+   see /usr/share/doc/packages/perl-Alien-wxWidgets/Changes
+
+  0.69  Tue Apr 18 2017 
+      - added build dependency on LWP::Protocol::https - it is always
+      - necessary due to sourceforge redirect to https
+
+-------------------------------------------------------------------

Old:
----
  Alien-wxWidgets-0.68.tar.gz

New:
----
  Alien-wxWidgets-0.69.tar.gz

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

Other differences:
------------------
++++++ perl-Alien-wxWidgets.spec ++++++
--- /var/tmp/diff_new_pack.sV9grM/_old  2019-08-22 10:57:53.609655429 +0200
+++ /var/tmp/diff_new_pack.sV9grM/_new  2019-08-22 10:57:53.609655429 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Alien-wxWidgets
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # 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-Alien-wxWidgets
-Version:        0.68
+Version:        0.69
 Release:        0
 %define cpan_name Alien-wxWidgets
-Summary:        Building, Finding and Using Wxwidgets Binaries
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Building, finding and using wxWidgets binaries
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Alien-wxWidgets/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 Patch0:         perl-Alien-wxWidgets-do_not_build_wxgtk.patch
@@ -35,6 +35,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.24
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(Module::Build) >= 0.280000
 BuildRequires:  perl(Module::Pluggable) >= 2.6
 Requires:       perl(Module::Pluggable) >= 2.6
@@ -80,6 +81,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes patches README.txt script
+%doc Changes README.txt
 
 %changelog

++++++ Alien-wxWidgets-0.68.tar.gz -> Alien-wxWidgets-0.69.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-wxWidgets-0.68/Build.PL 
new/Alien-wxWidgets-0.69/Build.PL
--- old/Alien-wxWidgets-0.68/Build.PL   2017-04-08 18:06:00.000000000 +0200
+++ new/Alien-wxWidgets-0.69/Build.PL   2017-04-18 01:50:20.000000000 +0200
@@ -56,6 +56,7 @@
     build_requires  => { 'Module::Build'                  => '0.28',
                          'ExtUtils::CBuilder'             => '0.24',
                          'File::Spec'                     => '1.50',
+                         'LWP::Protocol::https'           => '0',
                          },
     configure_requires => { 'Module::Build'               => '0.28',
                             },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-wxWidgets-0.68/Changes 
new/Alien-wxWidgets-0.69/Changes
--- old/Alien-wxWidgets-0.68/Changes    2017-04-08 19:47:24.000000000 +0200
+++ new/Alien-wxWidgets-0.69/Changes    2017-04-18 01:52:27.000000000 +0200
@@ -1,4 +1,7 @@
 Revision history for Perl extension Alien::wxWidgets.
+0.69  Tue Apr 18 2017 
+    - added build dependency on LWP::Protocol::https - it is always
+    - necessary due to sourceforge redirect to https
 
 0.68  Sat Apr 8 2017
     - RT:120887 - patch from Jim Keenan for '.' no longer in@INC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-wxWidgets-0.68/META.json 
new/Alien-wxWidgets-0.69/META.json
--- old/Alien-wxWidgets-0.68/META.json  2017-04-08 21:05:32.000000000 +0200
+++ new/Alien-wxWidgets-0.69/META.json  2017-04-18 01:53:46.000000000 +0200
@@ -18,6 +18,7 @@
          "requires" : {
             "ExtUtils::CBuilder" : "0.24",
             "File::Spec" : "1.50",
+            "LWP::Protocol::https" : "0",
             "Module::Build" : "0.28"
          }
       },
@@ -36,7 +37,7 @@
    "provides" : {
       "Alien::wxWidgets" : {
          "file" : "lib/Alien/wxWidgets.pm",
-         "version" : "0.68"
+         "version" : "0.69"
       },
       "Alien::wxWidgets::Utility" : {
          "file" : "lib/Alien/wxWidgets/Utility.pm",
@@ -57,6 +58,6 @@
       },
       "x_MailingList" : "http://lists.perl.org/list/wxperl-users.html";
    },
-   "version" : "0.68",
+   "version" : "0.69",
    "x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-wxWidgets-0.68/META.yml 
new/Alien-wxWidgets-0.69/META.yml
--- old/Alien-wxWidgets-0.68/META.yml   2017-04-08 21:05:32.000000000 +0200
+++ new/Alien-wxWidgets-0.69/META.yml   2017-04-18 01:53:46.000000000 +0200
@@ -5,6 +5,7 @@
 build_requires:
   ExtUtils::CBuilder: '0.24'
   File::Spec: '1.50'
+  LWP::Protocol::https: '0'
   Module::Build: '0.28'
 configure_requires:
   Module::Build: '0.28'
@@ -18,7 +19,7 @@
 provides:
   Alien::wxWidgets:
     file: lib/Alien/wxWidgets.pm
-    version: '0.68'
+    version: '0.69'
   Alien::wxWidgets::Utility:
     file: lib/Alien/wxWidgets/Utility.pm
     version: '0.59'
@@ -31,5 +32,5 @@
   homepage: http://www.wxperl.it/
   license: http://dev.perl.org/licenses/
   repository: http://svn.code.sf.net/p/wxperl/code/Alien-wxWidgets
-version: '0.68'
+version: '0.69'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Alien-wxWidgets-0.68/lib/Alien/wxWidgets.pm 
new/Alien-wxWidgets-0.69/lib/Alien/wxWidgets.pm
--- old/Alien-wxWidgets-0.68/lib/Alien/wxWidgets.pm     2015-03-11 
04:32:04.000000000 +0100
+++ new/Alien-wxWidgets-0.69/lib/Alien/wxWidgets.pm     2017-04-10 
04:56:28.000000000 +0200
@@ -43,7 +43,7 @@
                       instantiate   => 'config';
 
 our $AUTOLOAD;
-our $VERSION = '0.68';
+our $VERSION = '0.69';
 our %VALUES;
 our $dont_remap;
 

++++++ perl-Alien-wxWidgets-ignore_cbuilder_version.patch ++++++
--- /var/tmp/diff_new_pack.sV9grM/_old  2019-08-22 10:57:53.773655408 +0200
+++ /var/tmp/diff_new_pack.sV9grM/_new  2019-08-22 10:57:53.773655408 +0200
@@ -1,11 +1,11 @@
---- Build.PL.orig      2010-12-27 11:20:05.000000000 +0100
-+++ Build.PL   2010-12-27 11:20:22.000000000 +0100
-@@ -44,7 +44,7 @@
+--- Build.PL.orig      2019-08-21 13:20:23.591141429 +0200
++++ Build.PL   2019-08-21 13:20:25.603152873 +0200
+@@ -54,7 +54,7 @@
                           'Module::Pluggable'              => '2.6',
                          },
      build_requires  => { 'Module::Build'                  => '0.28',
 -                         'ExtUtils::CBuilder'             => '0.24',
 +                         'ExtUtils::CBuilder'             => 0,
                           'File::Spec'                     => '1.50',
+                          'LWP::Protocol::https'           => '0',
                           },
-     configure_requires => { 'Module::Build'               => '0.28',


Reply via email to