Hello community,

here is the log from the commit of package perl-SGMLS for openSUSE:Factory 
checked in at 2018-10-15 10:05:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SGMLS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SGMLS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SGMLS"

Mon Oct 15 10:05:49 2018 rev:23 rq:640406 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SGMLS/perl-SGMLS.changes    2013-04-17 
08:03:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SGMLS.new/perl-SGMLS.changes       
2018-10-15 10:05:54.201893396 +0200
@@ -1,0 +2,17 @@
+Sun Oct  7 10:18:13 UTC 2018 - Dirk Stoecker <[email protected]>
+
+- Fix downgrade issue due to uncommon version name
+
+-------------------------------------------------------------------
+Thu Sep 13 16:44:30 UTC 2018 - [email protected]
+
+- update to version 1.1
+   Updated the package to use Module::Build. This should help
+   distribution packagers who commonly patched the old Makefile
+   to rearrange the install.
+
+   Applied Ardo van Rangelrooij's debian patches
+
+- Cleaned spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  SGMLSpm-1.03ii.tar.gz

New:
----
  SGMLSpm-1.1.tar.gz

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

Other differences:
------------------
++++++ perl-SGMLS.spec ++++++
--- /var/tmp/diff_new_pack.6LVCoG/_old  2018-10-15 10:05:55.289892228 +0200
+++ /var/tmp/diff_new_pack.6LVCoG/_new  2018-10-15 10:05:55.293892224 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SGMLS
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,17 +17,20 @@
 
 
 Name:           perl-SGMLS
-Version:        1.03ii
+Version:        1.1
 Release:        0
 Summary:        SGML/XML Parsers
-License:        LGPL-2.1+
+License:        GPL-2.0
 Group:          Productivity/Publishing/SGML
-Url:            http://www.garshol.priv.no/download/xmltools/prod/SGMLSpm.html
-Source:         
http://www.cpan.org/modules/by-module/SGMLS/SGMLSpm-%version.tar.gz
+Url:            https://metacpan.org/release/RAAB/SGMLSpm-1.1
+Source:         
https://www.cpan.org/authors/id/R/RA/RAAB/SGMLSpm-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%perl_requires
+BuildRequires:  perl(Module::Build)
+# workaround the downgrade in version number from 1.03ii to 1.1
+Provides:       perl-SGMLS = %{version}0
+Provides:       perl(SGMLS) = %{version}0
+%{perl_requires}
 
 %description
 SGMLSpm is a Perl script that reads ESIS output (from parsers like SP)
@@ -35,31 +38,28 @@
 parser can parse XML this also works for XML.
 
 %prep
-%setup -n SGMLSpm -q
+%setup -q -n SGMLSpm-1.1
 
 %build
 
 %install
-mkdir -p %{buildroot}%perl_vendorlib
-mkdir -p %{buildroot}%perl_vendorlib/SGMLS
-mkdir -p %{buildroot}%{_prefix}/bin
-install SGMLS.pm %{buildroot}%perl_vendorlib
-install skel.pl %{buildroot}%perl_vendorlib
-install Output.pm Refs.pm %{buildroot}%perl_vendorlib/SGMLS
-install sgmlspl.pl %{buildroot}%{_bindir}/sgmlspl
+mkdir -p %{buildroot}%{perl_vendorlib}
+mkdir -p %{buildroot}%{perl_vendorlib}/SGMLS
+mkdir -p %{buildroot}%{_bindir}
+install lib/SGMLS.pm %{buildroot}%{perl_vendorlib}
+install lib/sgmlspl-specs/skel.pl %{buildroot}%{perl_vendorlib}
+install lib/SGMLS/Output.pm lib/SGMLS/Refs.pm 
%{buildroot}%{perl_vendorlib}/SGMLS
+install script/sgmlspl.pl %{buildroot}%{_bindir}/sgmlspl
 mv DOC/sample.pl DOC/HTML/SGMLSpm/sample.pl
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root)
-%doc COPYING README BUGS ChangeLog TODO DOC/HTML/*
-%dir %perl_vendorlib/SGMLS
-%perl_vendorlib/SGMLS.pm
-%perl_vendorlib/skel.pl
-%perl_vendorlib/SGMLS/Output.pm
-%perl_vendorlib/SGMLS/Refs.pm
+%license COPYING
+%doc README BUGS ChangeLog TODO DOC/HTML/*
+%dir %{perl_vendorlib}/SGMLS
+%{perl_vendorlib}/SGMLS.pm
+%{perl_vendorlib}/skel.pl
+%{perl_vendorlib}/SGMLS/Output.pm
+%{perl_vendorlib}/SGMLS/Refs.pm
 %{_bindir}/sgmlspl
 
 %changelog

++++++ SGMLSpm-1.03ii.tar.gz -> SGMLSpm-1.1.tar.gz ++++++
++++ 4356 lines of diff (skipped)


Reply via email to