[libqxt] Update to 0.6.2

Orcan Ogetbil oget at fedoraproject.org
Sun Nov 27 02:28:53 UTC 2011


commit 162dfdec2f29cceee1304e1ae930d393991060ad
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Nov 26 21:28:50 2011 -0500

    Update to 0.6.2

 .gitignore  |    1 +
 libqxt.spec |   11 +++++++----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db059ee..50fe084 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 v0.6.0.tar.bz2
 /v0.6.1.tar.bz2
+/v0.6.2.tar.bz2
diff --git a/libqxt.spec b/libqxt.spec
index a60575c..05eda03 100644
--- a/libqxt.spec
+++ b/libqxt.spec
@@ -1,6 +1,6 @@
 Name:		libqxt
-Version:	0.6.1
-Release:	3%{?dist}
+Version:	0.6.2
+Release:	1%{?dist}
 Summary:	Qt extension library
 Group:		System Environment/Libraries
 License:	CPL or LGPLv2
@@ -46,13 +46,13 @@ that use LibQxt.
 
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{name}-v%{version}
 %patch0 -p1 -b .linking
 %patch1 -p1 -b .mediakeys
 %patch2 -p1 -b .includes
 
 # We don't want rpath
-sed -i '/-rpath/d' src/qxtlibs.pri
+sed -i '/RPATH/d' src/qxtlibs.pri
 
 
 %build
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_qt4_datadir}/mkspecs/features/qxt*.prf
 
 %changelog
+* Sat Nov 26 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6.2-1
+- Update to 0.6.2
+
 * Thu Aug 25 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6.1-3
 - Fix wrong includes RHBZ#733222
 
diff --git a/sources b/sources
index 006450f..e9b177d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a6494fc4b5b0eebfeb230990e542deb  v0.6.1.tar.bz2
+5b701546e3e44c0611c12a257c46d8aa  v0.6.2.tar.bz2


More information about the scm-commits mailing list