commit perl-Parse-Yapp for openSUSE:Factory

2017-08-08 Thread root
Hello community,

here is the log from the commit of package perl-Parse-Yapp for openSUSE:Factory 
checked in at 2017-08-08 11:59:21

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


Package is "perl-Parse-Yapp"

Tue Aug  8 11:59:21 2017 rev:23 rq:514857 version:1.21

Changes:

--- /work/SRC/openSUSE:Factory/perl-Parse-Yapp/perl-Parse-Yapp.changes  
2017-07-21 22:45:30.393675120 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Parse-Yapp.new/perl-Parse-Yapp.changes 
2017-08-08 11:59:30.945689970 +0200
@@ -1,0 +2,10 @@
+Sat Aug  5 06:06:27 UTC 2017 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-Parse-Yapp/Changes
+
+  1.21 Fri Aug 04 2017
+  - Typo Fixes, POD Spelling (thanks to Gregor Herrmann)
+  - Bug Fix, Missing POD Encoding (thanks to Gregor Herrmann)
+
+---

Old:

  Parse-Yapp-1.2.tar.gz

New:

  Parse-Yapp-1.21.tar.gz



Other differences:
--
++ perl-Parse-Yapp.spec ++
--- /var/tmp/diff_new_pack.YmaSJm/_old  2017-08-08 11:59:31.665588577 +0200
+++ /var/tmp/diff_new_pack.YmaSJm/_new  2017-08-08 11:59:31.673587450 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Parse-Yapp
-Version:1.2
+Version:1.21
 Release:0
 #Upstream:  The Parse::Yapp module and its related modules and shell scripts 
are You may use and distribute them under the terms of either the GNU General 
Public License or the Artistic License, as specified in the Perl README file. 
If you use the "standalone parser" option so people don't need to install
 %define cpan_name Parse-Yapp

++ Parse-Yapp-1.2.tar.gz -> Parse-Yapp-1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-Yapp-1.2/Changes new/Parse-Yapp-1.21/Changes
--- old/Parse-Yapp-1.2/Changes  2017-06-14 10:46:21.0 +0200
+++ new/Parse-Yapp-1.21/Changes 2017-08-04 10:00:51.0 +0200
@@ -174,3 +174,7 @@
   Enable Module Version In Parse::Yapp,
   Not Just Distribution Version In Parse::Yapp::Driver
 - Bump Version
+1.21 Fri Aug 04 2017
+- Typo Fixes, POD Spelling (thanks to Gregor Herrmann)
+- Bug Fix, Missing POD Encoding (thanks to Gregor Herrmann)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-Yapp-1.2/META.json 
new/Parse-Yapp-1.21/META.json
--- old/Parse-Yapp-1.2/META.json2017-06-14 10:48:55.0 +0200
+++ new/Parse-Yapp-1.21/META.json   2017-08-04 10:02:37.0 +0200
@@ -32,6 +32,6 @@
   }
},
"release_status" : "stable",
-   "version" : "1.2",
+   "version" : "1.21",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-Yapp-1.2/META.yml new/Parse-Yapp-1.21/META.yml
--- old/Parse-Yapp-1.2/META.yml 2017-06-14 10:48:55.0 +0200
+++ new/Parse-Yapp-1.21/META.yml2017-08-04 10:02:37.0 +0200
@@ -17,5 +17,5 @@
   directory:
 - t
 - inc
-version: '1.2'
+version: '1.21'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-Yapp-1.2/lib/Parse/Yapp/Driver.pm 
new/Parse-Yapp-1.21/lib/Parse/Yapp/Driver.pm
--- old/Parse-Yapp-1.2/lib/Parse/Yapp/Driver.pm 2017-06-14 10:44:06.0 
+0200
+++ new/Parse-Yapp-1.21/lib/Parse/Yapp/Driver.pm2017-08-04 
10:01:16.0 +0200
@@ -23,7 +23,7 @@
 use vars qw ( $VERSION $COMPATIBLE $FILENAME );
 
 # CORRELATION #py001: $VERSION must be changed in both Parse::Yapp & 
