rpms/qtparted/FC-4 .cvsignore, 1.3, 1.4 qtparted-desktop.patch, 1.2, 1.3 qtparted.spec, 1.8, 1.9 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Aug 15 21:49:29 UTC 2005


Author: steve

Update of /cvs/extras/rpms/qtparted/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32634

Modified Files:
	.cvsignore qtparted-desktop.patch qtparted.spec sources 
Log Message:
Update to 0.4.5 (backport from devel).


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qtparted/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	30 Nov 2004 09:27:21 -0000	1.3
+++ .cvsignore	15 Aug 2005 21:49:27 -0000	1.4
@@ -1 +1 @@
-qtparted-0.4.4.tar.bz2
+qtparted-0.4.5.tar.bz2

qtparted-desktop.patch:

Index: qtparted-desktop.patch
===================================================================
RCS file: /cvs/extras/rpms/qtparted/FC-4/qtparted-desktop.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtparted-desktop.patch	30 Nov 2004 09:27:21 -0000	1.2
+++ qtparted-desktop.patch	15 Aug 2005 21:49:27 -0000	1.3
@@ -2,7 +2,7 @@
 +++ data/qtparted.desktop	2004-05-21 00:36:57.955313448 +0300
 @@ -1,7 +1,7 @@
  [Desktop Entry]
--Exec=gksu /usr/sbin/qtparted
+-Exec=/usr/sbin/qtparted
 +Exec=qtparted
  Name=QTParted
 -Icon=qtparted.xpm


Index: qtparted.spec
===================================================================
RCS file: /cvs/extras/rpms/qtparted/FC-4/qtparted.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qtparted.spec	19 May 2005 19:09:32 -0000	1.8
+++ qtparted.spec	15 Aug 2005 21:49:27 -0000	1.9
@@ -1,8 +1,8 @@
 %define qtdir %(. %{_sysconfdir}/profile.d/qt.sh 2>/dev/null; echo $QTDIR)
 
 Name:           qtparted
-Version:        0.4.4
-Release:        3
+Version:        0.4.5
+Release:        1%{?dist}
 Summary:        Partition Magic clone written in C++ using the Qt toolkit
 
 Group:          Applications/System
@@ -18,6 +18,7 @@
 BuildRequires:  qt-devel >= 1:3.1.0, parted-devel >= 1.6.6, XFree86-devel
 BuildRequires:  desktop-file-utils, qt-designer, e2fsprogs-devel, jfsutils
 BuildRequires:  zlib-devel, libjpeg-devel, xfsprogs
+BuildRequires:  automake, perl, autoconf
 Requires:       usermode-gtk, e2fsprogs, jfsutils, xfsprogs
 
 %description
@@ -31,6 +32,12 @@
 
 %build
 export QTDIR="%{qtdir}"
+
+%{__aclocal}
+%{__automake} --add-missing --gnu
+%{__perl} admin/am_edit
+%{__autoconf}
+
 %configure \
   --with-log-dir=%{_localstatedir}/log \
   --disable-reiserfs \
@@ -100,6 +107,10 @@
 
 
 %changelog
+* Sat Aug 13 2005 Steven Pritchard <steve at kspei.com> - 0.4.5-1
+- Update to 0.4.5.
+- Work around unsermake dependency in distributed configure script.
+
 * Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.4.4-3
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qtparted/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	30 Nov 2004 09:27:21 -0000	1.3
+++ sources	15 Aug 2005 21:49:27 -0000	1.4
@@ -1 +1 @@
-b8253bf21eaebe1f2c22b50462e8046c  qtparted-0.4.4.tar.bz2
+4541c0aa5475ba38d3cc518c921c8a34  qtparted-0.4.5.tar.bz2




More information about the scm-commits mailing list