rpms/pathfinder/devel pathfinder-1.1.3-fix-implicit-dso-linking.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 pathfinder.spec, 1.4, 1.5 sources, 1.3, 1.4

Konstantin Ryabitsev icon at fedoraproject.org
Mon Feb 15 13:46:09 UTC 2010


Author: icon

Update of /cvs/pkgs/rpms/pathfinder/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19039

Modified Files:
	.cvsignore pathfinder.spec sources 
Added Files:
	pathfinder-1.1.3-fix-implicit-dso-linking.patch 
Log Message:
- Upstream 1.1.3
- Fix for DSO implicit linking requirement in F13


pathfinder-1.1.3-fix-implicit-dso-linking.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE pathfinder-1.1.3-fix-implicit-dso-linking.patch ---
--- CMakeLists.txt~	2009-06-20 03:21:06.000000000 +0200
+++ CMakeLists.txt	2010-02-11 17:35:24.000000000 +0100
@@ -69,7 +69,7 @@ else(APPLE)
 SET(EXTRA_CFLAGS "${WVDBUS_CFLAGS} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g")
 endif(APPLE)
 
-SET(EXTRA_LINKFLAGS "${WVDBUS_LINKFLAGS} ${LDAP_LINKFLAGS}")
+SET(EXTRA_LINKFLAGS "${WVDBUS_LINKFLAGS} ${LDAP_LINKFLAGS} ${OPENSSL_LINKFLAGS}")
 
 INCLUDE_DIRECTORIES(${PATHFINDER_SOURCE_DIR} 
                     ${PATHFINDER_SOURCE_DIR}/x509path 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pathfinder/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	30 Aug 2009 14:28:06 -0000	1.3
+++ .cvsignore	15 Feb 2010 13:46:09 -0000	1.4
@@ -1 +1 @@
-pathfinder-1.1.0-Source.tar.gz
+pathfinder-1.1.3-Source.tar.gz


Index: pathfinder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pathfinder/devel/pathfinder.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pathfinder.spec	30 Aug 2009 14:28:06 -0000	1.4
+++ pathfinder.spec	15 Feb 2010 13:46:09 -0000	1.5
@@ -1,7 +1,7 @@
 %define         daemon_user   pathfinderd
 
 Name:           pathfinder
-Version:        1.1.0
+Version:        1.1.3
 Release:        1%{?dist}
 Summary:        X.509 Path Discovery and Validation
 
@@ -13,6 +13,7 @@ Source1:        pathfinderd.init
 Source2:        pathfinderd.ini
 Source3:        wvtestrunner.pl
 Source4:        wvstreams.supp
+Patch0:         pathfinder-1.1.3-fix-implicit-dso-linking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake, libwvstreams-devel >= 4.6-3, boost-devel, valgrind
@@ -86,6 +87,7 @@ This package includes the development li
 
 %prep
 %setup -q
+%patch0 -p0 -b .fix-implicit-dso-linking
 
 
 %build
@@ -209,6 +211,10 @@ exit 0
 
 
 %changelog
+* Mon Feb 15 2010 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.1.3-1
+- Upstream 1.1.3
+- Apply DSO linking patch to fix builds on F13
+
 * Thu Aug 27 2009 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.1.0-1
 - Upstream 1.1.0
 - Remove gcc 4.4 patch (upstreamed)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pathfinder/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	30 Aug 2009 14:28:06 -0000	1.3
+++ sources	15 Feb 2010 13:46:09 -0000	1.4
@@ -1 +1 @@
-d9135fdc317c4b9de1bb9ecab40f7366  pathfinder-1.1.0-Source.tar.gz
+6985ea14da6dff30c3c4e5cfc8b3d0f7  pathfinder-1.1.3-Source.tar.gz



More information about the scm-commits mailing list