Update to 1.44.0
This commit is contained in:
parent
48a1b4bcef
commit
707f86a914
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.41.91.tar.xz
|
/gjs-1.41.91.tar.xz
|
||||||
/gjs-1.42.0.tar.xz
|
/gjs-1.42.0.tar.xz
|
||||||
/gjs-1.43.3.tar.xz
|
/gjs-1.43.3.tar.xz
|
||||||
|
/gjs-1.44.0.tar.xz
|
||||||
|
9
gjs.spec
9
gjs.spec
@ -1,8 +1,8 @@
|
|||||||
%global gobject_introspection_version 1.41.4
|
%global gobject_introspection_version 1.41.4
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.43.3
|
Version: 1.44.0
|
||||||
Release: 3%{?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.43/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.44/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: mozjs24-devel
|
BuildRequires: mozjs24-devel
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
@ -91,6 +91,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 1.44.0-1
|
||||||
|
- Update to 1.44.0
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43.3-3
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user