From b37fd1c45db8a9876bdfa886ee19d5496d83e2d3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jul 27 2011 21:48:52 +0000 Subject: 1.29.15 --- 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 - 1.29.15-1 +- Update to 1.29.15 + * Mon Jun 27 2011 Adam Williamson - 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