rpms/kst/devel saveperiod.diff,NONE,1.1 kst.spec,1.30,1.31

Matthew D Truch mtruch at fedoraproject.org
Mon Oct 20 21:23:08 UTC 2008


Author: mtruch

Update of /cvs/extras/rpms/kst/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3394

Modified Files:
	kst.spec 
Added Files:
	saveperiod.diff 
Log Message:
Include patch from upstream to fix saveperiod.  KDE Bug 172538


saveperiod.diff:

--- NEW FILE saveperiod.diff ---
diff -ur kst-1.7.0/kst/src/libkstapp/kstgraphfiledialog_i.h kst-1.7.0_savepatch/kst/src/libkstapp/kstgraphfiledialog_i.h
--- kst-1.7.0/kst/src/libkstapp/kstgraphfiledialog_i.h	2008-06-23 11:29:32.000000000 -0400
+++ kst-1.7.0_savepatch/kst/src/libkstapp/kstgraphfiledialog_i.h	2008-10-17 21:31:30.000000000 -0400
@@ -67,7 +67,7 @@
     unsigned _h;
     bool _allWindows;
     bool _autoSave;
-    bool _savePeriod;
+    int _savePeriod;
     bool _saveEPSAsVector;
     int _displayOption;
 


Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/devel/kst.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- kst.spec	20 Sep 2008 00:51:21 -0000	1.30
+++ kst.spec	20 Oct 2008 21:22:37 -0000	1.31
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.7.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -8,6 +8,7 @@
 URL:        http://kst.kde.org/
 Source0:    ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/scientific/kst-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:     saveperiod.diff
 
 Requires(post):   /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -78,6 +79,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -235,6 +237,9 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Fri Oct 17 2008 Matthew Truch <matt at truch.net> - 1.7.0-3
+- Include patch from upstream to fix savePeriod.
+
 * Fri Sep 19 2008 Matthew Truch <matt at truch.net> - 1.7.0-2
 - Allow build from netcdf version 4.  
 




More information about the scm-commits mailing list