rpms/qwt/EL-5 .cvsignore, 1.2, 1.3 qwt-path.patch, 1.1, 1.2 qwt.spec, 1.1, 1.2 sources, 1.2, 1.3

frankb frankb at fedoraproject.org
Fri Feb 5 14:34:33 UTC 2010


Author: frankb

Update of /cvs/pkgs/rpms/qwt/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv938

Modified Files:
	.cvsignore qwt-path.patch qwt.spec sources 
Log Message:
update to 5.1.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qwt/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	29 Sep 2007 19:23:12 -0000	1.2
+++ .cvsignore	5 Feb 2010 14:34:32 -0000	1.3
@@ -1 +1 @@
-qwt-5.0.2.tar.bz2
+qwt-5.1.2.tar.bz2

qwt-path.patch:
 designer/designer.pro |    2 +-
 qwtconfig.pri         |   14 ++++----------
 2 files changed, 5 insertions(+), 11 deletions(-)

Index: qwt-path.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qwt/EL-5/qwt-path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qwt-path.patch	29 Sep 2007 19:23:12 -0000	1.1
+++ qwt-path.patch	5 Feb 2010 14:34:33 -0000	1.2
@@ -1,7 +1,7 @@
-diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
---- qwt-5.0.1.org/designer/designer.pro	2007-05-15 15:23:47.000000000 +0200
-+++ qwt-5.0.1/designer/designer.pro	2007-05-15 17:29:13.000000000 +0200
-@@ -92,7 +92,7 @@
+diff -Nur qwt-5.1.2.org/designer/designer.pro qwt-5.1.2/designer/designer.pro
+--- qwt-5.1.2.org/designer/designer.pro	2010-02-05 15:21:00.000000000 +0100
++++ qwt-5.1.2/designer/designer.pro	2010-02-05 15:22:12.000000000 +0100
+@@ -126,7 +126,7 @@
          RESOURCES += \
              qwt_designer_plugin.qrc
  
@@ -9,23 +9,22 @@ diff -Nur qwt-5.0.1.org/designer/designe
 +        target.path = QTDESIGNERPATH
          INSTALLS += target
      }
+ }
+diff -Nur qwt-5.1.2.org/qwtconfig.pri qwt-5.1.2/qwtconfig.pri
+--- qwt-5.1.2.org/qwtconfig.pri	2010-02-05 15:21:00.000000000 +0100
++++ qwt-5.1.2/qwtconfig.pri	2010-02-05 15:23:32.000000000 +0100
+@@ -7,17 +7,11 @@
+ VER_PAT      = 2
+ VERSION      = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
  
-diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
---- qwt-5.0.1.org/qwtconfig.pri	2007-05-15 12:07:33.000000000 +0200
-+++ qwt-5.0.1/qwtconfig.pri	2007-05-15 15:52:39.000000000 +0200
-@@ -1,18 +1,6 @@
--######################################################################
--# Install paths
--######################################################################
--
 -unix {
--    INSTALLBASE    = /usr/local/qwt-5.0.2
+-    INSTALLBASE    = /usr/local/qwt-5.1.2
 -}
--
+ 
 -win32 {
--    INSTALLBASE    = C:/Qwt-5.0.2
+-    INSTALLBASE    = C:/Qwt-5.1.2
 -}
--
+ 
 -target.path    = $$INSTALLBASE/lib
 -headers.path   = $$INSTALLBASE/include
 -doc.path       = $$INSTALLBASE/doc
@@ -35,7 +34,7 @@ diff -Nur qwt-5.0.1.org/qwtconfig.pri qw
  
  ######################################################################
  # qmake internal options
-@@ -58,7 +46,7 @@
+@@ -97,7 +91,7 @@
  # QwtSVGItem.
  ######################################################################
  


Index: qwt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qwt/EL-5/qwt.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qwt.spec	29 Sep 2007 19:23:12 -0000	1.1
+++ qwt.spec	5 Feb 2010 14:34:33 -0000	1.2
@@ -1,12 +1,12 @@
 Name:		qwt
 Summary:	Qt Widgets for Technical Applications
-Version:	5.0.2
-Release:	5%{?dist}
+Version:	5.1.2
+Release:	0%{?dist}
 BuildRequires:	qt4-devel
 URL:		http://qwt.sourceforge.net
 License:	LGPLv2 with exceptions
 Group:          System Environment/Libraries
-Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Patch0:		qwt-path.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -68,8 +68,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING
 %doc README
 %{_libdir}/libqwt.so.5
-%{_libdir}/libqwt.so.5.0
-%{_libdir}/libqwt.so.5.0.2
+%{_libdir}/libqwt.so.5.1
+%{_libdir}/libqwt.so.5.1.2
 
 %files devel
 %defattr(-,root,root)
@@ -79,6 +79,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so
 
 %changelog
+* Fri Feb 05 2010 Frank Büttner <frank-buettner at gmx.net> - 5.2.0-1
+ - update to 5.1.2
 * Sat Sep 29 2007 Frank Büttner <frank-buettner at gmx.net> - 5.0.2-5
  - add EPEL support
 * Sat Sep 29 2007 Frank Büttner <frank-buettner at gmx.net> - 5.0.2-4


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qwt/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	29 Sep 2007 19:23:12 -0000	1.2
+++ sources	5 Feb 2010 14:34:33 -0000	1.3
@@ -1 +1 @@
-53adbb313c478dd4aae4f1c864a2037e  qwt-5.0.2.tar.bz2
+cb26a36f020d7c038e207b03b7d79bc5  qwt-5.1.2.tar.bz2



More information about the scm-commits mailing list