rpms/notecase/F-13 notecase.spec,1.32,1.33

Pablo Martin-Gomez bouska at fedoraproject.org
Thu May 13 23:44:26 UTC 2010


Author: bouska

Update of /cvs/pkgs/rpms/notecase/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30826

Modified Files:
	notecase.spec 
Log Message:
FTBFS ImplicitDSOLinking fixed


Index: notecase.spec
===================================================================
RCS file: /cvs/pkgs/rpms/notecase/F-13/notecase.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- notecase.spec	25 Jul 2009 19:29:27 -0000	1.32
+++ notecase.spec	13 May 2010 23:44:26 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           notecase
 Version:        1.6.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A hierarchical note manager
 
 Group:          Applications/Productivity
@@ -14,6 +14,7 @@ Requires(post): desktop-file-utils share
 Requires(postun): desktop-file-utils shared-mime-info
 
 Patch1: notecase-gcc43.patch
+Patch2: notecase-implicitdsolinking.patch 
 
 %description
 NoteCase is a hierarchical note manager (aka. outliner). It helps you organize
@@ -25,6 +26,7 @@ unencrypted format.
 %prep
 %setup -q
 %patch1 -p1 -b .gcc43
+%patch2 -p1 -b .implicitdsolinking
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
@@ -60,6 +62,9 @@ update-desktop-database &> /dev/null || 
 %{_datadir}/mime/packages/%{name}.xml
 
 %changelog
+* Fri May 14 2010 Pablo Martin-Gomez <pablo.martin-gomez AT laposte DOT net> - 1.6.1-7
+- Fix bug RH #565174
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list