[libqxt] - Update to 0.6.1

Orcan Ogetbil oget at fedoraproject.org
Thu Nov 25 10:33:24 UTC 2010


commit e9d1c8e266a37e5d0d248debc08418b1d79bce52
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Thu Nov 25 05:33:31 2010 -0500

    - Update to 0.6.1

 .gitignore                 |    1 +
 libqxt-linking.patch       |    8 ++++++++
 libqxt-meta-modifier.patch |   12 ------------
 libqxt.spec                |   14 ++++++++------
 sources                    |    2 +-
 5 files changed, 18 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77cf10f..db059ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 v0.6.0.tar.bz2
+/v0.6.1.tar.bz2
diff --git a/libqxt-linking.patch b/libqxt-linking.patch
new file mode 100644
index 0000000..f8aef09
--- /dev/null
+++ b/libqxt-linking.patch
@@ -0,0 +1,8 @@
+diff -rupN libqxt.old/config.tests/xrandr/xrandr.pro libqxt/config.tests/xrandr/xrandr.pro
+--- libqxt.old/config.tests/xrandr/xrandr.pro	2010-11-07 09:18:41.000000000 -0500
++++ libqxt/config.tests/xrandr/xrandr.pro	2010-11-25 05:28:29.000000000 -0500
+@@ -5,3 +5,4 @@ DEPENDPATH += .
+ INCLUDEPATH += .
+ SOURCES += main.cpp
+ !win32:LIBS+=-lXrandr
++LIBS+=-lX11
diff --git a/libqxt.spec b/libqxt.spec
index f4f4f41..0068e2f 100644
--- a/libqxt.spec
+++ b/libqxt.spec
@@ -1,14 +1,13 @@
 Name:		libqxt
-Version:	0.6.0
-Release:	3%{?dist}
+Version:	0.6.1
+Release:	1%{?dist}
 Summary:	Qt extension library
 Group:		System Environment/Libraries
 License:	CPL or LGPLv2
 URL:		http://www.libqxt.org/
 Source0:	http://bitbucket.org/libqxt/libqxt/get/v%{version}.tar.bz2
-# From upstream trunk. To support mod4 in qxtglobalshortcut
-# http://dev.libqxt.org/libqxt/changeset/1d7ab756c1e8
-Patch0:		libqxt-meta-modifier.patch
+# Fix DSO linking
+Patch0:         libqxt-linking.patch
 # To support multimedia keys when using clementine
 # Patch sent to upstream. They want to reimplement it more cleanly.
 # We will use this patch until upstream reimplements it.
@@ -45,7 +44,7 @@ that use LibQxt.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1 -b .metamod
+%patch0 -p1 -b .linking
 %patch1 -p1 -b .mediakeys
 
 # We don't want rpath
@@ -92,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_qt4_datadir}/mkspecs/features/qxt*.prf
 
 %changelog
+* Thu Nov 25 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6.1-1
+- Update to 0.6.1
+
 * Sun Jul 18 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6.0-3
 - Include patch to support for mod4 in qxtglobalshortcut
 - Include patch to support multimedia keys
diff --git a/sources b/sources
index 8759a4e..006450f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-129527c1b18676720f59d22bb4d5ef18  v0.6.0.tar.bz2
+2a6494fc4b5b0eebfeb230990e542deb  v0.6.1.tar.bz2


More information about the scm-commits mailing list