[gjs/f16] 1.29.15

Matthias Clasen mclasen at fedoraproject.org
Wed Jul 27 21:50:12 UTC 2011


commit b37fd1c45db8a9876bdfa886ee19d5496d83e2d3
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Jul 27 17:48:52 2011 -0400

    1.29.15

 .gitignore |    1 +
 gjs.spec   |   13 ++++++-------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d74f0e..51c4e92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ gjs-0.7.1.tar.gz
 /gjs-0.7.13.tar.bz2
 /gjs-0.7.14.tar.bz2
 /gjs-1.29.0.tar.xz
+/gjs-1.29.15.tar.xz
diff --git a/gjs.spec b/gjs.spec
index 3e7e264..864c2f0 100644
--- a/gjs.spec
+++ b/gjs.spec
@@ -1,6 +1,6 @@
 Name:           gjs
-Version:        1.29.0
-Release:        2%{?dist}
+Version:        1.29.15
+Release:        1%{?dist}
 Summary:        Javascript Bindings for GNOME
 
 Group:          System Environment/Libraries
@@ -11,8 +11,7 @@ Group:          System Environment/Libraries
 License:        MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
 URL:            http://live.gnome.org/Gjs/
 #VCS:           git://git.gnome.org/gjs
-Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.29/%{name}-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://download.gnome.org/sources/%{name}/1.29/%{name}-%{version}.tar.xz
 
 BuildRequires: js-devel
 BuildRequires: cairo-devel
@@ -48,7 +47,6 @@ Files for development with %{name}.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
 #Remove libtool archives.
@@ -65,7 +63,6 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING NEWS README
 %{_bindir}/gjs
 %{_bindir}/gjs-console
@@ -74,7 +71,6 @@ rm -rf %{buildroot}
 %{_datadir}/gjs-1.0
 
 %files devel
-%defattr(-,root,root,-)
 %doc examples/*
 %{_includedir}/gjs-1.0
 %{_libdir}/pkgconfig/gjs-1.0.pc
@@ -84,6 +80,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Wed Jul 27 2011 Matthias Clasen <mclasen at redhat.com> - 1.29.15-1
+- Update to 1.29.15
+
 * Mon Jun 27 2011 Adam Williamson <awilliam at redhat.com> - 1.29.0-2
 - build against js, not gecko (from f15 branch, but patch not needed)
 - BR cairo-devel (also from f15)
diff --git a/sources b/sources
index d482a47..b3e68a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f98ecd523e4f5afdf99cabf550dffc0  gjs-1.29.0.tar.xz
+0b83edf71a2c5dc990a680dda3bf55c8  gjs-1.29.15.tar.xz


More information about the scm-commits mailing list