rpms/qtpfsgui/F-8 .cvsignore, 1.7, 1.8 qtpfsgui.spec, 1.9, 1.10 sources, 1.7, 1.8

Douglas E. Warner (silfreed) fedora-extras-commits at redhat.com
Fri May 9 14:23:39 UTC 2008


Author: silfreed

Update of /cvs/pkgs/rpms/qtpfsgui/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12033

Modified Files:
	.cvsignore qtpfsgui.spec sources 
Log Message:
* Fri May 09 2008 Douglas E. Warner <silfreed at silfreed.net> 1.9.2-1
- update to 1.9.2
- cleanup spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qtpfsgui/F-8/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	3 Mar 2008 19:22:50 -0000	1.7
+++ .cvsignore	9 May 2008 14:23:02 -0000	1.8
@@ -1 +1 @@
-qtpfsgui-1.9.1.tar.gz
+qtpfsgui-1.9.2.tar.gz


Index: qtpfsgui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qtpfsgui/F-8/qtpfsgui.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qtpfsgui.spec	3 Mar 2008 19:22:50 -0000	1.9
+++ qtpfsgui.spec	9 May 2008 14:23:02 -0000	1.10
@@ -1,15 +1,20 @@
-Summary: A graphical tool for creating and tone-mapping HDR images
 Name: qtpfsgui
-Version: 1.9.1
+Version: 1.9.2
 Release: 1%{?dist}
-#Epoch: 1
-License: GPLv2+
+Summary: A graphical tool for creating and tone-mapping HDR images
+
 Group: Applications/Productivity
-Source0: http://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}.tar.gz
+License: GPLv2+
 URL: http://qtpfsgui.sourceforge.net/
+Source0: http://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: qt4-devel, OpenEXR-devel, exiv2-devel, fftw-devel
-BuildRequires: libjpeg-devel, libtiff-devel
+
+BuildRequires: qt4-devel
+BuildRequires: OpenEXR-devel
+BuildRequires: exiv2-devel
+BuildRequires: fftw-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libtiff-devel
 BuildRequires: desktop-file-utils
 
 %description
@@ -17,16 +22,19 @@
 Dynamic Range (HDR) images.  It also provides a number of tone-mapping
 operators for creating low dynamic range versions of HDR images.
 
+
 %prep
 %setup -q
 
 # fix inconsistant newlines
 %{__sed} -i 's/\r//' Changelog
 
+
 %build
 qmake-qt4 PREFIX=%{_prefix}
 make %{_smp_mflags}
 
+
 %install
 rm -rf %{buildroot}
 make install -e INSTALL_ROOT=%{buildroot} COPY="cp -pf"
@@ -35,21 +43,25 @@
 	--dir=%{buildroot}/%{_datadir}/applications \
 	%{buildroot}/%{_datadir}/applications/%{name}.desktop
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %post
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
+
 %postun
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
+
 %files
 %defattr(-, root, root)
 %doc AUTHORS Changelog LICENSE README TODO
@@ -58,10 +70,18 @@
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
+
 %changelog
+* Fri May 09 2008 Douglas E. Warner <silfreed at silfreed.net> 1.9.2-1
+- update to 1.9.2
+- cleanup spec file
+
 * Mon Mar 03 2008 Douglas E. Warner <silfreed at silfreed.net> 1.9.1-1
 - update to 1.9.1
 
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.9.0-2
+- Autorebuild for GCC 4.3
+
 * Tue Dec 16 2007 Douglas E. Warner <silfreed at silfreed.net> 1.9.0-1
 - update to version 1.9.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qtpfsgui/F-8/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	3 Mar 2008 19:22:50 -0000	1.7
+++ sources	9 May 2008 14:23:02 -0000	1.8
@@ -1 +1 @@
-ab95c404992a666681434ae57983b295  qtpfsgui-1.9.1.tar.gz
+8a037c1dc75f04752dc36a59e7237fc4  qtpfsgui-1.9.2.tar.gz




More information about the fedora-extras-commits mailing list