rpms/qt4-qsa/FC-5 .cvsignore, 1.2, 1.3 qt4-qsa.spec, 1.5, 1.6 sources, 1.2, 1.3 qsa-1.2.1-Qt4.2-preview.patch, 1.1, NONE

Frank Büttner (frankb) fedora-extras-commits at redhat.com
Thu Jan 11 09:46:04 UTC 2007


Author: frankb

Update of /cvs/extras/rpms/qt4-qsa/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24735

Modified Files:
	.cvsignore qt4-qsa.spec sources 
Removed Files:
	qsa-1.2.1-Qt4.2-preview.patch 
Log Message:
- update to 1.2.2
- add warning about end of life



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qt4-qsa/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Jun 2006 15:06:56 -0000	1.2
+++ .cvsignore	11 Jan 2007 09:45:33 -0000	1.3
@@ -1 +1 @@
-qsa-x11-opensource-1.2.1.tar.gz
+qsa-x11-opensource-1.2.2.tar.gz


Index: qt4-qsa.spec
===================================================================
RCS file: /cvs/extras/rpms/qt4-qsa/FC-5/qt4-qsa.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt4-qsa.spec	8 Nov 2006 16:02:03 -0000	1.5
+++ qt4-qsa.spec	11 Jan 2007 09:45:33 -0000	1.6
@@ -1,17 +1,16 @@
 Name:		qt4-qsa
 Summary:	Qt Script for Applications
-Version:	1.2.1
-Release:	17%{?dist}
-BuildRequires:	qt4-devel => 4.2
+Version:	1.2.2
+Release:	1%{?dist}
+BuildRequires:	qt4-devel
 URL:		http://www.trolltech.com/products/qt/addon/qsa
 
 License: 	GPL
 Group: 		Development/Libraries
 Source: 	ftp://ftp.trolltech.com/qsa/source/qsa-x11-opensource-%{version}.tar.gz
-Patch0:		qsa-1.2.1-Qt4.2-preview.patch
 Buildroot: 	%{_tmppath}/qsa-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%define qtdir %(qmake-qt4 -query QT_INSTALL_PREFIX) 
+%define qtdir  %(qmake-qt4 -query QT_INSTALL_PREFIX)
 
 # fix the the broken include path
 %define qtinc %{qtdir}/include
@@ -24,21 +23,23 @@
 #%%define qtinc %(qmake4 -query QT_INSTALL_HEADERS)
 #%%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)
 
+
 %package devel
 Summary:	Development and doc files for qsa 
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 Group:		Development/Libraries
 
 %description
 Qt Script for Applications can be used to build scripable applications with Qt.
 The workbench tool is included in this release.
+Warning: Don't use it for new designs, because it will reach it end of live on
+Dec 2008. So wait for Qt 4.3, witch inlcudes a new scripting engine.
 
 %description devel
 Development files and the documentation
 
 %prep
 %setup -q -n qsa-x11-opensource-%{version}
-%patch0 -p1
 
 %build
 export QTDIR=%{qtdir}
@@ -47,8 +48,8 @@
 export QTLIB=%{qtlib}
 #without qt3support
 #./configure -release -new-editor -prefix %{qtdir}
-./configure -release -prefix %{qtdir}
-#./configure -release 
+./configure -release -prefix %{qtdir} 
+#./configure -release
 make %{?_smp_mflags} -e INSTALL_ROOT=$RPM_BUILD_ROOT sub-src
 
 %install
@@ -74,7 +75,7 @@
 test -d $RPM_BUILD_ROOT%{qtdir}/lib && \
 mkdir -p $RPM_BUILD_ROOT%{qtlib} && \
 mv $RPM_BUILD_ROOT%{qtdir}/lib/* $RPM_BUILD_ROOT%{qtlib}/
-%endif 
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -99,9 +100,22 @@
 %doc doc/html
 
 %changelog 
-* Mon Nov 08 2006 Frank Büttner  <frank-buettner at gmx.net> - 1.2.1-17%{?dist}
+* Thu Jan 11 2007 Frank Büttner  <frank-buettner at gmx.net> - 1.2.2-1%{?dist}
+- update to 1.2.2
+- add warning about end of life
+
+* Mon Nov 08 2006 Frank Büttner  <frank-buettner at gmx.net> - 1.2.1-20%{?dist}
 - fix doc files Bug #214577
 
+* Sat Oct 14 2006 Frank Büttner  <frank-buettner at gmx.net> - 1.2.1-19%{?dist}
+- back to old one because the patch for bug 210544 fails
+
+* Thu Oct 12 2006 Frank Büttner <frank-buettner at gmx.net> - 1.2.1-18%{?dist}
+- fix for bug 210544
+
+* Mon Sep 11 2006 Frank Büttner  <frank-buettner at gmx.net> - 1.2.1-17%{?dist}
+- second rebuild for FC6
+
 * Mon Aug 07 2006 Frank Büttner  <frank-buettner at gmx.net> - 1.2.1-16%{?dist}
 - fix build for EMT64
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qt4-qsa/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Jun 2006 15:06:56 -0000	1.2
+++ sources	11 Jan 2007 09:45:33 -0000	1.3
@@ -1 +1 @@
-46a05bb09346b04cf470dd1a3778c9a0  qsa-x11-opensource-1.2.1.tar.gz
+561a620470d1ba443b08d03ccd4b8e27  qsa-x11-opensource-1.2.2.tar.gz


--- qsa-1.2.1-Qt4.2-preview.patch DELETED ---




More information about the fedora-extras-commits mailing list