[libeina] 1.2.0

Tom Callaway spot at fedoraproject.org
Mon May 7 15:43:15 UTC 2012


commit 4ec6ec321f446a6941bc356b7e2330344f401217
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon May 7 11:43:12 2012 -0400

    1.2.0

 .gitignore   |    1 +
 libeina.spec |   11 ++++++++---
 sources      |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3950f05..d4925ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ eina-0.9.9.49898.tar.bz2
 /eina-1.0.0.beta3.tar.bz2
 /eina-1.0.0.tar.gz
 /eina-1.0.1.tar.gz
+/eina-1.2.0.tar.bz2
diff --git a/libeina.spec b/libeina.spec
index a18d289..f143f3e 100644
--- a/libeina.spec
+++ b/libeina.spec
@@ -1,11 +1,11 @@
 Summary:	Data Type Library
 Name:		libeina
-Version:	1.0.1
-Release:	2%{?dist}
+Version:	1.2.0
+Release:	1%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://www.enlightenment.org/
-Source:		http://download.enlightenment.org/releases/eina-%{version}.tar.gz
+Source:		http://download.enlightenment.org/releases/eina-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	chrpath pkgconfig doxygen check-devel
@@ -51,6 +51,8 @@ done
 
 mkdir -p %{buildroot}%{_mandir}/man3
 install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
+# Fix generic manpage naming causing conflict
+mv %{buildroot}%{_mandir}/man3/deprecated.3 %{buildroot}%{_mandir}/man3/eina-deprecated.3
 # remove libtool archive along with stripping
 find %{buildroot}/ -type f  -iname '*.la' -exec rm {} \;
 find %{buildroot}/ -type f  -iname '*.a' -exec rm {} \;
@@ -77,6 +79,9 @@ find %{buildroot}/ -type f  -iname '*.a' -exec rm {} \;
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon May  7 2012 Tom Callaway <spot at fedoraproject.org> - 1.2.0-1
+- update to 1.2.0
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index dc86867..e929e0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d302a5b981d8e140e64d2943c5f41bdc  eina-1.0.1.tar.gz
+caf1c617ce3ee3031bbff5106bcf0a0e  eina-1.2.0.tar.bz2


More information about the scm-commits mailing list