commit cpanspec for openSUSE:Factory
Hello community, here is the log from the commit of package cpanspec for openSUSE:Factory checked in at 2015-09-30 05:50:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-05-31 08:09:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cpanspec.new/cpanspec.changes 2015-09-30 05:50:25.000000000 +0200 @@ -1,0 +2,35 @@ +Fri Aug 28 14:01:55 UTC 2015 - bwiedemann@suse.com + +- Require perl(Text::Capitalize) + +------------------------------------------------------------------- +Fri Aug 28 10:00:21 UTC 2015 - bwiedemann@suse.com + +- fix updaterpm.sh - git log requires history to be cloned +- Dominique Leuenberger (1): + DateTime::Locale needs to have the version number corrected + +Stephan Kulow (21): + nicer changes file + shuffle instead + remove final . in summary + ignore spec files - most likely wrong + only submit succeeding packages + create more packages in one go + support a config file + grab OVERVIEW if DESCRIPTION is empty + support sources too + make noarch configurable + two more fixes needed + also have docs as docs + expand module::build version + compare parsed versions + run perltidy -l=0 -fbl -nsfs -baao -bbao -pt=2 -bt=2 -sbt=2 -sct + random fixes + ignore requires + avoid overwriting good versions + random fixes to update + check the distribution not a module + fix quoting of changelog + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpanspec.spec ++++++ --- /var/tmp/diff_new_pack.rb8O5a/_old 2015-09-30 05:50:26.000000000 +0200 +++ /var/tmp/diff_new_pack.rb8O5a/_new 2015-09-30 05:50:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package cpanspec # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -49,6 +49,7 @@ Requires: perl(Pod::POM) Requires: perl(Pod::Simple::TextContent) Requires: perl(Text::Autoformat) +Requires: perl(Text::Capitalize) Requires: perl(YAML) %{perl_requires} ++++++ cpanspec-1.78.08.tar.gz ++++++ ++++ 1762 lines of diff (skipped) ++++++ updaterpm.sh ++++++ --- /var/tmp/diff_new_pack.rb8O5a/_old 2015-09-30 05:50:26.000000000 +0200 +++ /var/tmp/diff_new_pack.rb8O5a/_new 2015-09-30 05:50:26.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh -rev=0ad24195a30c0f0c9521f4ed2680545471230f76 -git clone --depth 0 https://github.com/openSUSE/cpanspec.git +rev=aec50fb13474f4a76747b656c9cb215c7140ebe4 +git clone 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`" ..
participants (1)
-
root@hilbert.suse.de