Accepting request 176899 from home:dimstar:branches:GNOME:Factory
Update to 1.37.1 OBS-URL: https://build.opensuse.org/request/show/176899 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=81
This commit is contained in:
parent
f0103d4987
commit
f1aac141a2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d259ef2d702fa9cc9948a35d0e701706d90798fd2855657b7e9ddc9a44dfcf87
|
||||
size 404664
|
3
gjs-1.37.1.tar.xz
Normal file
3
gjs-1.37.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c14995408cf4926f63ffa16ba23046ab0cc611f12f176e59bb91132111b6ad7a
|
||||
size 423628
|
13
gjs.changes
13
gjs.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 19:51:50 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.37.1:
|
||||
+ Bugs fixed: bgo#670200, bgo#685436, bgo#690982, bgo#690984,
|
||||
bgo#693294, bgo#696933, bgo#697309, bgo#697436, bgo#697592,
|
||||
bgo#697816, bgo#697838, bgo#698182, bgo#698935, bgo#699783,
|
||||
bgo#699784, bgo#699817, bgo#699818, bgo#699878, bgo#700335,
|
||||
bgo#700336, bgo#700337, bgo#700529, bgo#700644, bgo#700668,
|
||||
bgo#700862.
|
||||
- Replace pkgconfig(mozjs185) BuildRequires with
|
||||
pkgconfig(mozjs-17.0), following upstreams change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 17:17:01 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
6
gjs.spec
6
gjs.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: gjs
|
||||
Version: 1.36.1
|
||||
Version: 1.37.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
|
||||
License: MIT
|
||||
Group: Development/Libraries/GNOME
|
||||
Url: http://live.gnome.org/Gjs
|
||||
Source: http://download.gnome.org/sources/gjs/1.36/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gjs/1.37/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python
|
||||
BuildRequires: readline-devel
|
||||
@ -34,7 +34,7 @@ BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.36.0
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: pkgconfig(mozjs185)
|
||||
BuildRequires: pkgconfig(mozjs-17.0)
|
||||
Requires: libgjs0 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user