commit perl-X500-DN for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package perl-X500-DN for openSUSE:Factory 
checked in at 2019-12-07 15:21:35

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


Package is "perl-X500-DN"

Sat Dec  7 15:21:35 2019 rev:26 rq:753104 version:0.29

Changes:

--- /work/SRC/openSUSE:Factory/perl-X500-DN/perl-X500-DN.changes
2013-06-21 13:37:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-X500-DN.new.4691/perl-X500-DN.changes  
2019-12-07 15:23:16.519729750 +0100
@@ -1,0 +2,6 @@
+Mon Dec  2 14:25:49 UTC 2019 - Dominique Leuenberger 
+
+- No mix between numbered and unnumbered patches: RPM 4.15 finally
+  no longer supports that.
+
+---



Other differences:
--
++ perl-X500-DN.spec ++
--- /var/tmp/diff_new_pack.Nu8QLz/_old  2019-12-07 15:23:16.959729689 +0100
+++ /var/tmp/diff_new_pack.Nu8QLz/_new  2019-12-07 15:23:16.963729689 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-X500-DN
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -21,17 +21,17 @@
 BuildRequires:  perl-macros
 Requires:   perl-Parse-RecDescent
 Summary:Provides an interface for RFC 2253 style DN strings
-License:Artistic-1.0 or GPL-2.0+
+License:Artistic-1.0 OR GPL-2.0-or-later
 Group:  Development/Libraries/Perl
 Version:0.29
 Release:0
-Url:http://search.cpan.org/dist/X500-DN/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJOOP/X500-DN-%{version}.tar.gz
+URL:http://search.cpan.org/dist/X500-DN/
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJOOP/X500-DN-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: version-string-fix.diff
 Patch1: version-string-fix2.diff
-%{perl_requires}
-Patch:  version-string-fix.diff
 Patch2: X500-DN-dont_set_skip_to_undef.patch
+%{perl_requires}
 
 %description
 X500::DN Provides a pure perl parser and formatter for RFC 2253 style
@@ -45,7 +45,7 @@
 
 %prep
 %setup -n X500-DN-%{version}
-%patch
+%patch0
 %patch1
 %patch2 -p1
 # ---




commit perl-X500-DN for openSUSE:Factory

2013-06-21 Thread h_root
Hello community,

here is the log from the commit of package perl-X500-DN for openSUSE:Factory 
checked in at 2013-06-21 13:33:13

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


Package is perl-X500-DN

Changes:

--- /work/SRC/openSUSE:Factory/perl-X500-DN/perl-X500-DN.changes
2013-03-20 11:55:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-X500-DN.new/perl-X500-DN.changes   
2013-06-21 13:37:27.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 19 13:27:34 UTC 2013 - vci...@suse.com
+
+- don't set $Parse::RecDescent::skip to 'undef' (bnc#799660)
+  * X500-DN-dont_set_skip_to_undef.patch
+
+---

New:

  X500-DN-dont_set_skip_to_undef.patch



Other differences:
--
++ perl-X500-DN.spec ++
--- /var/tmp/diff_new_pack.v4vlpA/_old  2013-06-21 13:37:28.0 +0200
+++ /var/tmp/diff_new_pack.v4vlpA/_new  2013-06-21 13:37:28.0 +0200
@@ -31,6 +31,7 @@
 Patch1: version-string-fix2.diff
 %{perl_requires}
 Patch:  version-string-fix.diff
+Patch2: X500-DN-dont_set_skip_to_undef.patch
 
 %description
 X500::DN Provides a pure perl parser and formatter for RFC 2253 style
@@ -46,6 +47,7 @@
 %setup -n X500-DN-%{version}
 %patch
 %patch1
+%patch2 -p1
 # ---
 
 %build

++ X500-DN-dont_set_skip_to_undef.patch ++
Index: X500-DN-0.29/DN.pm
===
--- X500-DN-0.29.orig/DN.pm 2013-06-19 15:59:14.041089488 +0200
+++ X500-DN-0.29/DN.pm  2013-06-19 15:59:26.211457683 +0200
@@ -43,7 +43,7 @@ Digit: /[0-9]/
 #$::RD_HINT = 1;
 
 local $::RD_AUTOACTION = q{ $item[1] };
-local $Parse::RecDescent::skip = undef;
+local $Parse::RecDescent::skip = '';
 my $parser = new Parse::RecDescent ($rfc2253_grammar) or die Bad RFC 2253 
grammar!\n;
 
 sub new
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-X500-DN for openSUSE:Factory

2013-03-20 Thread h_root
Hello community,

here is the log from the commit of package perl-X500-DN for openSUSE:Factory 
checked in at 2013-03-20 11:55:41

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


Package is perl-X500-DN, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-X500-DN/perl-X500-DN.changes
2013-03-01 08:03:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-X500-DN.new/perl-X500-DN.changes   
2013-03-20 11:55:42.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 19 09:07:28 UTC 2013 - co...@suse.com
+
+- add a url for the source
+
+---



Other differences:
--
++ perl-X500-DN.spec ++
--- /var/tmp/diff_new_pack.TwNNSi/_old  2013-03-20 11:55:44.0 +0100
+++ /var/tmp/diff_new_pack.TwNNSi/_new  2013-03-20 11:55:44.0 +0100
@@ -25,7 +25,8 @@
 Group:  Development/Libraries/Perl
 Version:0.29
 Release:0
-Source: X500-DN-%{version}.tar.gz
+Url:http://search.cpan.org/dist/X500-DN/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJOOP/X500-DN-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch1: version-string-fix2.diff
 %{perl_requires}

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



commit perl-X500-DN for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-X500-DN for openSUSE:Factory 
checked in at 2013-03-01 07:45:29

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


Package is perl-X500-DN, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-X500-DN/perl-X500-DN.changes
2011-09-23 12:39:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-X500-DN.new/perl-X500-DN.changes   
2013-03-01 07:45:29.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:19:39 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-X500-DN.spec ++
--- /var/tmp/diff_new_pack.LSoUsc/_old  2013-03-01 07:45:31.0 +0100
+++ /var/tmp/diff_new_pack.LSoUsc/_new  2013-03-01 07:45:31.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-X500-DN (Version 0.29)
+# spec file for package perl-X500-DN
 #
-# Copyright (c) 2010 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
@@ -15,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-X500-DN
-License:Artistic-1.0 ; GPL-2.0+
-Group:  Development/Libraries/Perl
 BuildRequires:  perl-Parse-RecDescent
 BuildRequires:  perl-macros
 Requires:   perl-Parse-RecDescent
-AutoReqProv:on
 Summary:Provides an interface for RFC 2253 style DN strings
+License:Artistic-1.0 or GPL-2.0+
+Group:  Development/Libraries/Perl
 Version:0.29
-Release:89
+Release:0
 Source: X500-DN-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch1: version-string-fix2.diff

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



commit perl-X500-DN for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-X500-DN for openSUSE:Factory 
checked in at 2011-12-06 18:49:38

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


Package is perl-X500-DN, Maintainer is u...@suse.com

Changes:




Other differences:
--
++ perl-X500-DN.spec ++
--- /var/tmp/diff_new_pack.PevhVL/_old  2011-12-06 19:22:48.0 +0100
+++ /var/tmp/diff_new_pack.PevhVL/_new  2011-12-06 19:22:48.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   perl-X500-DN
-License:Artistic ; GPLv2+
+License:Artistic-1.0 ; GPL-2.0+
 Group:  Development/Libraries/Perl
 BuildRequires:  perl-Parse-RecDescent
 BuildRequires:  perl-macros

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