rpms/dconf/devel .cvsignore, 1.3, 1.4 dconf.spec, 1.6, 1.7 sources, 1.3, 1.4

Richard Hughes rhughes at fedoraproject.org
Tue Jun 8 14:32:16 UTC 2010


Author: rhughes

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

Modified Files:
	.cvsignore dconf.spec sources 
Log Message:
* 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	25 May 2010 04:06:42 -0000	1.3
+++ .cvsignore	8 Jun 2010 14:32:16 -0000	1.4
@@ -1 +1 @@
-dconf-0.3.1.tar.bz2
+dconf-0.3.2-20100608.tar.gz


Index: dconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/dconf.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- dconf.spec	2 Jun 2010 15:20:37 -0000	1.6
+++ dconf.spec	8 Jun 2010 14:32:16 -0000	1.7
@@ -1,20 +1,22 @@
 %define glib2_version 2.25.7
+%define alphatag      20100608
 
 Name:           dconf
-Version:        0.3.1
-Release:        2%{?dist}
+Version:        0.3.2
+Release:        0.1.%{?alphatag}%{?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}.tar.bz2
+Source0:        http://download.gnome.org/sources/dconf/0.3/dconf-%{version}-%{?alphatag}.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
@@ -31,7 +33,7 @@ dconf development package. Contains file
 development using dconf.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{?alphatag}
 %patch0 -p1 -b .libs
 
 automake --foreign
@@ -70,9 +72,14 @@ gio-querymodules-%{__isa_bits} %{_libdir
 %{_includedir}/dconf
 %{_libdir}/libdconf.so
 %{_libdir}/pkgconfig/dconf.pc
-
+%{_libdir}/girepository-1.0/dconf-0.3.typelib
+%{_datadir}/gir-1.0/dconf-0.3.gir
 
 %changelog
+* 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.
+
 * Wed Jun 02 2010 Bastien Nocera <bnocera at redhat.com> 0.3.1-2
 - Rebuild against latest glib2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	25 May 2010 04:06:42 -0000	1.3
+++ sources	8 Jun 2010 14:32:16 -0000	1.4
@@ -1 +1 @@
-73f93caf4fffa7b7f129a2a42f596224  dconf-0.3.1.tar.bz2
+a53ad630ed120fc4d568f20c209954f2  dconf-0.3.2-20100608.tar.gz



More information about the scm-commits mailing list