From 46765aa7f00b68a8eb344bab6d3cb5302ac7ed3f Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Thu, 14 Oct 2010 15:48:55 -0400 Subject: [PATCH] - Update to 1.0.12 --- .gitignore | 1 + redland.spec | 12 ++++-------- sources | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e5b75ee..c79eafc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ redland-1.0.10.tar.gz /redland-1.0.11.tar.gz +/redland-1.0.12.tar.gz diff --git a/redland.spec b/redland.spec index ee24bdf..e1a257e 100644 --- a/redland.spec +++ b/redland.spec @@ -1,5 +1,5 @@ Name: redland -Version: 1.0.11 +Version: 1.0.12 Release: 1%{?dist} Summary: RDF Application Framework @@ -9,11 +9,6 @@ URL: http://librdf.org/ Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Fix DSO linking. Upstream is informed and will most likely do a more -# portable fix than this simple hack in their trunk -# http://bugs.librdf.org/mantis/view.php?id=348 -Patch60: redland-1.0.11-linking.patch - BuildRequires: curl-devel BuildRequires: db4-devel BuildRequires: libiodbc-devel @@ -74,8 +69,6 @@ persistently with Virtuoso files or URIs. %prep %setup -q -%patch60 -p1 -b .dso_linking - # hack to nuke rpaths %if "%{_libdir}" != "/usr/lib" sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure @@ -156,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Oct 14 2010 Orcan Ogetbil - 1.0.12-1 +- Update to 1.0.12 + * Sun Oct 03 2010 Orcan Ogetbil - 1.0.11-1 - Update to 1.0.11 diff --git a/sources b/sources index a4e06f0..d29c634 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1769361c907a216c6a75fc692ba412b redland-1.0.11.tar.gz +40f37a5ad97fdfbf984f78dcea0c6115 redland-1.0.12.tar.gz