[arch-commits] Commit in glib2/trunk (PKGBUILD revert-redundant-headers.patch)

Ionut Biru ibiru at archlinux.org
Sat Sep 18 20:31:51 UTC 2010


    Date: Saturday, September 18, 2010 @ 16:31:50
  Author: ibiru
Revision: 90895

upgpkg: glib2 2.25.17-1
update to 2.25.17, drop patch it was fixed upstream

Modified:
  glib2/trunk/PKGBUILD
Deleted:
  glib2/trunk/revert-redundant-headers.patch

--------------------------------+
 PKGBUILD                       |   10 ++++------
 revert-redundant-headers.patch |   33 ---------------------------------
 2 files changed, 4 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-18 20:13:15 UTC (rev 90894)
+++ PKGBUILD	2010-09-18 20:31:50 UTC (rev 90895)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=glib2
-pkgver=2.25.16
+pkgver=2.25.17
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs"
 url="http://www.gtk.org/"
@@ -13,15 +13,13 @@
 options=('!libtool' '!docs')
 source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.25/glib-${pkgver}.tar.bz2
         glib2.sh
-        glib2.csh revert-redundant-headers.patch)
-sha256sums=('dd7243298504792ab717cea138554ab7edb8ec4145f6b9b0839ffe3ae0ad39f2'
+        glib2.csh)
+sha256sums=('ba2543fa9dceb7dbcfbf00dcc3773cd649ef1698d7f7ad401f136e980559777d'
             '9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-            '8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
-            '4a40619f3d3eef6accf22c0da67b73632688c7a8e8b350be1acce8a10d1befe4')
+            '8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
 
 build() {
   cd "${srcdir}/glib-${pkgver}"
-  patch -NRp1 -i "${srcdir}/revert-redundant-headers.patch"
   ./configure --prefix=/usr \
       --sysconfdir=/etc \
       --with-pcre=system \

Deleted: revert-redundant-headers.patch
===================================================================
--- revert-redundant-headers.patch	2010-09-18 20:13:15 UTC (rev 90894)
+++ revert-redundant-headers.patch	2010-09-18 20:31:50 UTC (rev 90895)
@@ -1,33 +0,0 @@
-From 96d87da379879f20e2c162b468525aaa1a0a82dd Mon Sep 17 00:00:00 2001
-From: Matthias Clasen <mclasen at redhat.com>
-Date: Sat, 04 Sep 2010 00:30:54 +0000
-Subject: Remove redundant header inclusions
-
----
-diff --git a/glib/gregex.c b/glib/gregex.c
-index 576632d..f21fbe8 100644
---- a/glib/gregex.c
-+++ b/glib/gregex.c
-@@ -23,16 +23,16 @@
- 
- #include <string.h>
- 
--#include "glib.h"
--#include "glibintl.h"
--#include "gregex.h"
--
- #ifdef USE_SYSTEM_PCRE
- #include <pcre.h>
- #else
- #include "pcre/pcre.h"
- #endif
- 
-+#include "gtypes.h"
-+#include "gregex.h"
-+#include "glibintl.h"
-+
- /**
-  * SECTION:gregex
-  * @title: Perl-compatible regular expressions
---
-cgit v0.8.3.1




More information about the arch-commits mailing list