[kmymoney] kmymoney-4.6.5

Rex Dieter rdieter at fedoraproject.org
Fri Jun 20 12:34:11 UTC 2014


commit 0082e8af5b1468f8210b321c16e9bc50cde79dbf
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Jun 20 07:34:09 2014 -0500

    kmymoney-4.6.5

 .gitignore                                     |    4 +-
 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch |   79 ------------------------
 kmymoney.spec                                  |   28 ++-------
 sources                                        |    2 +-
 4 files changed, 8 insertions(+), 105 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8eb7f0..50ce06f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/kmymoney-4.6.1.tar.bz2
-/kmymoney-4.6.3.tar.bz2
-/kmymoney-4.6.4.tar.xz
+/kmymoney-4.6.5.tar.xz
diff --git a/kmymoney.spec b/kmymoney.spec
index d31eac7..2f0dc16 100644
--- a/kmymoney.spec
+++ b/kmymoney.spec
@@ -1,23 +1,18 @@
 
 Summary: Personal finance 
 Name:    kmymoney
-Version: 4.6.4
-Release: 6%{?dist}
+Version: 4.6.5
+Release: 1%{?dist}
 
 # kmm itself is GPLv2+ 
 # bundled kdchart is GPLv2 or GPLv3, but currently not using it
 License: GPLv2+
 Url:     http://kmymoney2.sourceforge.net/
-Source0: http://downloads.sourceforge.net/sourceforge/kmymoney2/kmymoney-%{version}.tar.xz
+Source0: http://download.kde.org/stable/kmymoney/%{version}/src/kmymoney-%{version}.tar.xz
 
 ## upstreamable patches
 
 ## upstream patches
-%define git_patches 1
-%if 0%{?git_patches}
-BuildRequires: git-core
-Patch1: 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch
-%endif
 
 BuildRequires: boost-devel
 BuildRequires: cppunit-devel
@@ -84,19 +79,6 @@ BuildArch: noarch
 %prep
 %setup -q -n kmymoney-%{version}
 
-%if 0%{?git_patches}
-git init
-if [ -z "$GIT_COMMITTER_NAME" ]; then
-git config user.email "kde at lists.fedoraproject.org"
-git config user.name "Fedora KDE SIG"
-fi
-git add .
-git commit -a -q -m "%{version} baseline."
-
-# Apply all the patches
-git am -p1 %{patches} < /dev/null
-%endif
-
 ## kdchart munging begin
 sed -i.kdchart -e 's|ADD_SUBDIRECTORY( libkdchart )|#ADD_SUBDIRECTORY( libkdchart )|' CMakeLists.txt
 sed -i.kdchart -e 's|kmm_kdchart|kdchart|' kmymoney/CMakeLists.txt
@@ -117,7 +99,6 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
-rm -rf %{buildroot}
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 %find_lang kmymoney --with-kde --without-mo && mv kmymoney.lang kmymoney-doc.lang
@@ -183,6 +164,9 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null ||:
 
 
 %changelog
+* Fri Jun 20 2014 Rex Dieter <rdieter at fedoraproject.org> 4.6.5-1
+- kmymoney-4.6.5
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 9a640f8..6693572 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0674b9ef7ed5447e6a88b56a834389f8  kmymoney-4.6.4.tar.xz
+f1703dee515494a1e0edb9b6a61c02d0  kmymoney-4.6.5.tar.xz


More information about the scm-commits mailing list