[gjs] - Update to 0.7.8 - Drop upstreamed patches - BR latest g-i for GI_TYPE_TAG_UNICHAR

Colin Walters walters at fedoraproject.org
Wed Jan 12 20:37:00 UTC 2011


commit 07fbe38f342fcff54f37f709414818462673fb47
Author: Colin Walters <walters at verbum.org>
Date:   Wed Jan 12 15:39:01 2011 -0500

    - Update to 0.7.8
    - Drop upstreamed patches
    - BR latest g-i for GI_TYPE_TAG_UNICHAR

 .gitignore                   |    1 +
 gjs.spec                     |   26 +-
 js-always-utf8.patch         |  215 -----
 js-getfunctionname-1.patch   |  148 ---
 js-getfunctionname-2.patch   |   34 -
 js-getfunctionname-3.patch   |   50 -
 js-getstringbytes-1.patch    | 2090 ------------------------------------------
 js-getstringbytes-2.patch    |  131 ---
 js-no-string-get-ascii.patch |  348 -------
 sources                      |    2 +-
 10 files changed, 10 insertions(+), 3035 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb21593..f2298d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ gjs-0.7.1.tar.gz
 /gjs-0.7.5.tar.bz2
 /gjs-0.7.6.tar.bz2
 /gjs-0.7.7.tar.bz2
+/gjs-0.7.8.tar.bz2
diff --git a/gjs.spec b/gjs.spec
index eed01f4..90f078e 100644
--- a/gjs.spec
+++ b/gjs.spec
@@ -1,6 +1,6 @@
 Name:           gjs
-Version:        0.7.7
-Release:        3%{?dist}
+Version:        0.7.8
+Release:        1%{?dist}
 Summary:        Javascript Bindings for GNOME
 
 Group:          System Environment/Libraries
@@ -14,16 +14,8 @@ URL:            http://live.gnome.org/Gjs/
 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0: js-no-string-get-ascii.patch
-Patch1: js-always-utf8.patch
-Patch2: js-getstringbytes-1.patch
-Patch3: js-getstringbytes-2.patch
-Patch4: js-getfunctionname-1.patch
-Patch5: js-getfunctionname-2.patch
-Patch6: js-getfunctionname-3.patch
-
 BuildRequires: xulrunner-devel
-BuildRequires: gobject-introspection-devel
+BuildRequires: gobject-introspection-devel >= 0.10.1
 BuildRequires: dbus-glib-devel
 BuildRequires: intltool
 BuildRequires: pkgconfig
@@ -46,13 +38,6 @@ Files for development with %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .no-string-get-ascii
-%patch1 -p1 -b .always-utf8
-%patch2 -p1 -b .getstringbytes-1
-%patch3 -p1 -b .getstringbytes-2
-%patch4 -p1 -b .getfunctionname-1
-%patch5 -p1 -b .getfunctionname-2
-%patch6 -p1 -b .getfunctionname-3
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -97,6 +82,11 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Wed Jan 12 2011 Colin Walters <walters at verbum.org> - 0.7.8-1
+- Update to 0.7.8
+- Drop upstreamed patches
+- BR latest g-i for GI_TYPE_TAG_UNICHAR
+
 * Wed Dec 29 2010 Dan Williams <dcbw at redhat.com> - 0.7.7-3
 - Work around Mozilla JS API changes
 
diff --git a/sources b/sources
index da01475..b3be015 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f568af19709336b41d3d1a94fc8a7a1  gjs-0.7.7.tar.bz2
+2637876f3e8264a11b53910650cbdd28  gjs-0.7.8.tar.bz2


More information about the scm-commits mailing list