1.29.16
This commit is contained in:
parent
f2fe80fc78
commit
484228a0f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-0.7.14.tar.bz2
|
/gjs-0.7.14.tar.bz2
|
||||||
/gjs-1.29.0.tar.xz
|
/gjs-1.29.0.tar.xz
|
||||||
/gjs-1.29.15.tar.xz
|
/gjs-1.29.15.tar.xz
|
||||||
|
/gjs-1.29.16.tar.xz
|
||||||
|
10
gjs.spec
10
gjs.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.29.15
|
Version: 1.29.16
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -61,9 +61,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%check
|
%check
|
||||||
#make check
|
#make check
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -87,6 +84,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thus Aug 18 2011 Matthias Clasen <mclasen@redhat.com> 1.29.16-1
|
||||||
|
- Update to 1.29.16
|
||||||
|
|
||||||
* Thu Aug 04 2011 Bastien Nocera <bnocera@redhat.com> 1.29.15-3
|
* Thu Aug 04 2011 Bastien Nocera <bnocera@redhat.com> 1.29.15-3
|
||||||
- Install missing headers
|
- Install missing headers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user