This commit is contained in:
Matthias Clasen 2011-08-18 00:03:04 -04:00
parent f2fe80fc78
commit 484228a0f1
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
0b83edf71a2c5dc990a680dda3bf55c8 gjs-1.29.15.tar.xz b9469283ad387bb769936e564e947b0f gjs-1.29.16.tar.xz