From 49105cb228664fd2e1d234aa523ecaed07058bf0 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Fri, 11 Feb 2005 12:36:08 +0000 Subject: [PATCH] bump to new 0.8.0 --- .cvsignore | 1 + libwpd.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8247e65..28bc395 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libwpd-0.7.2.tar.gz +libwpd-0.8.0.tar.gz diff --git a/libwpd.spec b/libwpd.spec index 7d01e11..0227bd5 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -1,7 +1,7 @@ Name: libwpd Summary: Library for reading and converting WordPerfect(tm) documents. -Version: 0.7.2 -Release: 2 +Version: 0.8.0 +Release: 1 Source: %{name}-%{version}.tar.gz Group: System Environment/Libraries URL: http://libwpd.sf.net/ @@ -26,7 +26,7 @@ Tools to transform WordPerfect Documents into other formats. Currently supported: html, raw, text %package devel -Requires: libwpd +Requires: libwpd = %{version}-%{release} Summary: Files for developing with libwpd. Group: Development/Libraries @@ -63,10 +63,13 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) %{_libdir}/*.so -%{_libdir}/pkgconfig/libwpd-1.pc -%{_includedir}/libwpd-1/libwpd +%{_libdir}/pkgconfig/* +%{_includedir}/libwpd-0.8/libwpd %changelog +* Fri Feb 11 2005 Caolan McNamara 0.8.0-1 +- new version + * Wed Feb 9 2005 Caolan McNamara 0.7.2-2 - rebuild diff --git a/sources b/sources index 68c4e83..7e1fdf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a4d18f4211d158685385830f41d2c84 libwpd-0.7.2.tar.gz +98e59beecc112339bb78654863304c1c libwpd-0.8.0.tar.gz