Hello community, here is the log from the commit of package perl-Class-Singleton for openSUSE:Factory checked in at 2020-12-04 21:27:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Class-Singleton (Old) and /work/SRC/openSUSE:Factory/.perl-Class-Singleton.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Singleton" Fri Dec 4 21:27:36 2020 rev:14 rq:852879 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Class-Singleton/perl-Class-Singleton.changes 2015-04-16 14:11:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Class-Singleton.new.5913/perl-Class-Singleton.changes 2020-12-04 21:27:36.550049167 +0100 @@ -1,0 +2,6 @@ +Thu Dec 3 03:06:07 UTC 2020 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.6 + see /usr/share/doc/packages/perl-Class-Singleton/Changes + +------------------------------------------------------------------- Old: ---- Class-Singleton-1.5.tar.gz New: ---- Class-Singleton-1.6.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Class-Singleton.spec ++++++ --- /var/tmp/diff_new_pack.ybmF27/_old 2020-12-04 21:27:37.030049855 +0100 +++ /var/tmp/diff_new_pack.ybmF27/_new 2020-12-04 21:27:37.034049861 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Singleton # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +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/ # Name: perl-Class-Singleton -Version: 1.5 +Version: 1.6 Release: 0 %define cpan_name Class-Singleton Summary: Implementation of a "Singleton" class -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Class-Singleton/ -Source: http://www.cpan.org/authors/id/S/SH/SHAY/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -46,14 +47,13 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %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 @@ -63,5 +63,6 @@ %files -f %{name}.files %defattr(-,root,root,755) %doc Changes README +%license Artistic Copying LICENCE %changelog ++++++ Class-Singleton-1.5.tar.gz -> Class-Singleton-1.6.tar.gz ++++++ ++++ 1678 lines of diff (skipped) ++++++ 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 #skip_doc: regexp_to_skip_for_doc.* #add_doc: files to add to docs #misc: |- #anything else to be added to spec file #follows directly after %files section, so it can contain new blocks or also #changes to %files section _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org