Mailinglist Archive: opensuse-commit (4019 mails)

< Previous Next >
commit pcp-gui for openSUSE:Factory
Hello community,

here is the log from the commit of package pcp-gui for openSUSE:Factory checked
in at 2011-12-25 17:37:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcp-gui (Old)
and /work/SRC/openSUSE:Factory/.pcp-gui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcp-gui", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcp-gui/pcp-gui.changes 2011-09-23
12:21:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcp-gui.new/pcp-gui.changes 2011-12-25
17:37:50.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:39:47 UTC 2011 - coolo@xxxxxxxx
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pcp-gui.spec ++++++
--- /var/tmp/diff_new_pack.GRA3f9/_old 2011-12-25 17:37:50.000000000 +0100
+++ /var/tmp/diff_new_pack.GRA3f9/_new 2011-12-25 17:37:50.000000000 +0100
@@ -15,24 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-# norootforbuild
-
-
Name: pcp-gui
Version: 1.5.1
-Release: 1
+Release: 0
Summary: Visualisation tools for the Performance Co-Pilot toolkit
License: GPL-2.0
-Url: http://oss.sgi.com/projects/pcp
Group: System/Monitoring
+Url: http://oss.sgi.com/projects/pcp
Source: %{name}-%{version}.src.tar.gz
Requires: pcp >= 2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: libpcp-devel libpcp3 pcp >= 2.0
-BuildRequires: bison flex update-desktop-files
+BuildRequires: autoconf
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: libpcp-devel
+BuildRequires: libpcp3
+BuildRequires: pcp >= 2.0
+BuildRequires: update-desktop-files
%if "%{_vendor}" == "suse"
Requires: qt >= 4.2
-BuildRequires: libqt4-devel qt-devel >= 4.2
+BuildRequires: libqt4-devel
+BuildRequires: qt-devel >= 4.2
%else
Requires: qt4 >= 4.2
BuildRequires: qt4-devel >= 4.2
@@ -53,13 +56,12 @@
to the core PCP infrastructure.

%package -n pcp-doc
-License: GPL-2.0
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
-Group: Documentation/HTML
Conflicts: pcp-gui < 1.5.0
Summary: Performance Co-Pilot documentation and tutorials
+Group: Documentation/HTML
Url: http://oss.sgi.com/projects/pcp/

%description -n pcp-doc

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread