rpms/mailody/F-13 mailody-CMakeLists.txt.patch, NONE, 1.1 mailody.spec, 1.1, 1.2

Sandro Mathys red at fedoraproject.org
Tue Mar 2 20:18:51 UTC 2010


Author: red

Update of /cvs/pkgs/rpms/mailody/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14324/F-13

Modified Files:
	mailody.spec 
Added Files:
	mailody-CMakeLists.txt.patch 
Log Message:
* Tue Mar 02 2010 Sandro Mathys <red at fedoraproject.org> - 1.5.0-0.5.alfa1
- Fixed issues due to the changes in ld's behaviour (DSO).



mailody-CMakeLists.txt.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mailody-CMakeLists.txt.patch ---
--- src/CMakeLists.txt.old	2010-03-02 20:22:54.878784350 +0100
+++ src/CMakeLists.txt	2010-03-02 20:23:47.533909163 +0100
@@ -41,7 +41,7 @@
 
 KDE4_ADD_EXECUTABLE(mailody ${mailody_SRCS})
 
-TARGET_LINK_LIBRARIES(mailody ${KDE4_AKONADI_LIBS} ${KDE4_AKONADI_KMIME_LIBS} ${KDE4_KHTML_LIBS} kabc ${KDE4_KPIMUTILS_LIBS} ${KDE4_KIMAP_LIBS} kmime ${KDE4_MAILTRANSPORT_LIBS} ${KDE4_KPIMIDENTITIES_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KUTILS_LIBS} ${QT_QTSQL_LIBRARY} )
+TARGET_LINK_LIBRARIES(mailody ${KDE4_AKONADI_LIBS} ${KDE4_AKONADI_KMIME_LIBS} ${KDE4_KHTML_LIBS} kabc ${KDE4_KPIMUTILS_LIBS} ${KDE4_KIMAP_LIBS} kmime ${KDE4_MAILTRANSPORT_LIBS} ${KDE4_KPIMIDENTITIES_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KUTILS_LIBS} ${QT_QTSQL_LIBRARY} ${KDE4_SOLID_LIBS} )
 
 INSTALL(TARGETS mailody ${INSTALL_TARGETS_DEFAULT_ARGS})
 


Index: mailody.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mailody/F-13/mailody.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mailody.spec	29 Jul 2009 11:10:26 -0000	1.1
+++ mailody.spec	2 Mar 2010 20:18:51 -0000	1.2
@@ -2,13 +2,14 @@
 
 Name:           mailody
 Version:        1.5.0
-Release:        0.4.%{alphatag}%{?dist}
+Release:        0.5.%{alphatag}%{?dist}
 Summary:        Simple mail client
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://www.mailody.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}4-%{version}%{alphatag}.tar.bz2
+Patch0:         mailody-CMakeLists.txt.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -21,13 +22,15 @@ Requires:       kdepimlibs-akonadi
 %description
 mailody is yet another mail client. While it uses the akonadi backend
 from KDE4 it can handle IMAP and SMTP only, even though support for
-MAPI is planned. It's actually some sort of mixture betweend the popular
+MAPI is planned. It's actually some sort of mixture between the popular
 KMail and Thunderbird mail clients and can share some settings with the
 former.
 
 %prep
 %setup -q -n %{name}4-%{version}%{alphatag}
 
+%patch0 -p0
+
 
 %build
 mkdir -p %{_target_platform}
@@ -76,6 +79,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Tue Mar 02 2010 Sandro Mathys <red at fedoraproject.org> - 1.5.0-0.5.alfa1
+- Add patch to explicitly link shared objects (in the solid libs) after ld's behaviour has changes
+
 * Wed Jul 29 2009 Sandro Mathys <red at fedoraproject.org> - 1.5.0-0.4.alfa1
 - Last tiny improvements out of the review
 



More information about the scm-commits mailing list