[dconf/f19] Update to 0.16.1

Richard Hughes rhughes at fedoraproject.org
Mon Jan 20 16:49:40 UTC 2014


commit 899a33434e1921faa219897c21613d0e0f34e0d4
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jan 20 16:49:54 2014 +0000

    Update to 0.16.1

 .gitignore                                         |    1 +
 ...-DConfChangeset-expose-concept-of-sealing.patch |  136 --------------------
 0002-engine-seal-changesets-on-changes.patch       |   42 ------
 dconf.spec                                         |   13 +-
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 187 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f141a4..c0c8ca6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ dconf-0.5.tar.bz2
 /dconf-0.15.2.tar.xz
 /dconf-0.15.3.tar.xz
 /dconf-0.16.0.tar.xz
+/dconf-0.16.1.tar.xz
diff --git a/dconf.spec b/dconf.spec
index 4887058..fdabe3d 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -2,8 +2,8 @@
 %define vala_version 0.11.7
 
 Name:           dconf
-Version:        0.16.0
-Release:        2%{?dist}
+Version:        0.16.1
+Release:        1%{?dist}
 Summary:        A configuration system
 
 Group:          System Environment/Base
@@ -12,10 +12,6 @@ URL:            http://live.gnome.org/dconf
 #VCS:           git:git://git.gnome.org/dconf
 Source0:        http://download.gnome.org/sources/dconf/0.16/dconf-%{version}.tar.xz
 
-# upstream fixes
-Patch0:         0001-DConfChangeset-expose-concept-of-sealing.patch
-Patch1:         0002-engine-seal-changesets-on-changes.patch
-
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk3-devel
 BuildRequires:  libxml2-devel
@@ -50,8 +46,6 @@ dconf-editor allows you to browse and modify dconf databases.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static
@@ -132,6 +126,9 @@ done
 %{_mandir}/man1/dconf-editor.1.gz
 
 %changelog
+* Mon Jan 20 2014 Richard Hughes <rhughes at redhat.com> - 0.16.1-1
+- Update to 0.16.1
+
 * Tue Jun 25 2013 Matthias Clasen <mclasen at redhat.com> - 0.16.0-2
 - Fix a frequent crash (#975687)
 
diff --git a/sources b/sources
index 3c47fa1..9e07464 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a266b3f75edabaf15ffcbe9e21130f7e  dconf-0.16.0.tar.xz
+1f17e92511a21240ab5a56e4523f77da  dconf-0.16.1.tar.xz


More information about the scm-commits mailing list