Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Tk for openSUSE:Factory checked 
in at 2021-05-20 19:23:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Tk (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Tk.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Tk"

Thu May 20 19:23:43 2021 rev:38 rq:894302 version:804.036

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tk/perl-Tk.changes  2020-05-09 
19:52:15.976826532 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk.new.2988/perl-Tk.changes        
2021-05-20 19:24:09.958163940 +0200
@@ -1,0 +2,20 @@
+Tue May 18 15:14:28 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Update to 804.036
+   see /usr/share/doc/packages/perl-Tk/Changes
+  * Tk-804.036 release (2021-02-14)
+    - This is basically the same like Tk-804.035_501.
+  * Tk-804.035_501 release (2021-02-07)
+    - Fixes:
+       Compiles again with Strawberry Perl 5.32.x
+       Fix double free in validatecommand
+       myConfig: add ability to define HAVE_INTTYPES_H
+       Smaller build improvements and typo corrections
+       Prevent some compiler warnings
+    - Documentation:
+       Several smaller Pod fixes
+    - Tests:
+       Introduce CI testing with github actionsTk-804.036
+          release (2021-02-14)
+
+-------------------------------------------------------------------

Old:
----
  Tk-804.035.tar.gz

New:
----
  Tk-804.036.tar.gz

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

Other differences:
------------------
++++++ perl-Tk.spec ++++++
--- /var/tmp/diff_new_pack.8FyfFc/_old  2021-05-20 19:24:10.422161976 +0200
+++ /var/tmp/diff_new_pack.8FyfFc/_new  2021-05-20 19:24:10.422161976 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tk
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,24 @@
 #
 
 
+%define cpan_name Tk
 Name:           perl-Tk
-Version:        804.035
+Version:        804.036
 Release:        0
-%define cpan_name Tk
 Summary:        Graphical user interface toolkit for Perl
-License:        (GPL-1.0-or-later OR Artistic-1.0) AND Zlib
-Group:          Development/Libraries/Perl
-URL:            https://metacpan.org/release/Tk
+License:        (Artistic-1.0 OR GPL-1.0-or-later) AND Zlib
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 # MANUAL BEGIN
+Patch0:         Tk-804.029-event.diff
 Patch1:         Tk-804.029-macro.diff
 Patch2:         Tk-804.029-null.diff
 Patch3:         Tk-804.029-refcnt.diff
-Patch4:         Tk-804.029-event.diff
 # MANUAL END
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  libX11-devel
 BuildRequires:  libXft-devel
@@ -62,10 +61,15 @@
 BuildRequires:  xorg-x11-server
 %endif
 # MANUAL END
-%{perl_requires}
 
 %description
-Tk - a graphical user interface toolkit for Perl
+This a re-port of a perl interface to Tk8.4.
+C code is derived from Tcl/Tk8.4.5.
+It also includes all the C code parts of Tix8.1.4 from SourceForge.
+The perl code corresponding to Tix's Tcl code is not fully implemented.
+
+Perl API is essentially the same as Tk800 series Tk800.025 but has not
+been verified as compliant. There ARE differences see pod/804delta.pod.
 
 %package devel
 Summary:        Development files for perl-Tk
@@ -76,11 +80,7 @@
 Development files for Tk - a graphical user interface toolkit for Perl
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-%patch1 -p0
-%patch2 -p0
-%patch3 -p0
-%patch4 -p0
+%autosetup  -n %{cpan_name}-%{version} -p0
 
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 find . -type f -name "Tcl-pTk" -print0 | xargs -0 chmod +x
@@ -115,7 +115,7 @@
 %endif
 
 %install
-make DESTDIR=%{buildroot} install_vendor
+%perl_make_install
 %perl_process_packlist
 rm -f %{buildroot}/%{perl_vendorarch}/fix_4_os2.pl
 find %{buildroot} -type f -name '*.bs' -size 0 -delete

++++++ Tk-804.035.tar.gz -> Tk-804.036.tar.gz ++++++
/work/SRC/openSUSE:Factory/perl-Tk/Tk-804.035.tar.gz 
/work/SRC/openSUSE:Factory/.perl-Tk.new.2988/Tk-804.036.tar.gz differ: char 5, 
line 1

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.8FyfFc/_old  2021-05-20 19:24:10.494161671 +0200
+++ /var/tmp/diff_new_pack.8FyfFc/_new  2021-05-20 19:24:10.494161671 +0200
@@ -8,10 +8,10 @@
 #  - source1
 #  - source2
 patches:
+  Tk-804.029-event.diff: -p0
   Tk-804.029-macro.diff: -p0
   Tk-804.029-null.diff: -p0
   Tk-804.029-refcnt.diff: -p0
-  Tk-804.029-event.diff: -p0
 preamble: |-
   BuildRequires:  libX11-devel
   BuildRequires:  libXft-devel

Reply via email to