From 5c79beda2d9ad3043798987f4a1a822ba06c62a6 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Fri, 29 Oct 2010 15:12:15 -0400 Subject: [PATCH] Update to 0.7.5 --- .gitignore | 1 + gjs.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8428c6b..e995197 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gjs-0.7.1.tar.gz /gjs-0.7.4.tar.bz2 +/gjs-0.7.5.tar.bz2 diff --git a/gjs.spec b/gjs.spec index 5306ef1..54b90b7 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,5 +1,5 @@ Name: gjs -Version: 0.7.4 +Version: 0.7.5 Release: 1%{?dist} Summary: Javascript Bindings for GNOME @@ -81,9 +81,13 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/gjs-1.0.pc %{_libdir}/pkgconfig/gjs-gi-1.0.pc %{_libdir}/pkgconfig/gjs-dbus-1.0.pc +%{_libdir}/pkgconfig/gjs-internals-1.0.pc %{_libdir}/*.so %changelog +* Fri Oct 29 2010 Owen Taylor - 0.7.5-1 +- Update to 0.7.5 + * Mon Oct 4 2010 Owen Taylor - 0.7.4-1 - Update to 0.7.4 diff --git a/sources b/sources index a6af14c..aaf0a90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9205b087d0174b2440c30af9e8872b4 gjs-0.7.4.tar.bz2 +e832a9dcc20160b10d271dff0ddf74f6 gjs-0.7.5.tar.bz2