Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cramfsswap for openSUSE:Factory 
checked in at 2026-06-29 17:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cramfsswap (Old)
 and      /work/SRC/openSUSE:Factory/.cramfsswap.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cramfsswap"

Mon Jun 29 17:30:42 2026 rev:3 rq:1362256 version:1.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/cramfsswap/cramfsswap.changes    2021-07-03 
20:51:03.356673156 +0200
+++ /work/SRC/openSUSE:Factory/.cramfsswap.new.11887/cramfsswap.changes 
2026-06-29 17:31:50.125052758 +0200
@@ -1,0 +2,10 @@
+Sun Jun 28 20:25:42 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.4.5:
+  * QA upload.
+  * Fixed typo in Vcs links.
+  * Adjusted Makefile to work better with parallel build (Closes:
+    #996964).
+  * Updated vcs in d/control to Salsa.
+
+-------------------------------------------------------------------

Old:
----
  cramfsswap_1.4.2.tar.xz

New:
----
  cramfsswap_1.4.5.tar.xz

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

Other differences:
------------------
++++++ cramfsswap.spec ++++++
--- /var/tmp/diff_new_pack.9p5oiX/_old  2026-06-29 17:31:52.585136746 +0200
+++ /var/tmp/diff_new_pack.9p5oiX/_new  2026-06-29 17:31:52.589136882 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cramfsswap
 #
-# Copyright (c) 2020, Martin Hauke <[email protected]>
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,10 +14,20 @@
 
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
+# Copyright (c) 2020, Martin Hauke <[email protected]>
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
 
 
 Name:           cramfsswap
-Version:        1.4.2
+Version:        1.4.5
 Release:        0
 Summary:        Swap endianess of a cram filesystem (cramfs)
 License:        GPL-2.0-only

++++++ cramfsswap_1.4.2.tar.xz -> cramfsswap_1.4.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cramfsswap-1.4.2/Makefile 
new/cramfsswap-1.4.5/Makefile
--- old/cramfsswap-1.4.2/Makefile       2021-01-29 18:08:05.000000000 +0100
+++ new/cramfsswap-1.4.5/Makefile       2025-09-19 21:30:00.000000000 +0200
@@ -6,7 +6,7 @@
 cramfsswap: cramfsswap.c
        $(CC) -Wall -g -O $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o cramfsswap 
cramfsswap.c -lz
 
-strip:
+strip: cramfsswap
        strip cramfsswap
 
 install: cramfsswap
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cramfsswap-1.4.2/debian/changelog 
new/cramfsswap-1.4.5/debian/changelog
--- old/cramfsswap-1.4.2/debian/changelog       2021-01-29 19:39:57.000000000 
+0100
+++ new/cramfsswap-1.4.5/debian/changelog       2025-09-19 21:30:00.000000000 
+0200
@@ -1,3 +1,31 @@
+cramfsswap (1.4.5) unstable; urgency=medium
+
+  * Adopt package (Closes: #981049)
+  * Updated Standards-Version to 4.7.2.
+  * Added autopkgtest.
+
+ -- Syed Shahrukh Hussain <[email protected]>  Sat, 20 Sep 2025 
00:30:00 +0500
+
+cramfsswap (1.4.4) unstable; urgency=medium
+
+  * QA upload.
+
+  * Fixed typo in Vcs links.
+
+ -- Petter Reinholdtsen <[email protected]>  Thu, 11 Jul 2024 07:38:11 +0200
+
+cramfsswap (1.4.3) unstable; urgency=medium
+
+  * QA upload.
+
+  * Adjusted Makefile to work better with parallel build (Closes: #996964).
+  * Updated vcs in d/control to Salsa.
+  * Updated Standards-Version from 4.5.1 to 4.7.0.
+  * Use wrap-and-sort -at for debian control files.
+  * Bump debhelper from old 12 to 13.
+
+ -- Petter Reinholdtsen <[email protected]>  Wed, 10 Jul 2024 23:05:12 +0200
+
 cramfsswap (1.4.2) unstable; urgency=medium
 
   * QA upload.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cramfsswap-1.4.2/debian/control 
new/cramfsswap-1.4.5/debian/control
--- old/cramfsswap-1.4.2/debian/control 2021-01-29 19:05:23.000000000 +0100
+++ new/cramfsswap-1.4.5/debian/control 2025-09-19 21:30:00.000000000 +0200
@@ -1,14 +1,18 @@
 Source: cramfsswap
 Section: utils
 Priority: optional
-Maintainer: Debian QA Group <[email protected]>
-Build-Depends: debhelper-compat (= 12), zlib1g-dev
-Standards-Version: 4.5.1
+Maintainer: Syed Shahrukh Hussain <[email protected]>
+Build-Depends: debhelper-compat (= 13),
+               zlib1g-dev,
+Standards-Version: 4.7.2
 Rules-Requires-Root: no
+Vcs-Browser: https://salsa.debian.org/debian/cramfsswap
+Vcs-Git: https://salsa.debian.org/debian/cramfsswap.git
 
 Package: cramfsswap
 Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
 Description: swap endianness of a cram filesystem (cramfs)
  cramfs is a highly compressed and size optimized Linux filesystem which is
  mainly used for embedded applications. The problem with cramfs is that it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cramfsswap-1.4.2/debian/tests/control 
new/cramfsswap-1.4.5/debian/tests/control
--- old/cramfsswap-1.4.2/debian/tests/control   1970-01-01 01:00:00.000000000 
+0100
+++ new/cramfsswap-1.4.5/debian/tests/control   2025-09-19 21:30:00.000000000 
+0200
@@ -0,0 +1,2 @@
+Tests: test-cmd
+Depends: @, util-linux, util-linux-extra, file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cramfsswap-1.4.2/debian/tests/test-cmd 
new/cramfsswap-1.4.5/debian/tests/test-cmd
--- old/cramfsswap-1.4.2/debian/tests/test-cmd  1970-01-01 01:00:00.000000000 
+0100
+++ new/cramfsswap-1.4.5/debian/tests/test-cmd  2025-09-19 21:30:00.000000000 
+0200
@@ -0,0 +1,58 @@
+#!/bin/sh
+
+DIR="$AUTOPKGTEST_TMP/sample"
+ORG_FS=sample.cramfs
+SWP_1_FS=sample_swp_1.cramfs
+SWP_2_FS=sample_swp_2.cramfs
+
+# create directory
+mkdir -p $DIR
+
+# create file system image
+/usr/sbin/mkfs.cramfs -E $DIR $ORG_FS
+
+# show file details
+file $ORG_FS
+
+# swap
+cramfsswap $ORG_FS $SWP_1_FS
+
+# show swapped file details
+file $SWP_1_FS
+
+# compare first endian swap with original
+diff $ORG_FS $SWP_1_FS
+
+# save result
+RESULT=$?
+
+# check result
+if [ $RESULT -eq 0 ]; then
+    # file not swapped
+    rm -rf $DIR
+    rm *.cramfs
+    exit 1
+fi
+
+# swap second time to revert back to original
+cramfsswap $SWP_1_FS $SWP_2_FS
+
+# show swapped file details
+file $SWP_2_FS
+
+# compare second endian swap with original
+diff $ORG_FS $SWP_2_FS
+
+# save result
+RESULT=$?
+
+# cleanup
+rm -rf $DIR
+rm *.cramfs
+
+# check result
+if [ $RESULT -eq 0 ]; then
+    exit 0
+else
+    exit 1
+fi

Reply via email to