Hello community,
here is the log from the commit of package perl-CGI-FormBuilder for
openSUSE:Factory checked in at 2016-09-26 12:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CGI-FormBuilder (Old)
and /work/SRC/openSUSE:Factory/.perl-CGI-FormBuilder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CGI-FormBuilder"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-CGI-FormBuilder/perl-CGI-FormBuilder.changes
2014-02-11 10:43:19.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-CGI-FormBuilder.new/perl-CGI-FormBuilder.changes
2016-09-26 12:36:19.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 19 05:06:10 UTC 2016 - [email protected]
+
+- updated to 3.10
+ see /usr/share/doc/packages/perl-CGI-FormBuilder/Changes
+
+-------------------------------------------------------------------
Old:
----
CGI-FormBuilder-3.09.tgz
New:
----
CGI-FormBuilder-3.10.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CGI-FormBuilder.spec ++++++
--- /var/tmp/diff_new_pack.Xlj3WT/_old 2016-09-26 12:36:20.000000000 +0200
+++ /var/tmp/diff_new_pack.Xlj3WT/_new 2016-09-26 12:36:20.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-CGI-FormBuilder
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,30 +17,28 @@
Name: perl-CGI-FormBuilder
+Version: 3.10
+Release: 0
%define cpan_name CGI-FormBuilder
Summary: Easily generate and process stateful forms
-License: Artistic-1.0 or GPL-1.0+
+License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
-Version: 3.09
-Release: 0
Url: http://search.cpan.org/dist/CGI-FormBuilder/
-Source:
http://www.cpan.org/authors/id/N/NW/NWIGER/%{cpan_name}-%{version}.tgz
+Source0:
http://www.cpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CGI)
-BuildRequires: perl(CGI::FastTemplate) >= 1.09
-BuildRequires: perl(HTML::Template) >= 2.06
-BuildRequires: perl(Template) >= 2.08
-BuildRequires: perl(Text::Template) >= 1.43
-#
Requires: perl(CGI)
-BuildRequires: fdupes
Recommends: perl(CGI::FastTemplate) >= 1.09
+Recommends: perl(CGI::SSI) >= 0.92
+Recommends: perl(CGI::Session) >= 3.95
Recommends: perl(HTML::Template) >= 2.06
Recommends: perl(Template) >= 2.08
Recommends: perl(Text::Template) >= 1.43
+%{perl_requires}
%description
The goal of CGI::FormBuilder (FormBuilder) is to provide an easy
@@ -69,29 +67,23 @@
Plus, the native HTML generated is valid XHTML 1.0 Transitional.
%prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
%check
-# broken tests - see https://rt.cpan.org/Public/Bug/Display.html?id=81650
-rm t/1a-generate.t
-rm t/2d-template-fast.t
-rm t/2c-template-tt2.t
%{__make} test
%install
%perl_make_install
-## rpmlint
-# files-duplicate
-%fdupes $RPM_BUILD_ROOT%perl_vendorlib
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-, root, root)
+%defattr(-,root,root,755)
%doc Changes README
%changelog
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module