rpms/tomboy/devel gconf-default.patch, NONE, 1.1 tomboy.spec, 1.47, 1.48

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Aug 2 19:36:20 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/tomboy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14569

Modified Files:
	tomboy.spec 
Added Files:
	gconf-default.patch 
Log Message:
fix a cosmetic problem


gconf-default.patch:

--- NEW FILE gconf-default.patch ---
diff -up tomboy-0.7.3/data/tomboy.schemas.in.gconf-default tomboy-0.7.3/data/tomboy.schemas.in
--- tomboy-0.7.3/data/tomboy.schemas.in.gconf-default	2007-08-02 15:29:06.000000000 -0400
+++ tomboy-0.7.3/data/tomboy.schemas.in	2007-08-02 15:29:29.000000000 -0400
@@ -350,7 +350,7 @@
       <applyto>/apps/tomboy/sync/sync_conflict_behavior</applyto>
       <owner>tomboy</owner>
       <type>int</type>
-      <default></default>
+      <default>0</default>
       <locale name="C">
          <short>Note Synchronization Conflict Saved Behavior</short>
          <long>


Index: tomboy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/devel/tomboy.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- tomboy.spec	31 Jul 2007 01:56:41 -0000	1.47
+++ tomboy.spec	2 Aug 2007 19:35:47 -0000	1.48
@@ -1,6 +1,6 @@
 Name:           tomboy
 Version:        0.7.3
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:        Tomboy is a desktop note-taking application for Linux and Unix
 
 Group:          User Interface/Desktops
@@ -8,6 +8,8 @@
 URL:            http://www.beatniksoftware.com/tomboy/
 Source0:        http://download.gnome.org/sources/tomboy/0.7/%{name}-%{version}.tar.bz2
 Patch1:         tomboy-0.7.2-wrapper.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=462893
+Patch2:		gconf-default.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -43,6 +45,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .wrapper
+%patch2 -p1 -b .gconf-default
 
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
@@ -104,6 +107,9 @@
 
 
 %changelog
+* Thu Aug  2 2007 Matthias Clasen <mclasen at redhat.com> - 0.7.3-2
+- Fix a default value in the GConf schema
+
 * Mon Jul 30 2007 Matthias Clasen <mclasen at redhat.com> - 0.7.3-1
 - Update to 0.7.3
 




More information about the fedora-extras-commits mailing list