Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory
checked in at Thu Sep 1 16:02:51 CEST 2011.



--------
--- KDE/kmymoney/kmymoney.changes       2011-02-20 14:07:55.000000000 +0100
+++ /mounts/work_src_done/STABLE/kmymoney/kmymoney.changes      2011-08-12 
08:11:35.000000000 +0200
@@ -1,0 +2,52 @@
+Thu Aug 11 06:00:00 UTC 2011 - nico.laus.2...@gmx.de
+
+- re-enabled the ofx import plugin
+
+-------------------------------------------------------------------
+Tue Aug  9 19:53:38 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 4.6.0:
+  * New CSV import plugin
+  * The application is translated in 36 languages (Bosnian and Uyghur added)
+  * The user documentation is available in 7 languages (French translation
+    added)
+  * Many fixes for the OS X and Windows platform
+  * Performance improvements
+  * Many fixes in the import and online banking modules
+  * Over 100 bugs have been fixed since the latest bugfix release alone
+  * Since the OFX institution listing service run by Microsoft (TM) stopped
+    working, we switched to the service run on www.ofxhome.com which is
+    provided on a voluntarily basis by Jesse Liesch. With his support it was
+    easy to make the switch in KMyMoney
+  * Added Serbian Dinar as a standard currency
+  * Allow entering an interest rate with three decimal places when editing a
+    loan
+  * Improved wording when transaction editing is canceled by selecting another
+    transaction in the ledger
+  * Make FID an optional field during definition of an OFX account mapping
+  * Allow to base the payee name from either the PAYEEID, NAME or MEMO field in
+    an OFX transaction
+- Spec file updates:
+  * Added boost-devel, glib2-devel, gmp-devel, libalkimia-devel and
+    libxml2-devel and removed libassuan-devel in BuildRequires:.
+  * Minor other updates.
+- No need for the rpmlint warning "wrong-icon-size" fix (fixed upstream).
+- Removed the patch for the installation of the icons in the hicolor directory
+  (fixed upstream).
+
+-------------------------------------------------------------------
+Sat Jun  4 20:45:43 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Added libical-devel and shared-mime-info in BuildRequires:.
+  * Removed support for openSUSE < 11.2.
+  * Added update-mime-database in %post/%postun scripts for the mime file
+    installed by the package.
+  * Minor other updates.
+- Fixed rpmlint warning "wrong-icon-size".
+- Added a patch (taken from Fedora) to install icons to hicolor instead of
+  oxygen (removes also the need to install an icon in /usr/share/pixmaps to
+  avoid the "Icon file not installed" rpm post-build check error).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  _service
  _service:download_url:kmymoney-4.5.3.tar.bz2
  minmem

New:
----
  kmymoney-4.6.0.tar.bz2

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

Other differences:
------------------
++++++ kmymoney.spec ++++++
--- /var/tmp/diff_new_pack.2zkP8h/_old  2011-09-01 15:51:56.000000000 +0200
+++ /var/tmp/diff_new_pack.2zkP8h/_new  2011-09-01 15:51:56.000000000 +0200
@@ -19,27 +19,38 @@
 
 
 Name:           kmymoney
-Version:        4.5.3
+Version:        4.6.0
 Release:        1
-License:        GNU GPL v2 or v3
-Group:          Productivity/Office/Finance
-Url:            http://kmymoney2.sourceforge.net/index2.html
+License:        GPLv2 or GPLv3
 Summary:        A Personal Finance Manager for KDE 4
-Source:         kmymoney-%{version}.tar.bz2
+Url:            http://kmymoney2.sourceforge.net/
+Group:          Productivity/Office/Finance
+Source0:        
http://prdownloads.sourceforge.net/kmymoney2/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  aqbanking-devel >= 5.0.0
-BuildRequires:  cmake >= 2.6.4
+BuildRequires:  aqbanking-devel
+BuildRequires:  boost-devel
+BuildRequires:  cmake
 BuildRequires:  fdupes
-BuildRequires:  gwenhywfar-devel >= 4.0.0
-BuildRequires:  libassuan-devel libgpgme-devel
+BuildRequires:  glib2-devel
+BuildRequires:  glibmm2-devel
+BuildRequires:  gmp-devel
+BuildRequires:  gwenhywfar-devel
+BuildRequires:  libalkimia-devel
+BuildRequires:  libgpgme-devel
+BuildRequires:  libical-devel
 BuildRequires:  libkde4-devel
-BuildRequires:  libofx-devel
-BuildRequires:  update-desktop-files
 BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libofx-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  libxml++-devel
