commit cpanspec for openSUSE:Factory
Hello community, here is the log from the commit of package cpanspec for openSUSE:Factory checked in at 2014-05-31 08:09:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpanspec (Old) and /work/SRC/openSUSE:Factory/.cpanspec.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cpanspec" Changes: -------- --- /work/SRC/openSUSE:Factory/cpanspec/cpanspec.changes 2013-08-04 07:28:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cpanspec.new/cpanspec.changes 2014-05-31 08:09:17.000000000 +0200 @@ -1,0 +2,19 @@ +Tue May 27 12:54:02 UTC 2014 - coolo@suse.com + +- remove cpanspec-1.78.06-spdx.patch - upstreamed + +------------------------------------------------------------------- +Tue May 27 12:53:43 UTC 2014 - coolo@suse.com + +- Stephan Kulow (2): + apply spdx.patch applied for a year in OBS + bump version + +------------------------------------------------------------------- +Tue May 27 12:51:46 UTC 2014 - coolo@suse.com + +- Stephan Kulow (2): + no longer print possible build requires + avoid useless newlines + +------------------------------------------------------------------- Old: ---- cpanspec-1.78.06-spdx.patch cpanspec-1.78.07.tar.gz New: ---- cpanspec-1.78.08.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpanspec.spec ++++++ --- /var/tmp/diff_new_pack.3268r9/_old 2014-05-31 08:09:18.000000000 +0200 +++ /var/tmp/diff_new_pack.3268r9/_new 2014-05-31 08:09:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package cpanspec # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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: cpanspec -Version: 1.78.07 +Version: 1.78.08 Release: 0 %define cpan_name cpanspec Summary: Generate a SUSE spec file for a CPAN module @@ -26,8 +26,6 @@ Url: http://sourceforge.net/projects/cpanspec/ Source0: cpanspec-%{version}.tar.gz Source99: updaterpm.sh -# PATCH-FIX-OPENSUSE suggest licence in SPDX format -Patch0: cpanspec-1.78.06-spdx.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -60,7 +58,6 @@ %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 find . -type f -print0 | xargs -0 chmod 644 %build ++++++ cpanspec-1.78.07.tar.gz -> cpanspec-1.78.08.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cpanspec-1.78.07/META.json new/cpanspec-1.78.08/META.json --- old/cpanspec-1.78.07/META.json 2013-08-01 07:48:45.000000000 +0200 +++ new/cpanspec-1.78.08/META.json 2014-05-27 14:53:44.000000000 +0200 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120630", + "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921", "license" : [ "unknown" ], @@ -50,5 +50,5 @@ } }, "release_status" : "stable", - "version" : "v1.78.07" + "version" : "v1.78.08" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cpanspec-1.78.07/META.yml new/cpanspec-1.78.08/META.yml --- old/cpanspec-1.78.07/META.yml 2013-08-01 07:48:45.000000000 +0200 +++ new/cpanspec-1.78.08/META.yml 2014-05-27 14:53:44.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120630' +generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -32,4 +32,4 @@ Text::Autoformat: 0 YAML: 0 locale: 0 -version: v1.78.07 +version: v1.78.08 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cpanspec-1.78.07/cpanspec new/cpanspec-1.78.08/cpanspec --- old/cpanspec-1.78.07/cpanspec 2013-08-01 07:48:43.000000000 +0200 +++ new/cpanspec-1.78.08/cpanspec 2014-05-27 14:53:43.000000000 +0200 @@ -190,7 +190,7 @@ use warnings; our $NAME="cpanspec"; -our $VERSION='1.78.07'; +our $VERSION='1.78.08'; use Cwd; BEGIN { @@ -1014,7 +1014,7 @@ get_license($content); if ($license && ($license =~ /under the same terms as Perl itself/ || $license =~ /under the terms of the Perl artistic license/)) { - $license = "GPL+ or Artistic"; + $license = "GPL-1.0+ or Artistic-1.0"; } } @@ -1022,7 +1022,7 @@ $summary="$module Perl module"; } - $license="CHECK(GPL+ or Artistic)" if (!$license); + $license="CHECK(GPL-1.0+ or Artistic-1.0)" if (!$license); $description=$summary if (!defined($description)); @@ -1169,12 +1169,12 @@ printf $spec "%-16s%s", "BuildRequires:", "perl($dep)"; print $spec (" >= " . $build_requires{$dep}) if ($build_requires{$dep}); + print $spec "\n"; } else { - printf $spec "#%-15s%s", "BuildRequires:", "perl($dep)"; - print $spec (" >= " . $possible_build_requires{$dep}) - if ($possible_build_requires{$dep}); + #printf $spec "#%-15s%s", "BuildRequires:", "perl($dep)"; + #print $spec (" >= " . $possible_build_requires{$dep}) + # if ($possible_build_requires{$dep}); } - print $spec "\n"; } for my $dep (sort @add_buildrequires) { ++++++ updaterpm.sh ++++++ --- /var/tmp/diff_new_pack.3268r9/_old 2014-05-31 08:09:18.000000000 +0200 +++ /var/tmp/diff_new_pack.3268r9/_new 2014-05-31 08:09:18.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh -rev=d390a77f700fdf7bf1938aa2a70c4a1557225b52 -git clone --depth 0 http://git.gitorious.org/opensuse/cpanspec.git +rev=0ad24195a30c0f0c9521f4ed2680545471230f76 +git clone --depth 0 https://github.com/openSUSE/cpanspec.git cd cpanspec nrev=`git show HEAD| grep commit | head -n 1 | cut '-d ' -f2` osc vc -m "`git log --no-merges ^$rev HEAD cpanspec | git shortlog`" .. -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de