Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tup for openSUSE:Factory checked in 
at 2024-04-02 16:43:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tup (Old)
 and      /work/SRC/openSUSE:Factory/.tup.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tup"

Tue Apr  2 16:43:10 2024 rev:8 rq:1163935 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/tup/tup.changes  2021-05-15 23:17:26.448441457 
+0200
+++ /work/SRC/openSUSE:Factory/.tup.new.1905/tup.changes        2024-04-02 
16:45:01.806760565 +0200
@@ -1,0 +2,41 @@
+Mon Apr  1 09:10:00 UTC 2024 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 0.8
+  Backwards incompatibility with variants:
+  * The FUSE overlay variants have been removed in favor of
+    explicit variants. If you use variants on version v0.7.11 or
+    earlier, you may need to update your Tupfiles. See
+    https://gittup.org/tup/ex_explicit_variants.html for more
+    details.
+  New features:
+  * 'import' keyword to set a Tupfile variable to an environment
+    variable.
+  * 'tup compiledb' can create a compile_commands.json for
+    third-party tools to see compilation commands.
+  * 'tup commandline' shows the commandline used to compile a
+    file.
+  * 'tup generate' can support building in a separate build
+    directory (if the project supports building with variants).
+  * 'tup generate' can take an output list to limit what the
+    script generates (ie: a partial build script).
+  * A single Lua state is now re-used during parsing and doesn't
+    need to be reinitialized for every Lua-based Tupfile.
+  * Internal mtime tracking is now at nanosecond resolution
+    (where supported by the OS) instead of 1-second intervals.
+  Dependency updates:
+  * Internal Lua version is now 5.4.6
+  * Internal SQLite version is now 3.45.2
+  * Internal PCRE version is now PCRE2 10.42
+  * External PCRE dependency is now libpcre2 instead of libpcre
+    (default unless built with CONFIG_TUP_USE_SYSTEM_PCRE=n in
+    which case the internal version is used)
+  Bug fixes:
+  * Fixed a bug that results in tup_entry_rm called on tupid X,
+    which still has refcount=1
+  * ^o rules that fail with a monitor autoupdate no longer cause
+    infinite loops
+  * Deleted files are now removed from the transient_list.
+- Drop tup-add_archs.patch (no longer necessary)
+- Drop tup.rpmlintrc
+
+-------------------------------------------------------------------

Old:
----
  tup-0.7.11.tar.gz
  tup-add_archs.patch
  tup.rpmlintrc

New:
----
  tup-0.8.tar.gz

BETA DEBUG BEGIN:
  Old:  * Deleted files are now removed from the transient_list.
- Drop tup-add_archs.patch (no longer necessary)
- Drop tup.rpmlintrc
BETA DEBUG END:

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

Other differences:
------------------
++++++ tup.spec ++++++
--- /var/tmp/diff_new_pack.Tu5Kqd/_old  2024-04-02 16:45:02.958801687 +0200
+++ /var/tmp/diff_new_pack.Tu5Kqd/_new  2024-04-02 16:45:02.962801830 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tup
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,17 @@
 
 
 Name:           tup
-Version:        0.7.11
+Version:        0.8
 Release:        0
 Summary:        File-based build system
 License:        GPL-2.0-only
 URL:            http://gittup.org/tup/
 Source0:        
https://github.com/gittup/tup/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source99:       %{name}.rpmlintrc
-Patch0:         tup-add_archs.patch
 BuildRequires:  awk
 BuildRequires:  pkgconfig
 BuildRequires:  vim
 BuildRequires:  pkgconfig(fuse3)
-BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(libpcre2-posix)
 Requires:       vim
 
 %description

++++++ tup-0.7.11.tar.gz -> tup-0.8.tar.gz ++++++
++++ 244717 lines of diff (skipped)

Reply via email to