Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfig for openSUSE:Factory checked in 
at 2021-06-29 22:43:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfig (Old)
 and      /work/SRC/openSUSE:Factory/.xfig.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfig"

Tue Jun 29 22:43:04 2021 rev:52 rq:902847 version:3.2.8a

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfig/xfig.changes        2021-04-06 
17:31:10.587218423 +0200
+++ /work/SRC/openSUSE:Factory/.xfig.new.2625/xfig.changes      2021-06-29 
22:43:45.282912836 +0200
@@ -1,0 +2,7 @@
+Fri Jun 18 13:26:56 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Make spec file build with older SLE versions as well to be able
+  to bundle this with a security update of package transfig 
+  * This version requires transfig version 3.2.8 and above
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xfig.spec ++++++
--- /var/tmp/diff_new_pack.5Y23je/_old  2021-06-29 22:43:45.730913427 +0200
+++ /var/tmp/diff_new_pack.5Y23je/_new  2021-06-29 22:43:45.734913433 +0200
@@ -45,16 +45,24 @@
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  freetype2-devel
-BuildRequires:  libXmu-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  netpbm
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw3d)
 BuildRequires:  pkgconfig(xaw6)
+BuildRequires:  pkgconfig(xmu)
 BuildRequires:  pkgconfig(xpm)
 BuildRequires:  pkgconfig(xt)
+%else
+BuildRequires:  xaw3d-devel
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%endif
 Requires:       efont-unicode
 Requires:       ghostscript-fonts-std
 Requires:       ifnteuro
@@ -65,10 +73,11 @@
 Requires:       xorg-x11-fonts
 Requires:       xorg-x11-fonts-core
 Provides:       xfig.3.2.3d
-%if 0%{?suse_version} > 1310
-BuildRequires:  libXaw3d-devel
-%else
-BuildRequires:  xaw3d-devel
+%if ! %{defined make_build}
+%define make_build make %{?_smp_mflags}
+%endif
+%if ! %{defined make_install}
+%define make_install make install DESTDIR=%{?buildroot} INSTALL="install -p"
 %endif
 
 %description

Reply via email to