Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2011-11-10 15:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmymoney (Old)
 and      /work/SRC/openSUSE:Factory/.kmymoney.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmymoney", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes        2011-10-18 
14:29:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes   2011-11-10 
15:49:27.000000000 +0100
@@ -1,0 +2,23 @@
+Wed Nov  9 20:16:05 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 4.6.1:
+  * Fixed schedules moved to the next processing day
+  * Fixed a crash with an uncaught exception when closing the current file
+    before a GNUCash import
+  * Fixed the split window redraw when resizing
+  * Fixed a crash caused by an invalid budget
+  * Fixed a crash when deleting an account
+  * The date can now be modified when editing multiple transactions
+  * The balance in the payees view is now computed correctly even if the payee
+    has transactions with different currencies
+- Spec file updates:
+  * Renamed License: to GPL-2.0 or GPL-3.0 (SPDX style).
+  * Changes based on spec-cleaner run.
+  * Removed libpth-devel from BuildRequires: (not needed).
+  * Removed -DUSE_HTML_HANDBOOK=YES from cmake arguments (not needed for the
+    generation of the user documentation).
+  * Fixed "non-etc-or-var-file-marked-as-conffile" rpmlint warning for
+    the "kmymoney.kcfg" file.
+- Removed patch for import of gnucash files (bnc#723728) (fixed ustream).
+
+-------------------------------------------------------------------

Old:
----
  bnc723728_fix_gnucash_import.diff
  kmymoney-4.6.0.tar.bz2

New:
----
  kmymoney-4.6.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kmymoney.spec ++++++
--- /var/tmp/diff_new_pack.yzusQK/_old  2011-11-10 15:49:35.000000000 +0100
+++ /var/tmp/diff_new_pack.yzusQK/_new  2011-11-10 15:49:35.000000000 +0100
@@ -18,32 +18,28 @@
 
 
 Name:           kmymoney
-Version:        4.6.0
+Version:        4.6.1
 Release:        1
-License:        GPLv2 or GPLv3
+License:        GPL-2.0 or GPL-3.0
 Summary:        A Personal Finance Manager for KDE 4
 Url:            http://kmymoney2.sourceforge.net/
 Group:          Productivity/Office/Finance
-# Source0:      
http://prdownloads.sourceforge.net/kmymoney2/%{name}-%{version}.tar.bz2
-Source0:        %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM bnc723728_fix_gnucash_import.diff [bnc#723728]
-Patch0:         bnc723728_fix_gnucash_import.diff
+Source0:        
http://downloads.sourceforge.net/kmymoney2/%{name}-%{version}.tar.bz2
 BuildRequires:  aqbanking-devel
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel
 BuildRequires:  glibmm2-devel
 BuildRequires:  gmp-devel
 BuildRequires:  libalkimia-devel
 BuildRequires:  libgpgme-devel
-BuildRequires:  libical-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libofx-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  libpth-devel
 BuildRequires:  libxml++-devel
-Recommends:     %{name}-lang = %{version}
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libical)
+BuildRequires:  pkgconfig(libxml-2.0)
 Recommends:     %{name}-doc = %{version}
+Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_pimlibs_requires
 %kde4_runtime_requires
@@ -57,7 +53,7 @@
 OFX and HBCI, budgeting and a rich set of reports.
 
 %package devel
-License:        GPLv2 or GPLv3
+License:        GPL-2.0 or GPL-3.0
 Summary:        Development Files for KMyMoney
 Group:          Development/Languages/C and C++
 Requires:       %{name} = %{version}
@@ -66,7 +62,7 @@
 Development files and headers need to build software using KMyMoney.
 
 %package doc
-License:        GPLv2 or GPLv3
+License:        GPL-2.0 or GPL-3.0
 Summary:        Documentation for KMyMoney
 Group:          Productivity/Office/Finance
 Requires:       %{name} = %{version}
@@ -77,10 +73,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0
 
 %build
-%cmake_kde4 -d build -- -DUSE_HTML_HANDBOOK=YES
+%cmake_kde4 -d build
 %make_jobs
 
 %install
@@ -89,16 +84,18 @@
 popd
 
 %kde_post_install
+
 %find_lang %{name}
+
 %fdupes -s %{buildroot}
 
 %post
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %postun
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %clean
 rm -rf %{buildroot}
@@ -111,7 +108,7 @@
 %{_kde4_appsdir}/kmm_*/
 %{_kde4_appsdir}/kmymoney/
 %{_kde4_bindir}/kmymoney
-%config %{_kde4_configkcfgdir}/kmymoney.kcfg
+%{_kde4_configkcfgdir}/kmymoney.kcfg
 %{_kde4_iconsdir}/*/*/*/kmy.png
 %{_kde4_iconsdir}/*/*/*/kmymoney.png
 %{_kde4_libdir}/libkmm_*.so.*

++++++ kmymoney-4.6.0.tar.bz2 -> kmymoney-4.6.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kmymoney/kmymoney-4.6.0.tar.bz2 
/work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney-4.6.1.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to