Accepting request 291508 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291508 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=98
This commit is contained in:
parent
f52c6076f7
commit
f6d9e2d58c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c9afb7d5be6ead5b68059596f08eb7c3902b1676ee9c8846aa8df09647dba13
|
|
||||||
size 449264
|
|
3
gjs-1.43.3.tar.xz
Normal file
3
gjs-1.43.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e
|
||||||
|
size 455968
|
19
gjs.changes
19
gjs.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 4 15:46:10 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Require gjs by the devel package: a user installing the -devel
|
||||||
|
package expects the interpreter to also be present.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 21 21:01:08 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.43.3:
|
||||||
|
+ GTypeClass and GTypeInterface methods, such as
|
||||||
|
g_object_class_list_properties(), are now available
|
||||||
|
(bgo#700347).
|
||||||
|
+ Added full automatic support for GTK widget templates
|
||||||
|
(bgo#700347, bgo#737661, bgo##739739).
|
||||||
|
+ Added control of JS Date caches to system module (bgo#739790).
|
||||||
|
+ Misc bug fixes and memory leak fixes (bgo#738122, bgo#740696,
|
||||||
|
bgo#737701).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 29 11:59:14 UTC 2014 - zaitor@opensuse.org
|
Mon Sep 29 11:59:14 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
7
gjs.spec
7
gjs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gjs
|
# spec file for package gjs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.42.0
|
Version: 1.43.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Url: http://live.gnome.org/Gjs
|
Url: http://live.gnome.org/Gjs
|
||||||
Source: http://download.gnome.org/sources/gjs/1.42/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gjs/1.43/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -66,6 +66,7 @@ Mozilla SpiderMonkey JavaScript engine.
|
|||||||
%package -n libgjs-devel
|
%package -n libgjs-devel
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
|
Requires: %{name} = %{version}
|
||||||
Requires: libgjs0 = %{version}
|
Requires: libgjs0 = %{version}
|
||||||
Requires: typelib-1_0-GjsPrivate-1_0 = %{version}
|
Requires: typelib-1_0-GjsPrivate-1_0 = %{version}
|
||||||
# Just a helper provides
|
# Just a helper provides
|
||||||
|
Loading…
Reference in New Issue
Block a user