commit lua-lpeg for openSUSE:Factory

2020-07-09 Thread root
Hello community,

here is the log from the commit of package lua-lpeg for openSUSE:Factory 
checked in at 2020-07-09 13:16:38

Comparing /work/SRC/openSUSE:Factory/lua-lpeg (Old)
 and  /work/SRC/openSUSE:Factory/.lua-lpeg.new.3060 (New)


Package is "lua-lpeg"

Thu Jul  9 13:16:38 2020 rev:4 rq:819511 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/lua-lpeg/lua-lpeg.changes2019-03-13 
09:14:08.315393494 +0100
+++ /work/SRC/openSUSE:Factory/.lua-lpeg.new.3060/lua-lpeg.changes  
2020-07-09 13:16:40.304758393 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 19:04:19 UTC 2020 - Matej Cepl 
+
+- Add lua54 as new build target
+
+---



Other differences:
--
++ lua-lpeg.spec ++
--- /var/tmp/diff_new_pack.EMRUwf/_old  2020-07-09 13:16:40.860760149 +0200
+++ /var/tmp/diff_new_pack.EMRUwf/_new  2020-07-09 13:16:40.864760163 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-lpeg
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Summary:Parsing Expression Grammars For Lua
 License:MIT
 Group:  Development/Libraries/Other
-Url:http://www.inf.puc-rio.br/~roberto/lpeg
+URL:http://www.inf.puc-rio.br/~roberto/lpeg
 Source: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
 BuildRequires:  %{flavor}-devel
 Requires:   %{flavor}
@@ -63,7 +63,7 @@
 makefile
 
 %build
-make -j1
+%make_build -j1
 
 %install
 

++ _multibuild ++
--- /var/tmp/diff_new_pack.EMRUwf/_old  2020-07-09 13:16:40.904760289 +0200
+++ /var/tmp/diff_new_pack.EMRUwf/_new  2020-07-09 13:16:40.908760301 +0200
@@ -1,4 +1,5 @@
 
 lua51
 lua53
+lua54
 




commit lua-lpeg for openSUSE:Factory

2019-03-13 Thread root
Hello community,

here is the log from the commit of package lua-lpeg for openSUSE:Factory 
checked in at 2019-03-13 09:14:04

Comparing /work/SRC/openSUSE:Factory/lua-lpeg (Old)
 and  /work/SRC/openSUSE:Factory/.lua-lpeg.new.28833 (New)


Package is "lua-lpeg"

Wed Mar 13 09:14:04 2019 rev:3 rq:684307 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/lua-lpeg/lua-lpeg.changes2017-10-31 
15:44:04.025628175 +0100
+++ /work/SRC/openSUSE:Factory/.lua-lpeg.new.28833/lua-lpeg.changes 
2019-03-13 09:14:08.315393494 +0100
@@ -1,0 +2,5 @@
+Tue Mar 12 11:59:22 UTC 2019 - Matej Cepl 
+
+- Update to 1.0.2, which is just a bugfix release.
+
+---

Old:

  lpeg-1.0.1.tar.gz

New:

  lpeg-1.0.2.tar.gz



Other differences:
--
++ lua-lpeg.spec ++
--- /var/tmp/diff_new_pack.mybWfp/_old  2019-03-13 09:14:09.623393359 +0100
+++ /var/tmp/diff_new_pack.mybWfp/_new  2019-03-13 09:14:09.655393356 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-lpeg
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %define flavor @BUILD_FLAVOR@
 %define _name lgi
 %define mod_name lpeg
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Parsing Expression Grammars For Lua
 License:MIT

++ lpeg-1.0.1.tar.gz -> lpeg-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lpeg-1.0.1/HISTORY new/lpeg-1.0.2/HISTORY
--- old/lpeg-1.0.1/HISTORY  2017-01-14 19:57:16.0 +0100
+++ new/lpeg-1.0.2/HISTORY  2019-03-11 15:08:29.0 +0100
@@ -1,6 +1,10 @@
-HISTORY for LPeg 1.0
+HISTORY for LPeg 1.0.2
 
-* Changes from version 0.12 to 1.0
+* Changes from version 1.0.1 to 1.0.2
+  -
+  + some bugs fixed
+
+* Changes from version 0.12 to 1.0.1
   -
   + group "names" can be any Lua value
   + some bugs fixed
@@ -13,14 +17,14 @@
   + some bugs fixed
 
 * Changes from version 0.10 to 0.11
-  ---  
+  ---
   + complete reimplementation of the code generator
   + new syntax for table captures
   + new functions in module 're'
   + other small improvements
 
 * Changes from version 0.9 to 0.10
-  ---  
+  ---
   + backtrack stack has configurable size
   + better error messages
   + Notation for non-terminals in 're' back to A instead o 
@@ -32,34 +36,34 @@
   - "and" predicates do not keep captures
 
 * Changes from version 0.8 to 0.9
-  ---  
+  ---
   + The accumulator capture was replaced by a fold capture;
 programs that used the old 'lpeg.Ca' will need small changes.
   + Some support for character classes from old C locales.
   + A new named-group capture.
 
 * Changes from version 0.7 to 0.8
-  ---  
+  ---
   + New "match-time" capture.
   + New "argument capture" that allows passing arguments into the pattern.
   + Better documentation for 're'.
   + Several small improvements for 're'.
-  + The 're' module has an incompatibility with previous versions: 
-now, any use of a non-terminal must be enclosed in angle brackets 
+  + The 're' module has an incompatibility with previous versions:
+now, any use of a non-terminal must be enclosed in angle brackets
 (like ).
 
 * Changes from version 0.6 to 0.7
-  ---  
+  ---
   + Several improvements in module 're':
 - better documentation;
 - support for most captures (all but accumulator);
 - limited repetitions p{n,m}.
   + Small improvements in efficiency.
-  + Several small bugs corrected (special thanks to Hans Hagen 
+  + Several small bugs corrected (special thanks to Hans Hagen
 and Taco Hoekwater).
 
 * Changes from version 0.5 to 0.6
-  ---  
+  ---
   + Support for non-numeric indices in grammars.
   + Some bug fixes (thanks to the luatex team).
   + Some new optimizations; (thanks to Mike Pall).
@@ -67,7 +71,7 @@
   + Minimal doc

commit lua-lpeg for openSUSE:Factory

2017-10-31 Thread root
Hello community,

here is the log from the commit of package lua-lpeg for openSUSE:Factory 
checked in at 2017-10-31 15:44:04

Comparing /work/SRC/openSUSE:Factory/lua-lpeg (Old)
 and  /work/SRC/openSUSE:Factory/.lua-lpeg.new (New)


Package is "lua-lpeg"

Tue Oct 31 15:44:04 2017 rev:2 rq:537622 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/lua-lpeg/lua-lpeg.changes2017-08-24 
18:39:32.542056265 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lpeg.new/lua-lpeg.changes   2017-10-31 
15:44:04.025628175 +0100
@@ -1,0 +2,5 @@
+Mon Oct 30 14:45:32 UTC 2017 - jmate...@suse.com
+
+- do not build for Lua 5.2
+
+---



Other differences:
--
++ _multibuild ++
--- /var/tmp/diff_new_pack.jBGLOQ/_old  2017-10-31 15:44:04.489611356 +0100
+++ /var/tmp/diff_new_pack.jBGLOQ/_new  2017-10-31 15:44:04.489611356 +0100
@@ -1,5 +1,4 @@
 
 lua51
-lua52
 lua53