Accepting request 134970 from home:dimstar:branches:GNOME:Factory
Update to 1.33.14 OBS-URL: https://build.opensuse.org/request/show/134970 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=70
This commit is contained in:
parent
e06095cf01
commit
6c9e4407f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b856e329eac8208e6618d7e5a7176828ffcc8bb8bb72cf13c34d66524d0ecafd
|
|
||||||
size 473420
|
|
3
gjs-1.33.14.tar.xz
Normal file
3
gjs-1.33.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7c4865dadf39bb0e87cd3a613d364214c8e90fa5488e12474b1cb1fd7487c96
|
||||||
|
size 473472
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 18 21:03:52 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.33.14:
|
||||||
|
+ Bugs fixed: bgo#684064.
|
||||||
|
- Add pkgconfig(libffi) BuildRequires: since gjs uses ffi
|
||||||
|
functions, confiure now checks for libffi presence.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 19:08:07 UTC 2012 - dimstar@opensuse.org
|
Tue Sep 4 19:08:07 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
3
gjs.spec
3
gjs.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.33.10
|
Version: 1.33.14
|
||||||
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
|
||||||
@ -33,6 +33,7 @@ BuildRequires: pkgconfig(cairo)
|
|||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.33.10
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.33.10
|
||||||
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(mozjs185)
|
BuildRequires: pkgconfig(mozjs185)
|
||||||
Requires: libgjs0 = %{version}
|
Requires: libgjs0 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user