From ef237ccb58e7891a6e6728c6fef1116ad7601bf613004b3ee4a15cd7075a4af3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Jul 2023 12:57:50 +0000 Subject: [PATCH] Accepting request 1098110 from home:Pi-Cla:SILE - Update to 1.1.0 * No change log from upstream and no usage of a git forge so that's it... OBS-URL: https://build.opensuse.org/request/show/1098110 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lpeg?expand=0&rev=23 --- lpeg-1.0.2.tar.gz | 3 --- lpeg-1.1.0.tar.gz | 3 +++ lua-lpeg.changes | 6 ++++++ lua-lpeg.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 lpeg-1.0.2.tar.gz create mode 100644 lpeg-1.1.0.tar.gz diff --git a/lpeg-1.0.2.tar.gz b/lpeg-1.0.2.tar.gz deleted file mode 100644 index 4e12265..0000000 --- a/lpeg-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe -size 71840 diff --git a/lpeg-1.1.0.tar.gz b/lpeg-1.1.0.tar.gz new file mode 100644 index 0000000..e7cf81c --- /dev/null +++ b/lpeg-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b155d67d2246c1ffa7ad7bc466c1ea899bbc40fef0257cc9c03cecbaed4352a +size 78042 diff --git a/lua-lpeg.changes b/lua-lpeg.changes index b3487c0..577936b 100644 --- a/lua-lpeg.changes +++ b/lua-lpeg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 11 11:23:08 UTC 2023 - Gordon Leung + +- Update to 1.1.0 + * No change log from upstream and no usage of a git forge so that's it... + ------------------------------------------------------------------- Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek diff --git a/lua-lpeg.spec b/lua-lpeg.spec index a06cde5..eb11306 100644 --- a/lua-lpeg.spec +++ b/lua-lpeg.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define flavor @BUILD_FLAVOR@ %define _name lgi %define mod_name lpeg -Version: 1.0.2 +Version: 1.1.0 Release: 0 Summary: Parsing Expression Grammars For Lua License: MIT