Hello community, here is the log from the commit of package qgit for openSUSE:Factory checked in at 2012-09-20 15:46:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qgit (Old) and /work/SRC/openSUSE:Factory/.qgit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qgit", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/qgit/qgit.changes 2011-12-02 13:22:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qgit.new/qgit.changes 2012-09-20 15:46:35.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Sep 16 12:29:56 UTC 2012 - [email protected] + +- Don't strip binaries + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qgit.spec ++++++ --- /var/tmp/diff_new_pack.mE2Uuj/_old 2012-09-20 15:46:36.000000000 +0200 +++ /var/tmp/diff_new_pack.mE2Uuj/_new 2012-09-20 15:46:36.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package qgit # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,19 @@ # - Name: qgit Version: 2.4 -Release: 1 -License: GPL-2.0+ +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Graphical Git Repository Viewer +License: GPL-2.0+ Group: Development/Tools/Version Control Url: http://sourceforge.net/projects/qgit %define tar_version %version Source: qgit-%tar_version.tar.bz2 Source1: qgit4.desktop -AutoReqProv: on -BuildRequires: libqt4-devel update-desktop-files +BuildRequires: libqt4-devel +BuildRequires: update-desktop-files Requires: git-core >= 1.4.0 %description @@ -63,11 +62,10 @@ %setup -q -n redivivus %build -qmake -make %{?jobs:-j %jobs} CXXFLAGS="$RPM_OPT_FLAGS" +qmake QMAKE_CXXFLAGS="$RPM_OPT_FLAGS" QMAKE_STRIP=: +make %{?jobs:-j %jobs} %install -sed -i -e '/-strip/d' src/Makefile.Release make INSTALL_ROOT=$RPM_BUILD_ROOT install install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%_datadir/applications/qgit.desktop %suse_update_desktop_file $RPM_BUILD_ROOT%_datadir/applications/qgit.desktop -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
