Hello community,

here is the log from the commit of package xdiskusage for openSUSE:Factory 
checked in at 2017-12-19 10:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdiskusage (Old)
 and      /work/SRC/openSUSE:Factory/.xdiskusage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdiskusage"

Tue Dec 19 10:57:46 2017 rev:15 rq:557727 version:1.51

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdiskusage/xdiskusage.changes    2015-02-13 
08:35:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xdiskusage.new/xdiskusage.changes       
2017-12-19 10:57:46.755401707 +0100
@@ -1,0 +2,8 @@
+Thu Dec 14 19:07:34 UTC 2017 - crrodrig...@opensuse.org
+
+- Only fltk-devel is needed for build since circa 2014
+- install files manually, buildsystem wrongly strips binaries
+  fixes debuginfo generation.
+- force build scripts to honour CXXFLAGS
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xdiskusage.spec ++++++
--- /var/tmp/diff_new_pack.9keDmI/_old  2017-12-19 10:57:47.227378922 +0100
+++ /var/tmp/diff_new_pack.9keDmI/_new  2017-12-19 10:57:47.227378922 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdiskusage
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,11 +16,6 @@
 #
 
 
-# Note that this is NOT a relocatable package
-%define prefix          /usr
-%define bindir          %{_prefix}/bin
-%define mandir          %{_datadir}/man
-%define tmppath         /tmp
 Name:           xdiskusage
 Version:        1.51
 Release:        0
@@ -31,7 +26,6 @@
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
 BuildRequires:  libX11-devel
@@ -39,10 +33,6 @@
 BuildRequires:  libXinerama-devel
 BuildRequires:  mesa-libGL-devel
 %endif
-%if 0%{?suse_version}
-BuildRequires:  Mesa-devel
-BuildRequires:  xorg-x11-devel
-%endif
 
 %description
 xdiskusage is a user-friendly program to show you what is using
@@ -57,18 +47,17 @@
 %build
 export CXXFLAGS="%{optflags}"
 export CFLAGS="%{optflags}"
-./configure --prefix=%{prefix}
-make %{?_smp_mflags}
+%configure
+make %{?_smp_mflags} CXXFLAGS="%optflags"
 
 %install
-mkdir -p %{buildroot}/%{bindir} %{buildroot}/%{mandir}/man1
-make prefix=%{buildroot}/%{prefix} \
-       mandir=%{buildroot}/%{mandir} install
+%{__install} -D -c xdiskusage %{buildroot}/%{_bindir}/xdiskusage
+%{__install} -D -c -m0644 xdiskusage.1 
%{buildroot}/%{_mandir}/man1/xdiskusage.1
 
 %files
 %defattr(-,root,root)
 %doc README
-%{bindir}/*
-%doc %attr(0644,root,root) %{mandir}/man1/*
+%{_bindir}/*
+%{_mandir}/man1/*
 
 %changelog


Reply via email to