commit perl-SGMLS for openSUSE:Factory

2018-10-15 Thread root
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.changes2013-04-17 
08:03:05.0 +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 
+
+- Fix downgrade issue due to uncommon version name
+
+---
+Thu Sep 13 16:44:30 UTC 2018 - pmonrealgonza...@suse.com
+
+- 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)




commit perl-SGMLS for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package perl-SGMLS for openSUSE:Factory 
checked in at 2013-04-17 08:03:04

Comparing /work/SRC/openSUSE:Factory/perl-SGMLS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SGMLS.new (New)


Package is perl-SGMLS, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-SGMLS/perl-SGMLS.changes2011-11-21 
12:45:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SGMLS.new/perl-SGMLS.changes   
2013-04-17 08:03:05.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 15 10:43:45 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---



Other differences:
--
++ perl-SGMLS.spec ++
--- /var/tmp/diff_new_pack.7jbtML/_old  2013-04-17 08:03:11.0 +0200
+++ /var/tmp/diff_new_pack.7jbtML/_new  2013-04-17 08:03:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SGMLS
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:   perl-SGMLS
 Version:1.03ii
-Release:528
-License:LGPL-2.1+
+Release:0
 Summary:SGML/XML Parsers
-Url:http://www.garshol.priv.no/download/xmltools/prod/SGMLSpm.html
+License:LGPL-2.1+
 Group:  Productivity/Publishing/SGML
-Source: SGMLSpm-%version.tar.gz
-BuildRequires:  perl perl-macros
+Url:http://www.garshol.priv.no/download/xmltools/prod/SGMLSpm.html
+Source: 
http://www.cpan.org/modules/by-module/SGMLS/SGMLSpm-%version.tar.gz
+BuildRequires:  perl
+BuildRequires:  perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %perl_requires
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-SGMLS for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-SGMLS for openSUSE:Factory 
checked in at 2011-12-06 18:47:06

Comparing /work/SRC/openSUSE:Factory/perl-SGMLS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SGMLS.new (New)


Package is perl-SGMLS, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-SGMLS.spec ++
--- /var/tmp/diff_new_pack.Bj1G0j/_old  2011-12-06 19:17:45.0 +0100
+++ /var/tmp/diff_new_pack.Bj1G0j/_new  2011-12-06 19:17:45.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-SGMLS
 Version:1.03ii
 Release:528
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:SGML/XML Parsers
 Url:http://www.garshol.priv.no/download/xmltools/prod/SGMLSpm.html
 Group:  Productivity/Publishing/SGML

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-SGMLS for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-SGMLS for openSUSE:Factory 
checked in at 2011-11-21 12:45:22

Comparing /work/SRC/openSUSE:Factory/perl-SGMLS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SGMLS.new (New)


Package is perl-SGMLS, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-SGMLS/perl-SGMLS.changes2011-09-23 
12:38:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SGMLS.new/perl-SGMLS.changes   
2011-11-21 12:45:24.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:39 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  SGMLSpm-1.03ii.tar.bz2

New:

  SGMLSpm-1.03ii.tar.gz



Other differences:
--
++ perl-SGMLS.spec ++
--- /var/tmp/diff_new_pack.dXDn8m/_old  2011-11-21 12:45:25.0 +0100
+++ /var/tmp/diff_new_pack.dXDn8m/_new  2011-11-21 12:45:25.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package perl-SGMLS (Version 1.03ii)
+# spec file for package perl-SGMLS
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -24,7 +24,7 @@
 Summary:SGML/XML Parsers
 Url:http://www.garshol.priv.no/download/xmltools/prod/SGMLSpm.html
 Group:  Productivity/Publishing/SGML
-Source: SGMLSpm-%version.tar.bz2
+Source: SGMLSpm-%version.tar.gz
 BuildRequires:  perl perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %perl_requires

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org