Update to 1.40.1
This commit is contained in:
parent
e8dc35381c
commit
8b6b0fa30a
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.39.90.tar.xz
|
/gjs-1.39.90.tar.xz
|
||||||
/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
|
||||||
|
7
gjs.spec
7
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.0
|
Version: 1.40.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -81,6 +81,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.1-1
|
||||||
|
- Update to 1.40.1
|
||||||
|
|
||||||
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.0-2
|
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.0-2
|
||||||
- Tighten -devel deps
|
- Tighten -devel deps
|
||||||
- Set minimum gobject-introspection version
|
- Set minimum gobject-introspection version
|
||||||
|
Loading…
Reference in New Issue
Block a user