Parse::Yapp::Driver
-$VERSION = '1.2';
+$VERSION = '1.21';
 $COMPATIBLE = '0.07';
 $FILENAME=__FILE__;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-Yapp-1.2/lib/Parse/Yapp.pm 
new/Parse-Yapp-1.21/lib/Parse/Yapp.pm
--- old/Parse-Yapp-1.2/lib/Parse/Yapp.pm2017-06-14 10:43:54.0 
+0200
+++ new/Parse-Yapp-1.21/lib/Parse/Yapp.pm   2017-08-04 10:01:04.0 
+0200
@@ -18,12 +18,14 @@
 use Parse::Yapp::Output;
 
 # CORRELATION #py001: $VERSION must be changed in both Parse::Yapp & 
Parse::Yapp::Driver
-our $VERSION = '1.2';
+our $VERSION = '1.21';
 
 1;
 
 __END__
 
+=encoding UTF-8
+
 =head1 NAME
 
 Parse::Yapp - Perl extension for generating and using LALR parsers. 
@@ -127,7 +129,7 @@
 Precedence declarations, introduced by C<%left>, C<%right> and C<%nonassoc>
 specifying associativity, followed by the list of tokens or litterals
 having the same precedence and associativity.
-The precedence beeing the latter declared will be 

commit perl-Parse-Yapp for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package perl-Parse-Yapp for openSUSE:Factory 
checked in at 2017-07-21 22:45:29

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


Package is "perl-Parse-Yapp"

Fri Jul 21 22:45:29 2017 rev:22 rq:506098 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Parse-Yapp/perl-Parse-Yapp.changes  
2013-03-01 08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Parse-Yapp.new/perl-Parse-Yapp.changes 
2017-07-21 22:45:30.393675120 +0200
@@ -1,0 +2,6 @@
+Thu Jun 15 06:05:04 UTC 2017 - co...@suse.com
+
+- updated to 1.2
+   see /usr/share/doc/packages/perl-Parse-Yapp/Changes
+
+---

Old:

  Parse-Yapp-1.05.tar.gz

New:

  Parse-Yapp-1.2.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Parse-Yapp.spec ++
--- /var/tmp/diff_new_pack.WqBdxt/_old  2017-07-21 22:45:31.157567364 +0200
+++ /var/tmp/diff_new_pack.WqBdxt/_new  2017-07-21 22:45:31.157567364 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Parse-Yapp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,54 +17,48 @@
 
 
 Name:   perl-Parse-Yapp
-Version:1.05
+Version:1.2
 Release:0
-Url:http://cpan.org/modules/by-module/Parse
+#Upstream:  The Parse::Yapp module and its related modules and shell scripts 
are You may use and distribute them under the terms of either the GNU General 
Public License or the Artistic License, as specified in the Perl README file. 
If you use the "standalone parser" option so people don't need to install
+%define cpan_name Parse-Yapp
 Summary:Perl extension for generating and using LALR parsers
 License:Artistic-1.0 or GPL-2.0+
 Group:  Development/Libraries/Perl
-Source: Parse-Yapp-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Parse-Yapp/
+Source0:
https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-Parse::Yapp (Yet Another Perl Parser compiler) is a collection of
-modules that let you generate and use yacc like thread safe (reentrant)
-parsers with perl object oriented interface.
-
+Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules
+that let you generate and use yacc like thread safe (reentrant) parsers
+with perl object oriented interface.
 
-
-Authors:
-
-Francois Desarmenien 
+The script yapp is a front-end to the Parse::Yapp module and let you easily
+create a Perl OO parser from an input grammar file.
 
 %prep
