[libexif] 0.6.20 bump Doxygen docs refreshed to 0.6.20 release (after more then two years, yay)

Petr Sabata psabata at fedoraproject.org
Fri Mar 18 11:48:34 UTC 2011


commit 22264a79d47f38069ace8592fb0a536d6f3b55df
Author: Petr Sabata <psabata at redhat.com>
Date:   Fri Mar 18 12:47:32 2011 +0100

    0.6.20 bump
    Doxygen docs refreshed to 0.6.20 release (after more then two years, yay)

 .gitignore   |    2 ++
 libexif.spec |   12 +++++++-----
 sources      |    4 ++--
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b67bd59..31753fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 libexif-0.6.19.tar.bz2
 libexif-docs.tar.gz
+/libexif-0.6.20.tar.bz2
+/libexif-doc-0.6.20.tar.bz2
diff --git a/libexif.spec b/libexif.spec
index b2d53aa..8c40c33 100644
--- a/libexif.spec
+++ b/libexif.spec
@@ -1,12 +1,12 @@
 Summary:	Library for extracting extra information from image files
 Name:		libexif
-Version:	0.6.19
-Release:	3%{?dist}
+Version:	0.6.20
+Release:	1%{?dist}
 Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://libexif.sourceforge.net/
 Source0:	%{name}-%{version}.tar.bz2 
-Source1:	%{name}-docs.tar.gz
+Source1:	%{name}-doc-%{version}.tar.bz2
 BuildRequires: doxygen, pkgconfig
 
 %description
@@ -28,7 +28,7 @@ for writing programs that use libexif.
 %setup -q
 # to avoid multilib conflicts, we toss in pre-generated docs
 # and neuter make all in the docs dir
-tar xzf %{SOURCE1}
+tar xjf %{SOURCE1}
 
 %build
 %configure --disable-static --disable-docs
@@ -60,7 +60,9 @@ iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
 %{_libdir}/pkgconfig/libexif.pc
 
 %changelog
-* Fri Mar 18 2011 Petr Sabata <psabata at redhat.com> - 0.6.19-3
+* Fri Mar 18 2011 Petr Sabata <psabata at redhat.com> - 0.6.20-1
+- 0.6.20 bump
+- Repackaging prehistoric libexif-docs, introducing version string in filename
 - Buildroot cleanup
 
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.19-2
diff --git a/sources b/sources
index c06f74a..06bb523 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-56144a030a4c875c600b1ccf713f69f7  libexif-0.6.19.tar.bz2
-916f61beb4afa88f05130b10e7640333  libexif-docs.tar.gz
+19844ce6b5d075af16f0d45de1e8a6a3  libexif-0.6.20.tar.bz2
+253f03a0e36aea10f30aab8ab410c3d0  libexif-doc-0.6.20.tar.bz2


More information about the scm-commits mailing list