From 7f72938d32f0e32084707ef4b4be1f6fceb915e7 Mon Sep 17 00:00:00 2001 From: "Douglas E. Warner" Date: Thu, 30 Jul 2009 19:07:08 +0000 Subject: [PATCH] - updating for 1.0.2 - moving libqgispython.so to python subpackage for bug#507381 --- .cvsignore | 2 +- qgis.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index c8471a5..173f950 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -qgis_1.0.1.tar.gz +qgis_1.0.2.tar.gz diff --git a/qgis.spec b/qgis.spec index 9c4b6fa..d505692 100644 --- a/qgis.spec +++ b/qgis.spec @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: qgis -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -217,7 +217,6 @@ desktop-file-install --vendor="fedora" \ %{_includedir}/%{name} %{_libdir}/lib%{name}_*.so %{_libdir}/libqgisgrass.so -%{_libdir}/libqgispython.so %files grass %defattr(-, root, root, -) @@ -229,6 +228,7 @@ desktop-file-install --vendor="fedora" \ %files python %defattr(-, root, root, -) %{_libdir}/libqgispython.so.* +%{_libdir}/libqgispython.so %{_datadir}/%{name}/python %{python_sitearch}/%{name} @@ -246,6 +246,10 @@ desktop-file-install --vendor="fedora" \ %changelog +* Thu Jul 30 2009 Douglas E. Warner 1.0.2-1 +- updating for 1.0.2 +- moving libqgispython.so to python subpackage for bug#507381 + * Wed Feb 25 2009 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 14b81ae..9c5f785 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9159461b2c34ca988829b5a23ae693e qgis_1.0.1.tar.gz +71faff161c0b893f75d008187b471fc8 qgis_1.0.2.tar.gz