-BuildRequires:  glibmm2-devel
+BuildRequires:  shared-mime-info
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
 %kde4_pimlibs_requires
 %kde4_runtime_requires
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
 
 %description
 KMyMoney is a personal finance manager.
@@ -50,15 +61,14 @@
 OFX and HBCI, budgeting and a rich set of reports.
 
 %package devel
-License:        GNU GPL v2 or v3
+License:        GPLv2 or GPLv3
+Summary:        Development Files for KMyMoney
 Group:          Development/Languages/C and C++
 Requires:       %{name} = %{version}
-Summary:        Development Files for KMyMoney
 
 %description devel
 The development files for KMyMoney.
 
-
 %prep
 %setup -q
 
@@ -70,28 +80,29 @@
 pushd build
 %kde4_makeinstall
 popd
-%__install -Dm 0644 kmymoney/hi32-app-kmymoney.png 
%{buildroot}%{_datadir}/pixmaps/kmymoney.png
+
 %kde_post_install
 %find_lang %{name}
-%if %suse_version < 1120  
-  # work-around bnc#457908
-  for i in es it pt pt_BR sv uk; do mkdir -p 
$RPM_BUILD_ROOT/usr/share/doc/kde/HTML/$i/common;done
-%endif
-%fdupes %{buildroot}
-
-%post -p /sbin/ldconfig
+%fdupes -s %{buildroot}
 
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+
+%postun
+/sbin/ldconfig
+/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %clean
-test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-%doc AUTHORS
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog ChangeLog.original README.Fileformats
 %{_kde4_bindir}/kmymoney
 %{_kde4_modulesdir}/kcm_kmm_icalendarexport.so
 %{_kde4_modulesdir}/kcm_kmm_printcheck.so
+%{_kde4_modulesdir}/kmm_csvimport.so
 %{_kde4_modulesdir}/kmm_icalendarexport.so
 %{_kde4_modulesdir}/kmm_kbanking.so
 %{_kde4_modulesdir}/kmm_ofximport.so
@@ -102,17 +113,18 @@
 %{_kde4_libdir}/libkmm_plugin.so.*
 %{_kde4_libdir}/libkmm_widgets.so.*
 %{_kde4_applicationsdir}/kmymoney.desktop
-%{_kde4_htmldir}/*/kmymoney
 %{_kde4_iconsdir}/*/*/*/kmy.png
 %{_kde4_iconsdir}/*/*/*/kmymoney.png
-%{_kde4_appsdir}/kmm_icalendarexport
-%{_kde4_appsdir}/kmm_kbanking
-%{_kde4_appsdir}/kmm_ofximport
-%{_kde4_appsdir}/kmm_printcheck
-%{_kde4_appsdir}/kmymoney
+%{_kde4_appsdir}/kmm_csvimport/
+%{_kde4_appsdir}/kmm_icalendarexport/
+%{_kde4_appsdir}/kmm_kbanking/
+%{_kde4_appsdir}/kmm_ofximport/
+%{_kde4_appsdir}/kmm_printcheck/
+%{_kde4_appsdir}/kmymoney/
 %{_kde4_sharedir}/config.kcfg/kmymoney.kcfg
 %{_kde4_servicesdir}/kcm_kmm_icalendarexport.desktop
 %{_kde4_servicesdir}/kcm_kmm_printcheck.desktop
+%{_kde4_servicesdir}/kmm_csvimport.desktop
 %{_kde4_servicesdir}/kmm_icalendarexport.desktop
 %{_kde4_servicesdir}/kmm_kbanking.desktop
 %{_kde4_servicesdir}/kmm_ofximport.desktop
@@ -120,13 +132,12 @@
 %{_kde4_servicesdir}/kmm_reconciliationreport.desktop
 %{_kde4_servicetypesdir}/kmymoneyimporterplugin.desktop
 %{_kde4_servicetypesdir}/kmymoneyplugin.desktop
-%{_kde4_mandir}/man1/kmymoney.1.*
+%{_kde4_mandir}/man1/kmymoney.1%{ext_man}
 %{_datadir}/mime/packages/x-kmymoney.xml
-%{_datadir}/pixmaps/kmymoney.png
 
 %files devel
-%defattr(-,root,root)
-%{_kde4_includedir}/kmymoney
+%defattr(-,root,root,-)
+%{_kde4_includedir}/kmymoney/
 %{_kde4_libdir}/libkmm_kdchart.so
 %{_kde4_libdir}/libkmm_mymoney.so
 %{_kde4_libdir}/libkmm_plugin.so


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



Remember to have fun...

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

Reply via email to