Update to 1.46.0

This commit is contained in:
Kalev Lember 2016-09-21 09:53:44 +02:00
parent 2a5ab8580a
commit 07a21867cb
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@ gjs-0.7.1.tar.gz
/gjs-1.44.0.tar.xz /gjs-1.44.0.tar.xz
/gjs-1.45.3.tar.xz /gjs-1.45.3.tar.xz
/gjs-1.45.4.tar.xz /gjs-1.45.4.tar.xz
/gjs-1.46.0.tar.xz

View File

@ -1,7 +1,7 @@
%global gobject_introspection_version 1.41.4 %global gobject_introspection_version 1.41.4
Name: gjs Name: gjs
Version: 1.45.4 Version: 1.46.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Javascript Bindings for GNOME Summary: Javascript Bindings for GNOME
@ -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: https://wiki.gnome.org/Projects/Gjs URL: https://wiki.gnome.org/Projects/Gjs
#VCS: git://git.gnome.org/gjs #VCS: git://git.gnome.org/gjs
Source0: https://download.gnome.org/sources/%{name}/1.45/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/1.46/%{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
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.46.0-1
- Update to 1.46.0
* Tue Jul 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.1.45.4-1 * Tue Jul 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.1.45.4-1
- Update to 1.45.4 - Update to 1.45.4

View File

@ -1 +1 @@
90f00c5a931e23682bfcc7db906b6c1c gjs-1.45.4.tar.xz 25574b60f4e1173fee0bd4920231df3e gjs-1.46.0.tar.xz