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
This commit is contained in:
parent
2fec4a4ea5
commit
a45f89ee09
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c82af84216bd875cd311265c477783c839022117453c2af00e72be3faa644cbd
|
|
||||||
size 424972
|
|
3
gjs-1.38.0.tar.xz
Normal file
3
gjs-1.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd20610084cba55cd49c311a3924b0542767603adbf7f86eccb37d02c81b7f28
|
||||||
|
size 422052
|
@ -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
|
Tue Aug 20 20:21:26 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
6
gjs.spec
6
gjs.spec
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.37.6
|
Version: 1.38.0
|
||||||
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.37/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gjs/1.38/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -32,7 +32,7 @@ BuildRequires: systemtap-sdt-devel
|
|||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
|
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(libffi)
|
||||||
BuildRequires: pkgconfig(mozjs-17.0)
|
BuildRequires: pkgconfig(mozjs-17.0)
|
||||||
Requires: libgjs0 = %{version}
|
Requires: libgjs0 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user