diff --git a/lpeg-1.0.1.tar.gz b/lpeg-1.0.1.tar.gz deleted file mode 100644 index e483d45..0000000 --- a/lpeg-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62d9f7a9ea3c1f215c77e0cadd8534c6ad9af0fb711c3f89188a8891c72f026b -size 71527 diff --git a/lpeg-1.0.2.tar.gz b/lpeg-1.0.2.tar.gz new file mode 100644 index 0000000..4e12265 --- /dev/null +++ b/lpeg-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe +size 71840 diff --git a/lua-lpeg.changes b/lua-lpeg.changes index 9de5d2a..146e6b8 100644 --- a/lua-lpeg.changes +++ b/lua-lpeg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 12 11:59:22 UTC 2019 - Matej Cepl + +- Update to 1.0.2, which is just a bugfix release. + ------------------------------------------------------------------- Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com diff --git a/lua-lpeg.spec b/lua-lpeg.spec index 12461c2..99b5f10 100644 --- a/lua-lpeg.spec +++ b/lua-lpeg.spec @@ -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