Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tdom for openSUSE:Factory checked in 
at 2023-02-07 18:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tdom (Old)
 and      /work/SRC/openSUSE:Factory/.tdom.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tdom"

Tue Feb  7 18:50:42 2023 rev:23 rq:1063622 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/tdom/tdom.changes        2022-04-20 
17:03:48.283177487 +0200
+++ /work/SRC/openSUSE:Factory/.tdom.new.4462/tdom.changes      2023-02-07 
18:50:44.283664723 +0100
@@ -1,0 +2,6 @@
+Tue Feb  7 12:27:06 UTC 2023 - Reinhard Max <m...@suse.com>
+
+- bsc#1207959: Install binaries and scripts under %tcl_archdir
+- Obsoletes install-libraries-libdir.patch
+
+-------------------------------------------------------------------

Old:
----
  install-libraries-libdir.patch

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

Other differences:
------------------
++++++ tdom.spec ++++++
--- /var/tmp/diff_new_pack.la2UyC/_old  2023-02-07 18:50:44.871667884 +0100
+++ /var/tmp/diff_new_pack.la2UyC/_new  2023-02-07 18:50:44.875667905 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tdom
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,6 @@
 BuildRequires:  tcl-devel
 BuildRequires:  tcllib
 Source0:        http://tdom.org/downloads/tdom-%{version}-src.tgz
-Patch0:         install-libraries-libdir.patch
 
 %description
 tDOM combines high performance XML data processing with easy and
@@ -59,7 +58,7 @@
 cd build
 CFLAGS="%optflags -DUSE_INTERP_ERRORLINE" ../configure \
        --prefix=%_prefix \
-       --libdir=%_libdir \
+       --libdir=%tcl_archdir \
        --mandir=%_mandir \
        --with-tcl=%_libdir \
        --disable-tdomalloc \
@@ -69,7 +68,7 @@
 autoreconf --force
 CFLAGS="%optflags" ./configure \
        --prefix=%_prefix \
-       --libdir=%_libdir \
+       --libdir=%tcl_archdir \
        --mandir=%_mandir \
        --with-tcl=%_libdir \
        --with-tdom=../../build
@@ -83,21 +82,21 @@
 
 %install
 cd build
-make DESTDIR=%buildroot pkglibdir=%tclscriptdir/%name%version install
-chmod 644 %buildroot/%_libdir/*.a
-cd ../extensions/tnc
-make DESTDIR=%buildroot pkglibdir=%tclscriptdir/tnc0.3.0 install
+make DESTDIR=%buildroot install
+make -C ../extensions/tnc DESTDIR=%buildroot install
+#chmod 644 %buildroot/%tcl_archdir/*.a
 
 %files
 %license MPL_2.0.html LICENSE
 %doc ChangeLog CHANGES README.md
 %doc %_mandir/man*/*
-%tclscriptdir/*
-%_libdir/*.so
+%tcl_archdir/*
+%exclude %tcl_archdir/*Config.sh
+%exclude %tcl_archdir/*/*.a
 
 %files devel
-%_libdir/tdomConfig.sh
-%_libdir/*.a
+%tcl_archdir/*Config.sh
+%tcl_archdir/*/*.a
 %_includedir/tdom.h
 
 %changelog

Reply via email to