rpms/krecipes/F-10 .cvsignore, 1.7, 1.8 krecipes.spec, 1.16, 1.17 sources, 1.7, 1.8 krecipes-0.9.1-gcc43.patch, 1.1, NONE krecipes-X11.patch, 1.1, NONE krecipes-gcc4.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Wed Aug 19 18:57:46 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/krecipes/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28259

Modified Files:
	.cvsignore krecipes.spec sources 
Removed Files:
	krecipes-0.9.1-gcc43.patch krecipes-X11.patch 
	krecipes-gcc4.patch 
Log Message:

* Mon Aug 17 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-0.1.beta2
- Update to 1.0beta2 as it fixes a crash that prevents krecipes from starting
  with sqlite backend.
- Reenable mysql and postgresql backends



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/krecipes/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	31 Mar 2008 16:52:58 -0000	1.7
+++ .cvsignore	19 Aug 2009 18:57:46 -0000	1.8
@@ -1 +1 @@
-krecipes-0.9.1.tar.gz
+krecipes-1.0-beta2.tar.gz


Index: krecipes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krecipes/F-10/krecipes.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- krecipes.spec	31 Mar 2008 16:52:58 -0000	1.16
+++ krecipes.spec	19 Aug 2009 18:57:46 -0000	1.17
@@ -1,22 +1,20 @@
 Name:           krecipes
-Version:        0.9.1
-Release:        9%{?dist}
+Version:        1.0
+Release:        0.1.beta2%{?dist}
 Summary:        Application to manage recipes and shopping-lists
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://krecipes.sourceforge.net/
-Source0:        http://download.sourceforge.net/krecipes/krecipes-%{version}.tar.gz
+Source0:        http://download.sourceforge.net/krecipes/krecipes-%{version}-beta2.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  kdelibs3-devel
 BuildRequires:  sqlite-devel
-
-Patch0:		krecipes-gcc4.patch
-Patch1:		krecipes-X11.patch
-Patch2:         krecipes-0.9.1-gcc43.patch
+BuildRequires:  mysql-devel
+BuildRequires:  postgresql-devel
 
 %description
 Krecipes is a program that lets you to manage your recipes, create
@@ -25,25 +23,16 @@ your menu/diet in advance.
 
 
 %prep
-%setup -q
-
-## Neither patch0 or patch1 should be required anymore -- Rex
-#patch0 -p1 -b .gcc4
-# autoconf tools check for X is a file in libXt-devel  and Xt lib
-# we dont use or link against libXt so rather than adding an extra
-# BuildRequires I patched configure to look for something thats there
-#patch1 -p1 -b .X11
-
-%patch2 -p1 -b .gcc43
-
+%setup -q -n %{name}-%{version}-beta2
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
 
 %configure \
   --disable-rpath \
-  --without-mysql \
-  --without-postgresql
+  --with-mysql \
+  --with-postgresql \
+  --with-sqlite
 
 make %{?_smp_mflags}
 
@@ -97,6 +86,20 @@ touch --no-create %{_datadir}/icons/crys
 %{_datadir}/mimelnk/*/*.desktop
 
 %changelog
+* Mon Aug 17 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-0.1.beta2
+- Update to 1.0beta2 as it fixes a crash that prevents krecipes from starting
+  with sqlite backend.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Jun 16 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.9.1-11
+- re-enable mysql/postgresql support
+- re-enable mostly harmless X11 patch 
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Mon Mar 31 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.9.1-9
 - gcc43 patch (#433986)
 - BR: gettext


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/krecipes/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	31 Mar 2008 16:52:58 -0000	1.7
+++ sources	19 Aug 2009 18:57:46 -0000	1.8
@@ -1 +1 @@
-7414fd5210561801ba04ee3dad6561d9  krecipes-0.9.1.tar.gz
+ad02ed6225cff51d8688cf4ab16bd82f  krecipes-1.0-beta2.tar.gz


--- krecipes-0.9.1-gcc43.patch DELETED ---


--- krecipes-X11.patch DELETED ---


--- krecipes-gcc4.patch DELETED ---




More information about the scm-commits mailing list