Update to 1.41.3
This commit is contained in:
parent
21bbbf1baf
commit
6a947f12ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.39.91.tar.xz
|
/gjs-1.39.91.tar.xz
|
||||||
/gjs-1.40.0.tar.xz
|
/gjs-1.40.0.tar.xz
|
||||||
/gjs-1.40.1.tar.xz
|
/gjs-1.40.1.tar.xz
|
||||||
|
/gjs-1.41.3.tar.xz
|
||||||
|
9
gjs.spec
9
gjs.spec
@ -1,8 +1,8 @@
|
|||||||
%global gobject_introspection_version 1.39.3
|
%global gobject_introspection_version 1.39.3
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.40.1
|
Version: 1.41.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -13,7 +13,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.40/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.41/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: mozjs24-devel
|
BuildRequires: mozjs24-devel
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
@ -81,6 +81,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 1.41.3-1
|
||||||
|
- Update to 1.41.3
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.1-2
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user