[krename/f15/master] Fixed crash on static initialization

Radek Novacek rnovacek at fedoraproject.org
Wed Mar 16 15:47:08 UTC 2011


commit 4cf48139d9ee20d471f6f6cc05841b09bb75d9ff
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Wed Mar 16 16:43:40 2011 +0100

    Fixed crash on static initialization

 krename.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/krename.spec b/krename.spec
index d3b00ad..77828cf 100644
--- a/krename.spec
+++ b/krename.spec
@@ -1,12 +1,13 @@
 Name:           krename
 Version:        4.0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Powerful batch file renamer
 Group:          Applications/File
 License:        GPLv2
 URL:            http://www.krename.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:         krename-4.0.7-static-init-crash.patch 
 
 BuildRequires:  kdelibs4-devel
 BuildRequires:  taglib-devel
@@ -24,6 +25,7 @@ image.
 
 %prep
 %setup -q
+%patch0 -p1 -b .static-init-crash
 for file in TODO; do
     iconv -f iso8859-1 -t utf8 $file > $file.utf8
     rm -rf $file
@@ -82,6 +84,10 @@ gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null || :
 
 
 %changelog
+* Wed Mar 16 2011 Radek Novacek <rnovacek at redhat.com> - 4.0.7-2
+- Fixed crash on static initialization
+- Resolves: #684908
+
 * Fri Feb 25 2011 Radek Novacek <rnovacek at redhat.com> - 4.0.7-1
 - Update to 4.0.7
 


More information about the scm-commits mailing list