rpms/dconf/devel .cvsignore, 1.4, 1.5 dconf.spec, 1.7, 1.8 sources, 1.4, 1.5

Matthias Clasen mclasen at fedoraproject.org
Sat Jun 12 19:32:56 UTC 2010


Author: mclasen

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	8 Jun 2010 14:32:16 -0000	1.4
+++ .cvsignore	12 Jun 2010 19:32:56 -0000	1.5
@@ -1 +1 @@
-dconf-0.3.2-20100608.tar.gz
+dconf-0.4.tar.bz2


Index: dconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/dconf.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- dconf.spec	8 Jun 2010 14:32:16 -0000	1.7
+++ dconf.spec	12 Jun 2010 19:32:56 -0000	1.8
@@ -1,23 +1,18 @@
-%define glib2_version 2.25.7
-%define alphatag      20100608
+%define glib2_version 2.25.8
 
 Name:           dconf
-Version:        0.3.2
-Release:        0.1.%{?alphatag}%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        A configuration system
 
 Group:          System Environment/Base
 License:        LGPLv2+
 URL:            http://live.gnome.org/dconf
-Source0:        http://download.gnome.org/sources/dconf/0.3/dconf-%{version}-%{?alphatag}.tar.gz
+Source0:        http://download.gnome.org/sources/dconf/0.4/dconf-%{version}.tar.gz
 
 BuildRequires:  glib2-devel >= %{glib2_version}
 Requires:       dbus
 
-Patch0:         dconf-libs.patch
-BuildRequires:  automake autoconf libtool
-BuildRequires:  gobject-introspection-devel
-
 %description
 dconf is a low-level configuration system. Its main purpose is to provide a
 backend to the GSettings API in GLib.
@@ -34,10 +29,6 @@ development using dconf.
 
 %prep
 %setup -q -n %{name}-%{version}-%{?alphatag}
-%patch0 -p1 -b .libs
-
-automake --foreign
-autoconf
 
 %build
 %configure --disable-static
@@ -76,6 +67,9 @@ gio-querymodules-%{__isa_bits} %{_libdir
 %{_datadir}/gir-1.0/dconf-0.3.gir
 
 %changelog
+* Sat Jun 12 2010 Matthias Clasen <mclasen at redhat.com> 0.4-1
+- Update to 0.4
+
 * Tue Jun 08 2010 Richard Hughes <rhughes at redhat.com> 0.3.2-0.1.20100608
 - Update to a git snapshot so that users do not get a segfault in every
   application using GSettings.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	8 Jun 2010 14:32:16 -0000	1.4
+++ sources	12 Jun 2010 19:32:56 -0000	1.5
@@ -1 +1 @@
-a53ad630ed120fc4d568f20c209954f2  dconf-0.3.2-20100608.tar.gz
+61f4a82b6f6a3c6ae2205eff347874c2  dconf-0.4.tar.bz2



More information about the scm-commits mailing list