Update to 0.7.5
This commit is contained in:
parent
dd838383bd
commit
5c79beda2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
gjs-0.7.1.tar.gz
|
gjs-0.7.1.tar.gz
|
||||||
/gjs-0.7.4.tar.bz2
|
/gjs-0.7.4.tar.bz2
|
||||||
|
/gjs-0.7.5.tar.bz2
|
||||||
|
6
gjs.spec
6
gjs.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 0.7.4
|
Version: 0.7.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
@ -81,9 +81,13 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/gjs-1.0.pc
|
%{_libdir}/pkgconfig/gjs-1.0.pc
|
||||||
%{_libdir}/pkgconfig/gjs-gi-1.0.pc
|
%{_libdir}/pkgconfig/gjs-gi-1.0.pc
|
||||||
%{_libdir}/pkgconfig/gjs-dbus-1.0.pc
|
%{_libdir}/pkgconfig/gjs-dbus-1.0.pc
|
||||||
|
%{_libdir}/pkgconfig/gjs-internals-1.0.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 0.7.5-1
|
||||||
|
- Update to 0.7.5
|
||||||
|
|
||||||
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 0.7.4-1
|
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 0.7.4-1
|
||||||
- Update to 0.7.4
|
- Update to 0.7.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user