Update to 1.34.0
This commit is contained in:
parent
e86d92c505
commit
90c339abb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.33.9.tar.xz
|
/gjs-1.33.9.tar.xz
|
||||||
/gjs-1.33.10.tar.xz
|
/gjs-1.33.10.tar.xz
|
||||||
/gjs-1.33.14.tar.xz
|
/gjs-1.33.14.tar.xz
|
||||||
|
/gjs-1.34.0.tar.xz
|
||||||
|
7
gjs.spec
7
gjs.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.33.14
|
Version: 1.34.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ Group: System Environment/Libraries
|
|||||||
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
||||||
URL: http://live.gnome.org/Gjs/
|
URL: http://live.gnome.org/Gjs/
|
||||||
#VCS: git://git.gnome.org/gjs
|
#VCS: git://git.gnome.org/gjs
|
||||||
Source0: http://download.gnome.org/sources/%{name}/1.31/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.34/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: js-devel
|
BuildRequires: js-devel
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
@ -79,6 +79,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
|
||||||
|
- Update to 1.34.0
|
||||||
|
|
||||||
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
|
||||||
- Update to 1.33.14
|
- Update to 1.33.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user