-%setup -n Parse-Yapp-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
-make test
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
-chmod 644 README
-chmod 644 $RPM_BUILD_ROOT/%{perl_vendorlib}/Parse/*.pm
-chmod 644 $RPM_BUILD_ROOT/%{perl_vendorlib}/Parse/Yapp/*.pm
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc Changes README
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/Parse
-%{perl_vendorarch}/auto/Parse
-%{_bindir}/*
+%perl_gen_filelist
+
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Calc.yp Changes docs README README.md yapp YappParse.yp
 
 %changelog

++ Parse-Yapp-1.05.tar.gz -> Parse-Yapp-1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-Yapp-1.05/Changes new/Parse-Yapp-1.2/Changes
--- old/Parse-Yapp-1.05/Changes 2001-11-05 15:33:19.0 +0100
+++ new/Parse-Yapp-1.2/Changes  2017-06-14 10:46:21.0 +0200
@@ -159,6 +159,18 @@
- Updated copyright boundaries
 - Stress test added (compile and check a full C++ grammar)
 1.04 Mon Feb 12 16:46:37 CET 2001
-- Bug correction in YappParse.yp _Lexer sub to accept '\\' litterals
+- Bug correction in YappParse.yp _Lexer sub to accept '\\' literals
   (Thanks to Denis Barbier to catch this one)
 1.05 Sun Nov  4 20:32:32 CET 2001
+1.06 Wed Jun 14 2017
+- First 

commit perl-Parse-Yapp for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-Yapp for openSUSE:Factory 
checked in at 2013-03-01 07:43:19

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


Package is perl-Parse-Yapp, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Parse-Yapp/perl-Parse-Yapp.changes  
2011-11-21 12:44:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Parse-Yapp.new/perl-Parse-Yapp.changes 
2013-03-01 07:43:20.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:23:14 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Parse-Yapp.spec ++
--- /var/tmp/diff_new_pack.5Shv05/_old  2013-03-01 07:43:21.0 +0100
+++ /var/tmp/diff_new_pack.5Shv05/_new  2013-03-01 07:43:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Parse-Yapp
 #
-# 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
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Parse-Yapp
 Version:1.05
-Release:534
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0 ; GPL-2.0+
+Release:0
 Url:http://cpan.org/modules/by-module/Parse
 Summary:Perl extension for generating and using LALR parsers
+License:Artistic-1.0 or GPL-2.0+
+Group:  Development/Libraries/Perl
 Source: Parse-Yapp-%{version}.tar.gz
 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-Parse-Yapp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-Yapp for openSUSE:Factory 
checked in at 2011-12-06 18:46:03

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


Package is perl-Parse-Yapp, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Parse-Yapp.spec ++
--- /var/tmp/diff_new_pack.wfzamj/_old  2011-12-06 19:16:02.0 +0100
+++ /var/tmp/diff_new_pack.wfzamj/_new  2011-12-06 19:16:02.0 +0100
@@ -23,7 +23,7 @@
 Release:534
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic ; GPLv2+
+License:Artistic-1.0 ; GPL-2.0+
 Url:http://cpan.org/modules/by-module/Parse
 Summary:Perl extension for generating and using LALR parsers
 Source: Parse-Yapp-%{version}.tar.gz

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



commit perl-Parse-Yapp for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-Yapp for openSUSE:Factory 
checked in at 2011-11-21 12:44:31

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


Package is perl-Parse-Yapp, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Parse-Yapp/perl-Parse-Yapp.changes  
2011-09-23 12:38:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Parse-Yapp.new/perl-Parse-Yapp.changes 
2011-11-21 12:44:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:53 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Parse-Yapp-1.05.tar.bz2

New:

  Parse-Yapp-1.05.tar.gz



Other differences:
--
++ perl-Parse-Yapp.spec ++
--- /var/tmp/diff_new_pack.z4vXgm/_old  2011-11-21 12:44:44.0 +0100
+++ /var/tmp/diff_new_pack.z4vXgm/_new  2011-11-21 12:44:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Parse-Yapp (Version 1.05)
+# spec file for package perl-Parse-Yapp
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -26,7 +26,7 @@
 License:Artistic ; GPLv2+
 Url:http://cpan.org/modules/by-module/Parse
 Summary:Perl extension for generating and using LALR parsers
-Source: Parse-Yapp-%{version}.tar.bz2
+Source: Parse-Yapp-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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