Update to 1.52.0
This commit is contained in:
parent
fc9f28481b
commit
95b3139af1
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.51.90.tar.xz
|
||||
/gjs-1.51.91.tar.xz
|
||||
/gjs-1.51.92.tar.xz
|
||||
/gjs-1.52.0.tar.xz
|
||||
|
7
gjs.spec
7
gjs.spec
@ -3,7 +3,7 @@
|
||||
%global gtk3_version 3.20
|
||||
|
||||
Name: gjs
|
||||
Version: 1.51.92
|
||||
Version: 1.52.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
@ -13,7 +13,7 @@ Summary: Javascript Bindings for GNOME
|
||||
# Stack printer (gjs/stack.c)
|
||||
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
||||
URL: https://wiki.gnome.org/Projects/Gjs
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.51/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.52/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: chrpath
|
||||
@ -95,6 +95,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 1.52.0-1
|
||||
- Update to 1.52.0
|
||||
|
||||
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 1.51.92-1
|
||||
- Update to 1.51.92
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.51.92.tar.xz) = 50fb503d566b29a16d74daf03b9b83d3d2f1ddf62928e3ab1d941d4e0aa5b543f36e42b78de880f675535b2e7395bd3047c55c0a7e2d4667732b2ccd500c766d
|
||||
SHA512 (gjs-1.52.0.tar.xz) = 6148e799b3887f3cee6fb28ed6c3a1f4495b0301c5db1d25b3ee930faebfce9f7058af02fc157e9caf83e6755c15afdd3aac2fb40269184c04326a54d39e053a
|
||||
|
Loading…
Reference in New Issue
Block a user