[libQtGTL] 0.9.2

Rex Dieter rdieter at fedoraproject.org
Sat Jan 28 23:17:53 UTC 2012


commit e341d2b21546ddf4f344e1326b7f7c1f52010591
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Jan 28 17:17:39 2012 -0600

    0.9.2

 .gitignore                                   |    3 +-
 libQtGTL-0.9.1-opengtl_metadata_header.patch |   24 ---------------------
 libQtGTL.spec                                |   29 ++++++++++++++++---------
 sources                                      |    2 +-
 4 files changed, 21 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 762e7cf..ed5189c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-libQtGTL-0.9.1.tar.bz2
+/libQtGTL-0.9.1.tar.bz2
+/libQtGTL-0.9.2.tar.bz2
diff --git a/libQtGTL.spec b/libQtGTL.spec
index 8cdef2b..c96690d 100644
--- a/libQtGTL.spec
+++ b/libQtGTL.spec
@@ -1,27 +1,31 @@
 
+%define soversion 0.1
+
 Summary: Qt bindings for OpenGTL
 Name:    libQtGTL
-Version: 0.9.1
-Release: 6%{?dist}
+Version: 0.9.2
+Release: 1%{?dist}
 
 License: LGPLv2 
 Group:   System Environment/Libraries
 URL:     http://www.opengtl.org/
-Source0: http://www.opengtl.org/download/libQtGTL-%{version}.tar.bz2
+Source0: http://download.opengtl.org/libQtGTL-%{version}.tar.bz2
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # matching where OpenGTL isn't available
 ExcludeArch: ppc64
 
 ## upstreamable patches
+# TODO: double-check if this needs rebasing -- rex
 Patch50: libQtGTL-0.9.1-dso_linking.patch
+Patch51: libQtGTL-0.9.2-typo.patch
 
 ## upstream patches
-Patch100: libQtGTL-0.9.1-opengtl_metadata_header.patch
 
 BuildRequires: cmake
 # aka OpenGTL-devel
-BuildRequires: pkgconfig(GTLCore) pkgconfig(OpenShiva)
+BuildRequires: pkgconfig(GTLCore) >= 0.9.16
+BuildRequires: pkgconfig(OpenShiva)
 BuildRequires: pkgconfig(QtGui)
 
 %{?_qt4:Requires: qt4%{?_isa} >= %{_qt4_version}}
@@ -39,10 +43,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 %prep
 %setup -q
 
-%patch50 -p1 -b .dso_linking
-%if 0%{?fedora} > 16
-%patch100 -p1 -b .opengtl_metadata_header
-%endif
+#patch50 -p1 -b .dso_linking
+%patch51 -p1 -b .typo
 
 
 %build
@@ -75,8 +77,10 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/libQtGTL.so.0*
-%{_libdir}/libQtShiva.so.0*
+%{_libdir}/libQtGTL.so.%{soversion}
+%{_libdir}/libQtShiva.so.%{soversion}
+%{_libdir}/libQtGTL.so.%{version}
+%{_libdir}/libQtShiva.so.%{version}
 
 %files devel
 %defattr(-,root,root,-)
@@ -89,6 +93,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jan 28 2012 Rex Dieter <rdieter at fedoraproject.org> 0.9.2-1
+- 0.9.2
+
 * Sat Jan 14 2012 Rex Dieter <rdieter at fedoraproject.org> 0.9.1-6
 - improved .dso_linking patch
 - fix build against llvm3-ized OpenGTL
diff --git a/sources b/sources
index 3892123..fd596cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a4e694762495652e8d704e1226523e1  libQtGTL-0.9.1.tar.bz2
+7003472e3e07073b0e7492eaa31a4856  libQtGTL-0.9.2.tar.bz2


More information about the scm-commits mailing list