[dconf] 0.7.2

Christopher Aillon caillon at fedoraproject.org
Sat Feb 5 20:12:25 UTC 2011


commit 14230cc3f434b0532046af9a8d6cba9ade0492d4
Author: Christopher Aillon <caillon at redhat.com>
Date:   Sat Feb 5 12:11:42 2011 -0800

    0.7.2
    
    and drop patches that are no longer needed

 .gitignore              |    1 +
 dconf-bus-get.patch     |   14 --------------
 dconf-libs.patch        |    9 ---------
 dconf-libtool.patch     |   12 ------------
 dconf-multi-write.patch |   24 ------------------------
 dconf-query.patch       |   10 ----------
 dconf.spec              |    9 +--------
 sources                 |    2 +-
 8 files changed, 3 insertions(+), 78 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d276d1..a2ea34b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ dconf-0.5.tar.bz2
 /dconf-0.5.1.tar.bz2
 /dconf-0.7.tar.bz2
 /dconf-0.7.1.tar.bz2
+/dconf-0.7.2.tar.bz2
diff --git a/dconf.spec b/dconf.spec
index 18ea557..5e848ab 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -1,7 +1,7 @@
 %define glib2_version 2.25.12
 
 Name:           dconf
-Version:        0.7.1
+Version:        0.7.2
 Release:        1
 Summary:        A configuration system
 
@@ -10,8 +10,6 @@ License:        LGPLv2+
 URL:            http://live.gnome.org/dconf
 #VCS:           git:git://git.gnome.org/dconf
 Source0:        http://download.gnome.org/sources/dconf/0.7/dconf-%{version}.tar.bz2
-# upstream fix
-Patch0:         dconf-libtool.patch
 
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  dbus-devel
@@ -53,11 +51,6 @@ docnf-editor allows you to browse and modify dconf databases.
 
 %prep
 %setup -q
-%patch0 -p1 -b .libtool
-
-aclocal
-autoconf
-automake --foreign
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
diff --git a/sources b/sources
index a2c2eb3..9dafd31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1db0be54fce4cfa154e2ac6a89bedee7  dconf-0.7.1.tar.bz2
+1583be314e3ea0ab483d104e791ef653  dconf-0.7.2.tar.bz2


More information about the scm-commits mailing list