rpms/dconf/devel .cvsignore, 1.2, 1.3 dconf.spec, 1.2, 1.3 sources, 1.2, 1.3

Matthias Clasen mclasen at fedoraproject.org
Tue May 25 04:06:42 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/dconf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25569

Modified Files:
	.cvsignore dconf.spec sources 
Log Message:
0.3.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	20 May 2010 20:54:48 -0000	1.2
+++ .cvsignore	25 May 2010 04:06:42 -0000	1.3
@@ -1 +1 @@
-dconf-0.3.tar.bz2
+dconf-0.3.1.tar.bz2


Index: dconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/dconf.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- dconf.spec	21 May 2010 22:22:55 -0000	1.2
+++ dconf.spec	25 May 2010 04:06:42 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           dconf
-Version:        0.3
-Release:        3%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        A configuration system
 
 Group:          System Environment/Base
@@ -8,22 +8,15 @@ License:        LGPLv2+
 URL:            http://live.gnome.org/dconf
 Source0:        http://download.gnome.org/sources/dconf/0.3/dconf-%{version}.tar.bz2
 
-BuildRequires:  glib2-devel >= 2.25.6
+BuildRequires:  glib2-devel >= 2.25.7
 Requires:       dbus
 
-# upstream fix for a case of needle/haystack confusion
-Patch0:         dconf-query.patch
-# upstream fix for batched writes
-Patch1:         dconf-multi-write.patch
-
 %description
 dconf is a low-level configuration system. Its main purpose is to provide a
 backend to the GSettings API in GLib.
 
 %prep
 %setup -q
-%patch0 -p1 -b .query
-%patch1 -p1 -b .multi-write
 
 
 %build
@@ -51,9 +44,12 @@ gio-querymodules-%{__isa_bits} %{_libdir
 %{_libexecdir}/dconf-service
 %{_datadir}/dbus-1/services/ca.desrt.dconf.service
 %{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
-
+${_bindir}/dconf
 
 %changelog
+* Tue May 24 2010 Matthias Clasen <mclasen at redhat.com> 0.3.1-1
+- Update to 0.3.1
+
 * Fri May 21 2010 Matthias Clasen <mclasen at redhat.com> 0.3-3
 - Make batched writes (e.g. with delayed settings) work
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	20 May 2010 20:54:48 -0000	1.2
+++ sources	25 May 2010 04:06:42 -0000	1.3
@@ -1 +1 @@
-5dd100a0c9836ddecc6cdbc1fc9bf591  dconf-0.3.tar.bz2
+73f93caf4fffa7b7f129a2a42f596224  dconf-0.3.1.tar.bz2



More information about the scm-commits mailing list