Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-GraphViz for openSUSE:Factory 
checked in at 2022-08-24 15:11:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-GraphViz (Old)
 and      /work/SRC/openSUSE:Factory/.perl-GraphViz.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-GraphViz"

Wed Aug 24 15:11:36 2022 rev:12 rq:998971 version:2.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-GraphViz/perl-GraphViz.changes      
2017-10-19 19:32:19.712338065 +0200
+++ /work/SRC/openSUSE:Factory/.perl-GraphViz.new.2083/perl-GraphViz.changes    
2022-08-24 15:11:59.548552533 +0200
@@ -1,0 +2,6 @@
+Mon Aug 22 03:07:21 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 2.25
+   see /usr/share/doc/packages/perl-GraphViz/Changes
+
+-------------------------------------------------------------------

Old:
----
  GraphViz-2.24.tgz

New:
----
  GraphViz-2.25.tar.gz

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

Other differences:
------------------
++++++ perl-GraphViz.spec ++++++
--- /var/tmp/diff_new_pack.YcRG6h/_old  2022-08-24 15:12:00.008552977 +0200
+++ /var/tmp/diff_new_pack.YcRG6h/_new  2022-08-24 15:12:00.012552980 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GraphViz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,20 @@
 # 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/
 #
 
 
+%define cpan_name GraphViz
 Name:           perl-GraphViz
-Version:        2.24
+Version:        2.25
 Release:        0
-%define cpan_name GraphViz
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Interface to AT&T's GraphViz. Deprecated. See GraphViz2
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/GraphViz/
-Source0:        
https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Which) >= 1.09
@@ -64,18 +62,18 @@
 GraphViz is deprecated in favour of GraphViz2.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%autosetup  -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 sed -i -e s,/usr/local/bin/perl,/usr/bin/perl, examples/*.pl
 # MANUAL END
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -83,7 +81,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes examples README
 %license LICENSE
 

Reply via email to