From a43e421734346b372174aa5c82c8e5e02e8ed474 Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: May 11 2009 08:55:05 +0000 Subject: - update to upstream version 2.3 --- diff --git a/.cvsignore b/.cvsignore index 909b6f5..46c7a78 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -qgit-2.2.tar.bz2 +qgit-2.3.tar.bz2 diff --git a/qgit-2.2-qmake.patch b/qgit-2.2-qmake.patch deleted file mode 100644 index ab9a90f..0000000 --- a/qgit-2.2-qmake.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- qgit/src/src.pro.qmake 2008-06-07 16:37:41.000000000 +0200 -+++ qgit/src/src.pro 2008-07-17 14:53:54.000000000 +0200 -@@ -38,13 +38,13 @@ - - unix { - TARGET = qgit -- target.path = ~/bin -+ target.path = /usr/bin - CONFIG += x11 - } - - HAVE_GCC { -- QMAKE_CXXFLAGS_RELEASE += -s -O2 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion -- QMAKE_CXXFLAGS_DEBUG += -g3 -ggdb -O0 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion -+ QMAKE_CXXFLAGS_RELEASE += -+ QMAKE_CXXFLAGS_DEBUG += - } - - ENABLE_CONSOLE_MSG { diff --git a/qgit-2.3-qmake.patch b/qgit-2.3-qmake.patch new file mode 100644 index 0000000..a1d6325 --- /dev/null +++ b/qgit-2.3-qmake.patch @@ -0,0 +1,22 @@ +--- qgit/src/src.pro.qmake 2009-04-18 19:56:46.000000000 +0200 ++++ qgit/src/src.pro 2009-05-10 16:17:10.000000000 +0200 +@@ -38,7 +38,7 @@ win32 { + + unix { + TARGET = qgit +- target.path = ~/bin ++ target.path = /usr/bin + CONFIG += x11 + } + +@@ -50,8 +50,8 @@ macx { + } + + HAVE_GCC { +- QMAKE_CXXFLAGS_RELEASE += -s -O2 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion +- QMAKE_CXXFLAGS_DEBUG += -g3 -ggdb -O0 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion ++ QMAKE_CXXFLAGS_RELEASE += -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion ++ QMAKE_CXXFLAGS_DEBUG += -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion + } + + ENABLE_CONSOLE_MSG { diff --git a/qgit.spec b/qgit.spec index 31d4366..76818d2 100644 --- a/qgit.spec +++ b/qgit.spec @@ -1,6 +1,6 @@ Name: qgit -Version: 2.2 -Release: 4%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: GUI browser for git repositories Group: Development/Tools @@ -9,7 +9,7 @@ URL: http://digilander.libero.it/mcostalba/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}48d.png -Patch0: %{name}-2.2-qmake.patch +Patch0: %{name}-2.3-qmake.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils, qt4-devel @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 10 2009 Dan Horak 2.3-1 +- update to upstream version 2.3 + * Sat Feb 28 2009 Dan Horak 2.2-4 - update desktop file for recent standards diff --git a/sources b/sources index 3e0fa72..34fda47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f863efa000aa1549f803c6ad743decd6 qgit-2.2.tar.bz2 +1f6cd60cc1b92973718b108d542e3270 qgit-2.3.tar.bz2