Update to 1.38.0
This commit is contained in:
parent
1e5bcab86e
commit
462a8e2ee9
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.37.1.tar.xz
|
/gjs-1.37.1.tar.xz
|
||||||
/gjs-1.37.4.tar.xz
|
/gjs-1.37.4.tar.xz
|
||||||
/gjs-1.37.6.tar.xz
|
/gjs-1.37.6.tar.xz
|
||||||
|
/gjs-1.38.0.tar.xz
|
||||||
|
7
gjs.spec
7
gjs.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.37.6
|
Version: 1.38.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.37/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.38/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: mozjs17-devel
|
BuildRequires: mozjs17-devel
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
@ -77,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1.38.0-1
|
||||||
|
- Update to 1.38.0
|
||||||
|
|
||||||
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.37.6-1
|
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.37.6-1
|
||||||
- Update to 1.37.6
|
- Update to 1.37.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user