commit perl-ExtUtils-F77 for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-F77 for 
openSUSE:Factory checked in at 2019-07-22 17:18:37

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-F77 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new.4126 (New)


Package is "perl-ExtUtils-F77"

Mon Jul 22 17:18:37 2019 rev:27 rq:717509 version:1.24

Changes:

--- /work/SRC/openSUSE:Factory/perl-ExtUtils-F77/perl-ExtUtils-F77.changes  
2019-01-08 12:31:06.192100536 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new.4126/perl-ExtUtils-F77.changes
2019-07-22 17:18:38.689946317 +0200
@@ -1,0 +2,10 @@
+Sun Jul 21 11:24:03 UTC 2019 - Stephan Kulow 
+
+- updated to 1.24
+   see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES
+
+  v1.24 released Jul 21st 2019
+  --- 
+  * Fix of library order of -lgfortran and -lquadmath which effected MS Windows
+
+---

Old:

  ExtUtils-F77-1.23.tar.gz

New:

  ExtUtils-F77-1.24.tar.gz



Other differences:
--
++ perl-ExtUtils-F77.spec ++
--- /var/tmp/diff_new_pack.dWtE0o/_old  2019-07-22 17:18:39.601945591 +0200
+++ /var/tmp/diff_new_pack.dWtE0o/_new  2019-07-22 17:18:39.601945591 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-F77
-Version:1.23
+Version:1.24
 Release:0
 %define cpan_name ExtUtils-F77
 Summary:Simple interface to F77 libs

++ ExtUtils-F77-1.23.tar.gz -> ExtUtils-F77-1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.23/CHANGES 
new/ExtUtils-F77-1.24/CHANGES
--- old/ExtUtils-F77-1.23/CHANGES   2019-01-05 07:03:24.0 +0100
+++ new/ExtUtils-F77-1.24/CHANGES   2019-07-21 06:46:04.0 +0200
@@ -1,6 +1,10 @@
 ExtUtils::F77 Changes list 
 --
 
+v1.24 released Jul 21st 2019
+--- 
+* Fix of library order of -lgfortran and -lquadmath which effected MS Windows
+
 v1.23 released Jan 5th 2019
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.23/F77.pm new/ExtUtils-F77-1.24/F77.pm
--- old/ExtUtils-F77-1.23/F77.pm2019-01-05 06:56:24.0 +0100
+++ new/ExtUtils-F77-1.24/F77.pm2019-07-21 06:43:50.0 +0200
@@ -8,7 +8,7 @@
 use File::Which qw(which);
 use List::Util qw(first);
 
-our $VERSION = "1.23";
+our $VERSION = "1.24";
 our $DEBUG;
 
 sub debug { return if !$DEBUG; warn @_ }
@@ -93,7 +93,7 @@
   $dir ||= $defaultdir;
   $lib ||= $defaultlib;
   $append ||= '';
