Hello community,

here is the log from the commit of package xcoral for openSUSE:Factory checked 
in at 2020-02-20 15:37:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcoral (Old)
 and      /work/SRC/openSUSE:Factory/.xcoral.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xcoral"

Thu Feb 20 15:37:49 2020 rev:21 rq:777702 version:3.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/xcoral/xcoral.changes    2018-03-22 
12:08:19.726766584 +0100
+++ /work/SRC/openSUSE:Factory/.xcoral.new.26092/xcoral.changes 2020-02-20 
15:37:51.782789347 +0100
@@ -1,0 +2,9 @@
+Thu Feb 20 13:39:10 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Update to version 3.48-8:
+  * No upstream changelog available
+- Drop no longer needed patches:
+  * xcoral-3.47.configure.diff
+  * xcoral-arraysubscript.patch  
+
+-------------------------------------------------------------------

Old:
----
  xcoral-3.47.configure.diff
  xcoral-3.47.tar.gz
  xcoral-arraysubscript.patch

New:
----
  xcoral-3.48-8.tar.gz

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

Other differences:
------------------
++++++ xcoral.spec ++++++
--- /var/tmp/diff_new_pack.jhnGEi/_old  2020-02-20 15:37:52.762791059 +0100
+++ /var/tmp/diff_new_pack.jhnGEi/_new  2020-02-20 15:37:52.762791059 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcoral
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define         real_ver %{version}-8
 Name:           xcoral
-Version:        3.47
+Version:        3.48
 Release:        0
 Summary:        X11 Editor with C/C++/Java Browser
 License:        GPL-2.0-or-later
 Group:          Productivity/Text/Editors
-Url:            http://xcoral.free.fr/
-Source:         http://xcoral.free.fr/xcoral-%{version}.tar.gz
-Patch0:         xcoral-3.47.configure.diff
-Patch1:         xcoral-arraysubscript.patch
+URL:            http://xcoral.free.fr/
+Source:         http://xcoral.free.fr/xcoral-%{real_ver}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xt)
@@ -43,18 +42,20 @@
 online help system (also available Postscript format).
 
 %prep
-%setup -q
-%patch0
-%patch1
+%autosetup -n %{name}-%{real_ver}
 
 %build
 %configure
 # parallel build fails
-make --jobs=1
+%make_build --jobs=1
 
 %install
-install -d %{buildroot}%{_libdir}
-make installprefix=%{buildroot} install
+install -d %{buildroot}%{_libdir}/%{name}
+%make_install \
+  prefix=%{buildroot}%{_prefix} \
+  exec_prefix=%{buildroot}%{_prefix} \
+  X_BINDIR=%{buildroot}%{_bindir} \
+  XC_LIBDIR=%{buildroot}%{_libdir}/%{name}
 find Doc "(" -name "*.ps" -o -name "*.pdf" ")" -exec bzip2 {} +
 install -Dpm 0644 SmacLib/xcoralrc.lf \
   %{buildroot}%{_sysconfdir}/skel/.xcoralrc


Reply via email to