Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-CLASS for openSUSE:Factory 
checked in at 2022-03-09 18:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CLASS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-CLASS.new.2349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CLASS"

Wed Mar  9 18:48:17 2022 rev:10 rq:960516 version:1.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CLASS/perl-CLASS.changes    2011-11-21 
12:37:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CLASS.new.2349/perl-CLASS.changes  
2022-03-11 11:49:11.434832264 +0100
@@ -1,0 +2,6 @@
+Tue Mar  8 03:07:51 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 1.1.7
+   see /usr/share/doc/packages/perl-CLASS/Changes
+
+-------------------------------------------------------------------

Old:
----
  CLASS-1.00.tar.gz

New:
----
  CLASS-v1.1.7.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-CLASS.spec ++++++
--- /var/tmp/diff_new_pack.AoeUa7/_old  2022-03-11 11:49:11.842832744 +0100
+++ /var/tmp/diff_new_pack.AoeUa7/_new  2022-03-11 11:49:11.850832754 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CLASS
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,22 @@
 # 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
-Version:        1.00
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
 %define cpan_name CLASS
+Name:           perl-CLASS
+Version:        1.1.7
+Release:        0
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Alias for __PACKAGE__
-Url:            http://search.cpan.org/dist/CLASS/
-Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/M/MS/MSCHWERN/CLASS-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/J/JD/JDEGUEST/%{cpan_name}-v%{version}.tar.gz
+Source1:        cpanspec.yml
+BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 %{perl_requires}
 
 %description
@@ -39,25 +36,21 @@
 $CLASS has the additional benefit of working in strings.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-v%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes
+%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:
#  baz.patch: PATCH-FIX-OPENSUSE
#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

Reply via email to