-  return( qq{"-L$dir" $append -L/usr/lib -l$lib -lm} );
+  return( qq{"-L$dir" -L/usr/lib -l$lib $append -lm} );
 }
 
 sub gfortran_find_libdir {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.23/META.json 
new/ExtUtils-F77-1.24/META.json
--- old/ExtUtils-F77-1.23/META.json 2019-01-05 07:04:19.0 +0100
+++ new/ExtUtils-F77-1.24/META.json 2019-07-21 06:52:54.0 +0200
@@ -21,6 +21,9 @@
},
"release_status" : "stable",
"resources" : {
+  "bugtracker" : {
+ "web" : "https://github.com/PDLPorters/extutils-f77/issues;
+  },
   "repository" : {
  "type" : "git",
  "url" : "git://github.com/PDLPorters/extutils-f77.git",
@@ -28,5 +31,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#pdl"
},
-   "version" : "1.23"
+   "version" : "1.24"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.23/META.yml 
new/ExtUtils-F77-1.24/META.yml
--- old/ExtUtils-F77-1.23/META.yml  2019-01-05 07:04:19.0 +0100
+++ new/ExtUtils-F77-1.24/META.yml  2019-07-21 06:52:54.0 +0200
@@ -16,5 +16,6 @@
 - inc
 resources:
   IRC: irc://irc.perl.org/#pdl
+  bugtracker: https://github.com/PDLPorters/extutils-f77/issues
   repository: git://github.com/PDLPorters/extutils-f77.git
-version: 1.23
+version: 1.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.23/Makefile.PL 
new/ExtUtils-F77-1.24/Makefile.PL
--- old/ExtUtils-F77-1.23/Makefile.PL   2019-01-05 06:56:24.0 +0100
+++ new/ExtUtils-F77-1.24/Makefile.PL   2019-07-21 06:31:30.0 +0200
@@ -14,7 +14,7 @@
 "meta-spec" => { version => 2 },
 dynamic_config => 0,
 resources => {
-  bugtracker  => 'https://github.com/PDLPorters/extutils-f77/issues',
+  bugtracker  => 
{web=>'https://github.com/PDLPorters/extutils-f77/issues'},
   repository => {
 type => 'git',
 url => 

commit perl-ExtUtils-F77 for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-F77 for 
openSUSE:Factory checked in at 2019-01-08 12:28:39

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-F77 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new.28833 (New)


Package is "perl-ExtUtils-F77"

Tue Jan  8 12:28:39 2019 rev:26 rq:663167 version:1.23

Changes:

--- /work/SRC/openSUSE:Factory/perl-ExtUtils-F77/perl-ExtUtils-F77.changes  
2018-12-12 17:26:57.290993348 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new.28833/perl-ExtUtils-F77.changes
   2019-01-08 12:31:06.192100536 +0100
@@ -1,0 +2,15 @@
+Sun Jan  6 06:06:44 UTC 2019 - Stephan Kulow 
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES
+
+  v1.23 released Jan 5th 2019
+  ---
+  
+  * Use File::Which and List::Util instead of bespoke code (mohawk2)
+  * Improvements to docs (karlglazebrook,mohawk2)
+  * improvements to tests and warnings (mohawk2)
+  * tidy up of code (mohawk2)
+  * simplify out of gfortran handling (mohawk2)
+
+---

Old:

  ExtUtils-F77-1.22.tar.gz

New:

  ExtUtils-F77-1.23.tar.gz



Other differences:
--
++ perl-ExtUtils-F77.spec ++
--- /var/tmp/diff_new_pack.4Brfkg/_old  2019-01-08 12:31:06.68807 +0100
+++ /var/tmp/diff_new_pack.4Brfkg/_new  2019-01-08 12:31:06.69202 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-F77
 #
-# Copyright (c) 2018 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-F77
-Version:1.22
+Version:1.23
 Release:0
 %define cpan_name ExtUtils-F77
 Summary:Simple interface to F77 libs
@@ -30,6 +30,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Which)
+Requires:   perl(File::Which)
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  gcc-fortran
@@ -40,7 +42,9 @@
 This module tries to figure out how to link C programs with Fortran
 subroutines on your system. Basically one must add a list of Fortran
 runtime libraries. The problem is their location and name varies with each
-OS/compiler combination!
+OS/compiler combination! It was originally developed to make building and
+installation of the PGPLOT module easier, which links to the pgplot Fortran
+graphics library. It is now used by a numnber of perl modules.
 
 This module tries to implement a simple 'rule-of-thumb' database for
 various flavours of UNIX systems. A simple self-documenting Perl database
@@ -58,7 +62,7 @@
 setting the environment variable F77LIBS, e.g.
 
   % setenv F77LIBS "-lfoo -lbar"
-  % perl Makefile.PL
+  % perl -MExtUtils::F77 -e 'print ExtUtils::F77->compiler, "\n"'
   ...
 
 %prep

++ ExtUtils-F77-1.22.tar.gz -> ExtUtils-F77-1.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.22/CHANGES 
new/ExtUtils-F77-1.23/CHANGES
--- old/ExtUtils-F77-1.22/CHANGES   2018-12-02 07:31:14.0 +0100
+++ new/ExtUtils-F77-1.23/CHANGES   2019-01-05 07:03:24.0 +0100
@@ -1,6 +1,16 @@
 ExtUtils::F77 Changes list 
 --
 
+v1.23 released Jan 5th 2019
+---
+
+* Use File::Which and List::Util instead of bespoke code (mohawk2)
+* Improvements to docs (karlglazebrook,mohawk2)
+* improvements to tests and warnings (mohawk2)
+* tidy up of code (mohawk2)
+* simplify out of gfortran handling (mohawk2)
+
+
 v1.22 released Dec 2nd 2018
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.22/F77.pm new/ExtUtils-F77-1.23/F77.pm
--- old/ExtUtils-F77-1.22/F77.pm2018-12-02 07:30:16.0 +0100
+++ new/ExtUtils-F77-1.23/F77.pm2019-01-05 06:56:24.0 +0100
@@ -1,60 +1,37 @@
-
 package ExtUtils::F77;
 
+use strict;
+use warnings;
 use Config;
 use File::Spec;
 use Text::ParseWords;
+use File::Which qw(which);
+use List::Util qw(first);
 
-=head1 NAME
-
-ExtUtils::F77 - Simple interface to F77 libs
-
-=head1 DESCRIPTION
-
-This module tries to figure out how to link C programs with
-Fortran subroutines on your system. Basically one must add a list
-of Fortran runtime libraries. The problem is their location
-and name varies with each OS/compiler combination!
-
-This module tries to implement a simple  
-'rule-of-thumb' database for various 

commit perl-ExtUtils-F77 for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-F77 for 
openSUSE:Factory checked in at 2018-12-12 17:26:53

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-F77 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new.28833 (New)


Package is "perl-ExtUtils-F77"

Wed Dec 12 17:26:53 2018 rev:25 rq:655756 version:1.22

Changes:

--- /work/SRC/openSUSE:Factory/perl-ExtUtils-F77/perl-ExtUtils-F77.changes  
2017-10-23 16:51:54.312578456 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new.28833/perl-ExtUtils-F77.changes
   2018-12-12 17:26:57.290993348 +0100
@@ -1,0 +2,22 @@
+Thu Dec  6 15:40:03 UTC 2018 - Stephan Kulow 
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES
+
+  v1.22 released Dec 2nd 2018
+  ---
+  
+  * Fixed some minor typos in README and F77.pm
+  
+  v1.21 released Nov 25th 2018
+  -
+  
+  * Adjust ordering of searched for Generic GNU compilers (Nov 2018)
+  
+  * Addition to pod format content (Nov 2018)
+  
+  * Use Text::ParseWords not naive split (mohawk2)
+  
+  * Modernize t/require.t (mohawk2)
+
+---

Old:

  ExtUtils-F77-1.20.tar.gz

New:

  ExtUtils-F77-1.22.tar.gz



Other differences:
--
++ perl-ExtUtils-F77.spec ++
--- /var/tmp/diff_new_pack.ucPHzB/_old  2018-12-12 17:26:57.810992688 +0100
+++ /var/tmp/diff_new_pack.ucPHzB/_new  2018-12-12 17:26:57.814992682 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-F77
 #
-# 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
@@ -12,19 +12,19 @@
 # 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-ExtUtils-F77
-Version:1.20
+Version:1.22
 Release:0
 %define cpan_name ExtUtils-F77
 Summary:Simple interface to F77 libs
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/ExtUtils-F77/
-Source0:
https://cpan.metacpan.org/authors/id/C/CH/CHM/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/K/KG/KGB/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,12 +46,13 @@
 various flavours of UNIX systems. A simple self-documenting Perl database
 of knowledge/code for figuring out how to link for various combinations of
 OS and compiler is embedded in the modules Perl code. Please help save the
-world by sending database entries for your system to karl_pgp...@mac.com
+world by submitted patches for new database entries for your system at
+https://github.com/PDLPorters/extutils-f77
 
 Note the default on most systems is now to search for a generic 'GNU'
-compiler which can be g77, gfortran or g95 and then find the appropriate
-link libraries automatically. (This is the 'Generic' 'GNU' database entry
-in the code.)
+compiler which can be gfortran, g77, g95 or fort77 (in that order based on
+usage) and then find the appropriate link libraries automatically. (This is
+the 'Generic' 'GNU' database entry in the code.)
 
 The library list which the module returns can be explicitly overridden by
 setting the environment variable F77LIBS, e.g.
@@ -64,11 +65,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ ExtUtils-F77-1.20.tar.gz -> ExtUtils-F77-1.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-F77-1.20/CHANGES 
new/ExtUtils-F77-1.22/CHANGES
--- old/ExtUtils-F77-1.20/CHANGES   2016-05-28 21:56:39.0 +0200
+++ new/ExtUtils-F77-1.22/CHANGES   2018-12-02 07:31:14.0 +0100
@@ -1,6 +1,22 @@
 ExtUtils::F77 Changes list 
 --
 
+v1.22 released Dec 2nd 2018
+---
+
+* Fixed some minor typos in README and F77.pm
+
+v1.21 released Nov 25th 2018
+-
+
+* 

commit perl-ExtUtils-F77 for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-F77 for 
openSUSE:Factory checked in at 2017-10-23 16:51:52

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-F77 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new (New)


Package is "perl-ExtUtils-F77"

Mon Oct 23 16:51:52 2017 rev:24 rq:534923 version:1.20

Changes:

--- /work/SRC/openSUSE:Factory/perl-ExtUtils-F77/perl-ExtUtils-F77.changes  
2011-11-18 16:39:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new/perl-ExtUtils-F77.changes 
2017-10-23 16:51:54.312578456 +0200
@@ -1,0 +2,53 @@
+Mon Oct 16 10:28:49 UTC 2017 - co...@suse.com
+
+- updated to 1.20
+   see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES
+
+  v1.20 released May 28th 2016
+  --
+  
+  * Apply upstream FreeBSD patch thanks to srezic for submitting
+  
+  * Fix fallback compiler logic to support gcc-5.x and higher
+  
+  * Limited Improved gfortran linking on OS X Yosemite+ to OS X
+  
+  
+  v1.19_3 released May 28th 2016
+  --
+  
+  * Apply upstream FreeBSD patch thanks to srezic for submitting
+  
+  
+  v1.19_2 released May 28th 2016
+  --
+  
+  * Fix fallback compiler logic to support gcc-5.x and higher
+  
+  
+  v1.19_1 released Mar 6th 2016
+  
+  
+  * Limited Improved gfortran linking on OS X Yosemite+ to OS X
+  
+  
+  v1.19 released Dec 12th 2015
+  
+  
+  * Improved gfortran linking on OS X Yosemite+ which avoids PERL_DL_NONLAZY 
meltdowns
+  
+  
+  v1.18 released Jul 7th 2015
+  ---
+  * resolve rt.cpan.org bug #104495: MinGW now needs to link to libquadmath.a
+Thanks for the patch, kmx.
+  
+  
+  v1.17_01 released Jul 6th 2014
+  --
+  
+  * Graham Bell's fix to "Add check for GNU fortran .so files as well as .a."
+  * Typo fix by dsteinbrunner
+  * Fix Cygwin table to use Generic GNU settings
+
+---

Old:

  ExtUtils-F77-1.17.tar.gz

New:

  ExtUtils-F77-1.20.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-ExtUtils-F77.spec ++
--- /var/tmp/diff_new_pack.39c0sJ/_old  2017-10-23 16:51:54.864552623 +0200
+++ /var/tmp/diff_new_pack.39c0sJ/_new  2017-10-23 16:51:54.868552436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-F77
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,58 +15,69 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-ExtUtils-F77
-BuildRequires:  gcc-fortran gmp-devel perl
-BuildRequires:  perl-macros
-Version:1.17
-Release:1
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
-Url:http://cpan.org/modules/by-module/ExtUtils/
+Version:1.20
+Release:0
+%define cpan_name ExtUtils-F77
 Summary:Simple interface to F77 libs
-Source: ExtUtils-F77-%{version}.tar.gz
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/ExtUtils-F77/
+Source0:
https://cpan.metacpan.org/authors/id/C/CH/CHM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  gcc-fortran
+BuildRequires:  gmp-devel
+# MANUAL END
 
 %description
 This module tries to figure out how to link C programs with Fortran
 subroutines on your system. Basically one must add a list of Fortran
-runtime libraries. The problem is their location and name varies with
-each OS/compiler combination!
-
+runtime libraries. The problem is their location and name varies with each
+OS/compiler combination!
 
-
-Authors:
-
-Karl Glazebrook 
+This module tries to implement a simple 'rule-of-thumb' database for
+various flavours of UNIX systems. A simple self-documenting Perl database
+of knowledge/code for figuring out how to link for various combinations of
+OS and compiler is embedded in the modules Perl code. Please help save the
+world by sending database entries for your system to karl_pgp...@mac.com
+
+Note the default on most systems is now to search for a generic 'GNU'
+compiler which can be g77, gfortran or 

commit perl-ExtUtils-F77 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-F77 for 
openSUSE:Factory checked in at 2011-12-06 18:41:09

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-F77 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new (New)


Package is perl-ExtUtils-F77, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-ExtUtils-F77.spec ++
--- /var/tmp/diff_new_pack.h7vHNU/_old  2011-12-06 19:08:07.0 +0100
+++ /var/tmp/diff_new_pack.h7vHNU/_new  2011-12-06 19:08:07.0 +0100
@@ -25,7 +25,7 @@
 Release:1
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic
+License:Artistic-1.0
 Url:http://cpan.org/modules/by-module/ExtUtils/
 Summary:Simple interface to F77 libs
 Source: ExtUtils-F77-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-ExtUtils-F77 for openSUSE:Factory

2011-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-F77 for 
openSUSE:Factory checked in at 2011-11-18 16:39:27

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-F77 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new (New)


Package is perl-ExtUtils-F77, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-ExtUtils-F77/perl-ExtUtils-F77.changes  
2011-09-23 12:37:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new/perl-ExtUtils-F77.changes 
2011-11-18 16:39:37.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:06:58 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  ExtUtils-F77-1.17.tar.bz2

New:

  ExtUtils-F77-1.17.tar.gz



Other differences:
--
++ perl-ExtUtils-F77.spec ++
--- /var/tmp/diff_new_pack.Ysr7Vd/_old  2011-11-18 16:39:41.0 +0100
+++ /var/tmp/diff_new_pack.Ysr7Vd/_new  2011-11-18 16:39:41.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package perl-ExtUtils-F77 (Version 1.17)
+# spec file for package perl-ExtUtils-F77
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -28,7 +28,7 @@
 License:Artistic
 Url:http://cpan.org/modules/by-module/ExtUtils/
 Summary:Simple interface to F77 libs
-Source: ExtUtils-F77-%{version}.tar.bz2
+Source: ExtUtils-F77-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org