From 44408224b9e5fc50c2f52c614bfd42c642f0f919 Mon Sep 17 00:00:00 2001 From: Brendan Jones Date: Fri, 20 Apr 2012 20:00:39 +0200 Subject: [PATCH] New upstream release 0.8.0 --- .gitignore | 1 + sord.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1198295..b8e31bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sord-0.5.0.tar.bz2 +/sord-0.8.0.tar.bz2 diff --git a/sord.spec b/sord.spec index 79b8565..0d62b43 100644 --- a/sord.spec +++ b/sord.spec @@ -1,8 +1,8 @@ %global maj 0 Name: sord -Version: 0.5.0 -Release: 3%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: A lightweight Resource Description Framework (RDF) C library Group: System Environment/Libraries @@ -15,7 +15,7 @@ BuildRequires: doxygen BuildRequires: graphviz BuildRequires: glib2-devel BuildRequires: python -BuildRequires: serd-devel >= 0.5.0 +BuildRequires: serd-devel >= 0.14.0 %description %{name} is a lightweight C library for storing Resource Description @@ -63,9 +63,10 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.* %postun -p /sbin/ldconfig %files -%doc AUTHORS ChangeLog README COPYING +%doc AUTHORS NEWS README COPYING %{_libdir}/lib%{name}-%{maj}.so.* %{_bindir}/sordi +%{_bindir}/sord_validate %{_mandir}/man1/sordi.1.gz %files devel @@ -76,6 +77,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.* %{_mandir}/man3/%{name}.3.gz %changelog +* Fri Apr 20 2012 Brendan Jones - 0.8.0-1 +- New upstream release + * Thu Jan 19 2012 Brendan Jones - 0.5.0-3 - Correct macros in description, expand summary. diff --git a/sources b/sources index 9f47159..e76ca02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -317ece12d3e69e7e789e941da4e7fd6b sord-0.5.0.tar.bz2 +62be6a2cd6e9bc2933d1297afeacda30 sord-0.8.0.tar.bz2