From 548de2b00b7aec43bef40b913d1dcd852468ba7f5b65ed977f183aa1d67b4231 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 9 Aug 2022 08:35:30 +0000 Subject: [PATCH] Accepting request 993714 from home:iznogood:branches:GNOME:Factory - Update to version 1.72.2: + Various fixes ported from the development branch. + Closed bugs and merge requests: - gi/arg-cache.cpp: Fix building on Visual Studio. - doc: Reflect support for constructor with GObject. OBS-URL: https://build.opensuse.org/request/show/993714 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=209 --- gjs-1.72.1.tar.xz | 3 --- gjs-1.72.2.tar.xz | 3 +++ gjs.changes | 9 +++++++++ gjs.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.72.1.tar.xz create mode 100644 gjs-1.72.2.tar.xz diff --git a/gjs-1.72.1.tar.xz b/gjs-1.72.1.tar.xz deleted file mode 100644 index 6c327ac..0000000 --- a/gjs-1.72.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c0b1ec3f096671ff8bfaba6e4bbf14198c7013c604bfd677a9858da079c0ab -size 620248 diff --git a/gjs-1.72.2.tar.xz b/gjs-1.72.2.tar.xz new file mode 100644 index 0000000..ba564a6 --- /dev/null +++ b/gjs-1.72.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddee379bdc5a7d303a5d894be2b281beb8ac54508604e7d3f20781a869da3977 +size 620380 diff --git a/gjs.changes b/gjs.changes index 9fd507a..b23bda8 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 8 08:39:36 UTC 2022 - Bjørn Lie + +- Update to version 1.72.2: + + Various fixes ported from the development branch. + + Closed bugs and merge requests: + - gi/arg-cache.cpp: Fix building on Visual Studio. + - doc: Reflect support for constructor with GObject. + ------------------------------------------------------------------- Wed Jul 6 12:18:50 UTC 2022 - Dominique Leuenberger diff --git a/gjs.spec b/gjs.spec index 91acf28..775fd09 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.72.1 +Version: 1.72.2 # FIXME # Disable tests for unstable 1.71.1 - Try tests again on next versionbump Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla