From a45f89ee09d20342c0e4db6921eb53bbd92920ec376506a0b32f3f1ec6515204 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 24 Sep 2013 20:03:13 +0000 Subject: [PATCH 1/2] Accepting request 200418 from home:dimstar:branches:GNOME:Factory Update to 1.38.0 OBS-URL: https://build.opensuse.org/request/show/200418 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=87 --- gjs-1.37.6.tar.xz | 3 --- gjs-1.38.0.tar.xz | 3 +++ gjs.changes | 7 +++++++ gjs.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 gjs-1.37.6.tar.xz create mode 100644 gjs-1.38.0.tar.xz diff --git a/gjs-1.37.6.tar.xz b/gjs-1.37.6.tar.xz deleted file mode 100644 index 69312ce..0000000 --- a/gjs-1.37.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c82af84216bd875cd311265c477783c839022117453c2af00e72be3faa644cbd -size 424972 diff --git a/gjs-1.38.0.tar.xz b/gjs-1.38.0.tar.xz new file mode 100644 index 0000000..06ba2fb --- /dev/null +++ b/gjs-1.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd20610084cba55cd49c311a3924b0542767603adbf7f86eccb37d02c81b7f28 +size 422052 diff --git a/gjs.changes b/gjs.changes index 41f995e..f62d94b 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 24 15:00:25 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.38.0: + + Console: don't have a NULL program name. + + Build fixes. + ------------------------------------------------------------------- Tue Aug 20 20:21:26 UTC 2013 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index c81b94c..c8c5158 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,14 +17,14 @@ Name: gjs -Version: 1.37.6 +Version: 1.38.0 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT Group: Development/Libraries/GNOME Url: http://live.gnome.org/Gjs -Source: http://download.gnome.org/sources/gjs/1.37/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gjs/1.38/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel @@ -32,7 +32,7 @@ BuildRequires: systemtap-sdt-devel BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(glib-2.0) >= 2.36.0 -BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.37.1 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.38.0 BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(mozjs-17.0) Requires: libgjs0 = %{version} From 34de4f592a36e81d747cf0a71b72bbd8d6fe84c82a519d94e552276d3f87d85b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Sep 2013 15:26:41 +0000 Subject: [PATCH 2/2] Accepting request 200501 from home:dimstar:branches:GNOME:Factory Upadte to 1.38.1 OBS-URL: https://build.opensuse.org/request/show/200501 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=88 --- gjs-1.38.0.tar.xz | 3 --- gjs-1.38.1.tar.xz | 3 +++ gjs.changes | 6 ++++++ gjs.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.38.0.tar.xz create mode 100644 gjs-1.38.1.tar.xz diff --git a/gjs-1.38.0.tar.xz b/gjs-1.38.0.tar.xz deleted file mode 100644 index 06ba2fb..0000000 --- a/gjs-1.38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd20610084cba55cd49c311a3924b0542767603adbf7f86eccb37d02c81b7f28 -size 422052 diff --git a/gjs-1.38.1.tar.xz b/gjs-1.38.1.tar.xz new file mode 100644 index 0000000..30b5a3c --- /dev/null +++ b/gjs-1.38.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2065a0e7bd1db562a70c5fd52ea2499097f1cf02c9c279d1b82b660bfb8176 +size 421160 diff --git a/gjs.changes b/gjs.changes index f62d94b..0348c4a 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 25 07:21:48 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.38.1: + + Build: Also dist another input file. + ------------------------------------------------------------------- Tue Sep 24 15:00:25 UTC 2013 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index c8c5158..555355e 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.38.0 +Version: 1.38.1 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla