Hello community,

here is the log from the commit of package perl-Gtk3 for openSUSE:Factory 
checked in at 2020-08-28 21:21:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Gtk3.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Gtk3"

Fri Aug 28 21:21:25 2020 rev:4 rq:829097 version:0.037

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Gtk3/perl-Gtk3.changes      2020-03-19 
19:53:34.716276156 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gtk3.new.3399/perl-Gtk3.changes    
2020-08-28 21:22:25.384355127 +0200
@@ -1,0 +2,7 @@
+Mon Aug 24 16:52:08 UTC 2020 - malcolmle...@opensuse.org
+
+- Fix requires on typelib(GdkPixdata) for SLE 15+, Leap 15.2 and
+  greater.
+- Update cpanspec.yml for requires as well.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Gtk3.spec ++++++
--- /var/tmp/diff_new_pack.bTRufP/_old  2020-08-28 21:22:25.908355381 +0200
+++ /var/tmp/diff_new_pack.bTRufP/_new  2020-08-28 21:22:25.912355383 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk3
 #
-# Copyright (c) 2020 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
@@ -23,26 +23,23 @@
 Summary:        Perl interface to the 3.x series of the gtk+ toolkit
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cairo::GObject) >= 1.000
 BuildRequires:  perl(Glib::Object::Introspection) >= 0.043
 BuildRequires:  perl(Test::Simple) >= 0.96
+BuildRequires:  typelib(Gtk) = 3.0
+%if 0%{?sle_version} >= 150200 && 0%{?is_opensuse} || 0%{?sle_version} >= 
150200 || 0%{?suse_version} > 1500
+BuildRequires:  typelib(GdkPixdata) = 2.0
+%endif
 Requires:       perl(Cairo::GObject) >= 1.000
 Requires:       perl(Glib::Object::Introspection) >= 0.043
 Requires:       perl(Test::Simple) >= 0.96
+BuildArch:      noarch
 %{perl_requires}
-# MANUAL BEGIN
-BuildRequires:  typelib(Gtk) = 3.0
-%if 0%{?suse_version} >= 01550
-BuildRequires:  typelib(GdkPixdata) = 2.0
-%endif
-# MANUAL END
 
 %description
 The 'Gtk3' module allows a Perl developer to use the gtk+ graphical user
@@ -75,7 +72,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc NEWS perl-gtk3.doap README
 %license LICENSE
 

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.bTRufP/_old  2020-08-28 21:22:25.952355403 +0200
+++ /var/tmp/diff_new_pack.bTRufP/_new  2020-08-28 21:22:25.952355403 +0200
@@ -12,7 +12,7 @@
 #  bar.patch:
 preamble: |-
   BuildRequires:  typelib(Gtk) = 3.0
-  %if 0%{?suse_version} >= 01550
+  %if 0%{?sle_version} >= 150200 && 0%{?is_opensuse} || 0%{?sle_version} >= 
150200 || 0%{?suse_version} > 1500
   BuildRequires:  typelib(GdkPixdata) = 2.0
   %endif
 


Reply via email to