Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apk-tools for openSUSE:Factory 
checked in at 2024-07-25 15:38:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apk-tools (Old)
 and      /work/SRC/openSUSE:Factory/.apk-tools.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apk-tools"

Thu Jul 25 15:38:39 2024 rev:2 rq:1189271 version:2.14.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/apk-tools/apk-tools.changes      2024-06-19 
16:37:33.099464141 +0200
+++ /work/SRC/openSUSE:Factory/.apk-tools.new.1882/apk-tools.changes    
2024-07-25 16:21:25.265193523 +0200
@@ -1,0 +2,68 @@
+Sat Jun 22 09:12:45 UTC 2024 - Martin Hauke <[email protected]>
+
+- Build lua module
+- Update to version 2.14.4
+  * db: fix creation of missing directories
+  * index: do not print message if outputting file to stdout
+  * pkg: accept broken fpm generated packages with a warning
+  * pkg: allow multiple data sections with a warning
+  * pkg: fix index speed regression
+  * pkg: always use real digest, openssl-fips module crashes
+    otherwise
+- Update to version 2.14.3
+  * io: fix gunzip mpart handling regression
+- Update to version 2.14.2
+  * list: fix -P with filter
+  * verify: synchronize with git master
+  * db: refactor apk_package.filename to index
+  * pkg: clean up and simplify code
+  * io: simplify mpart and error handling
+  * io: fix apk_istream_get_max non-complete reads
+  * doc: apk(8) document environment and libfetch config
+  * doc: apk(8) add FILES section, speak of world constraints
+  * list: consider only tag appropriate versions in upgradable
+  * doc: add(8), del(8), world(5) speak of world constraints
+  * doc: apk(8) document --force-broken-world better
+  * pkg: reorder struct apk_package fields for size
+  * doc: apk-search(8) is case insensitive
+  * doc: mention /etc/apk/repositories.d/*.list
+  * doc: fix tagged package explaination
+  * doc: mention apk-world(5) in apk-del(8) and apk-add(8)
+  * doc: mention apk-repositories(5) in apk-search(8)
+  * hash: remove unused code
+  * db: remove dynamic allocations from reverse name calculation
+  * version: calculate installed column size dynamically
+  * build: require gnu11 and guarantee assert.h included from
+    apk_defines.h
+  * db, selected applets: allow --arch to override database
+    architecture
+  * commit: consider install_if chains correctly in error analysis
+  * solver: purge conflicts also via provided name
+  * audit: fix reporting of directory db details
+- Update to version 2.14.1
+  * apk: remove empty arguments for add/del/dot/fix only
+  * tar: set file mtime to package mtime in scripts.tar
+  * db: calculate cache index hash from full url
+  * doc: remove args from apk info --test and --check
+  * doc: document -t short option for apk info
+  * list: add support for --quiet to only print pkgname
+  * apk-audit: exclude busybox-extras with
+    --ignore-busybox-symlinks
+  * apk-cache(5): add missing word
+  * apk-repositories(5): fix cache path
+  * libfetch: remove a set-but-not-uswed variable
+  * libfetch: support EAI_ADDRFAMILY error, correct two error
+    messages
+  * doc/apk-policy: fix documentation about sort order
+  * db, print: describe process exit status better
+  * db: handle waitpid returning EINTR
+  * commit: properly propagate install-if status in error
+    analysis
+  * define APK_DEFAULT_ARCH for loongarch targets
+  * pkg: invalidate sorted installed packages cache on package
+    uninstall
+  * fetch: prefer fetching package with the concrete name
+  * del: fix up previous commit
+  * del: fix --rdepends
+
+-------------------------------------------------------------------

Old:
----
  apk-tools-2.14.0.tar.xz

New:
----
  apk-tools-2.14.4.tar.xz

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

Other differences:
------------------
++++++ apk-tools.spec ++++++
--- /var/tmp/diff_new_pack.S3B2cw/_old  2024-07-25 16:21:25.797214968 +0200
+++ /var/tmp/diff_new_pack.S3B2cw/_new  2024-07-25 16:21:25.801215129 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package apk-tools
 #
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2024, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,17 +21,20 @@
 %define soname 2_14_0
 %define libname libapk%{soname}
 Name:           apk-tools
-Version:        2.14.0
+Version:        2.14.4
 Release:        0
 Summary:        Alpine package manager
 License:        GPL-2.0-or-later
 Group:          System/Packages
 URL:            https://git.alpinelinux.org/apk-tools/
 Source:         %{name}-%{version}.tar.xz
+BuildRequires:  lua53-devel
+BuildRequires:  lua53-zlib
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  scdoc
 BuildRequires:  pkgconfig(libcrypto)
+Provides:       bundled(libfetch)
 
 %description
 Alpine Package Keeper (apk) is a package manager originally built for
@@ -46,6 +50,15 @@
 
 Library for the Alpine package manager.
 
+%package -n lua53-apk
+Summary:        Lua module for apk-tools
+Group:          System/Packages
+Requires:       %name = %version-%release
+Requires:       lua53
+
+%description -n lua53-apk
+Lua module for apk-tools.
+
 %package -n apk-devel
 Summary:        Development files for apk
 Group:          Development/Libraries/C and C++
@@ -62,13 +75,13 @@
 %setup -q
 
 %build
-%make_build LUA=no
+%make_build
 
 %install
 %make_install \
-     LUA=no \
      SBINDIR=%{_sbindir} \
      LIBDIR=%{_libdir} \
+     LUA_LIBDIR=%{_libdir}/lua/5.3 \
      DOCDIR=%{_docdir}/apk-tools \
      PKGCONFIGDIR=%{_libdir}/pkgconfig
 
@@ -88,6 +101,9 @@
 %files -n %{libname}
 %{_libdir}/libapk.so.%{sover}*
 
+%files -n lua53-apk
+%{_libdir}/lua/5.3/apk.so
+
 %files -n apk-devel
 %dir %{_includedir}/apk
 %{_includedir}/apk/apk_*.h

++++++ _service ++++++
--- /var/tmp/diff_new_pack.S3B2cw/_old  2024-07-25 16:21:25.837216581 +0200
+++ /var/tmp/diff_new_pack.S3B2cw/_new  2024-07-25 16:21:25.837216581 +0200
@@ -2,7 +2,7 @@
   <service mode="manual" name="tar_scm">
     <param name="url">https://git.alpinelinux.org/apk-tools</param>
     <param name="scm">git</param>
-    <param name="revision">v2.14.0</param>
+    <param name="revision">v2.14.4</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionformat">@PARENT_TAG@</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.S3B2cw/_old  2024-07-25 16:21:25.865217709 +0200
+++ /var/tmp/diff_new_pack.S3B2cw/_new  2024-07-25 16:21:25.869217871 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://git.alpinelinux.org/apk-tools</param>
-              <param 
name="changesrevision">7250e5fa5bd996a29bf7c27db9f66b50f87e5341</param></service></servicedata>
+              <param 
name="changesrevision">de114558a5d8fa15350b1b3d440712fab6bae817</param></service></servicedata>
 (No newline at EOF)
 

++++++ apk-tools-2.14.0.tar.xz -> apk-tools-2.14.4.tar.xz ++++++
++++ 2434 lines of diff (skipped)

Reply via email to