diff --git a/subversion-1.0.3-pie.patch b/subversion-1.0.3-pie.patch index de6152f..01a61ab 100644 --- a/subversion-1.0.3-pie.patch +++ b/subversion-1.0.3-pie.patch @@ -10,7 +10,7 @@ object built with -pie. self.manpages = options.get('manpages', '') self.testing = options.get('testing') -+ if self.install == 'test' or self.install == 'fs-test': ++ if self.install == 'test' or self.install == 'bdb-test': + self.link_cmd = '$(LINK_TEST)' + def add_dependencies(self, graph, cfg, extmap): diff --git a/subversion.spec b/subversion.spec index 78659db..dfdd33f 100644 --- a/subversion.spec +++ b/subversion.spec @@ -6,7 +6,7 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion Version: 1.1.3 -Release: 2 +Release: 3 License: BSD Group: Development/Tools URL: http://subversion.tigris.org/ @@ -204,6 +204,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Feb 7 2005 Joe Orton 1.1.3-3 +- adjust -pie patch for build.conf naming upstream + * Wed Jan 19 2005 Joe Orton 1.1.3-2 - rebuild to pick up db-4.3 properly; don't ignore test failures