Update to 1.42.0

This commit is contained in:
Kalev Lember 2014-09-29 13:13:17 +02:00
parent 914e9b8819
commit 77c02bb592
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@ gjs-0.7.1.tar.gz
/gjs-1.41.3.tar.xz /gjs-1.41.3.tar.xz
/gjs-1.41.4.tar.xz /gjs-1.41.4.tar.xz
/gjs-1.41.91.tar.xz /gjs-1.41.91.tar.xz
/gjs-1.42.0.tar.xz

View File

@ -1,8 +1,8 @@
%global gobject_introspection_version 1.41.4 %global gobject_introspection_version 1.41.4
Name: gjs Name: gjs
Version: 1.41.91 Version: 1.42.0
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.41/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/%{name}/1.42/%{name}-%{version}.tar.xz
BuildRequires: mozjs24-devel BuildRequires: mozjs24-devel
BuildRequires: cairo-gobject-devel BuildRequires: cairo-gobject-devel
@ -92,6 +92,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/installed-tests %{_datadir}/installed-tests
%changelog %changelog
* Mon Sep 29 2014 Kalev Lember <kalevlember@gmail.com> - 1.42.0-1
- Update to 1.42.0
* Fri Sep 5 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.41.91-2 * Fri Sep 5 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.41.91-2
- Build installed tests - Build installed tests

View File

@ -1 +1 @@
31390a9fc2a3242b31353c6c175116e5 gjs-1.41.91.tar.xz a30ff5e3e13498c4d3c95d2555751c4d gjs-1.42.0.tar.xz