Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package partclone for openSUSE:Factory 
checked in at 2024-08-01 22:05:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/partclone (Old)
 and      /work/SRC/openSUSE:Factory/.partclone.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "partclone"

Thu Aug  1 22:05:15 2024 rev:25 rq:1190855 version:0.3.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/partclone/partclone.changes      2023-11-26 
19:38:26.884681227 +0100
+++ /work/SRC/openSUSE:Factory/.partclone.new.7232/partclone.changes    
2024-08-01 22:05:55.692175621 +0200
@@ -1,0 +2,12 @@
+Thu Aug  1 05:26:11 UTC 2024 - Martin Pluskal <[email protected]>
+
+- Update to version 0.3.32:
+  * update hfsplus log
+  * fix ntfs error for ' read error: Success' 
+  * add option prog_second to display in seconds
+  * Fix tiny resource leak. by @TMR5454 in #248
+  * Add missing return in libvmfs_version(). by @TMR5454 in #249
+  * Fix get_exec_name(): when partclone in installed, there is no '/' in argv0 
by @pfrouleau in #55
+  * Include the NTFS Boot Record backup in the cloned image by @pfrouleau in 
#54
+
+-------------------------------------------------------------------

Old:
----
  partclone-0.3.27.tar.gz

New:
----
  partclone-0.3.32.tar.gz

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

Other differences:
------------------
++++++ partclone.spec ++++++
--- /var/tmp/diff_new_pack.ahoQ8z/_old  2024-08-01 22:05:57.436247553 +0200
+++ /var/tmp/diff_new_pack.ahoQ8z/_new  2024-08-01 22:05:57.460248543 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package partclone
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2012 Mariusz Fik <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,26 +17,20 @@
 #
 
 
-%if 0%{?suse_version} && 0%{?suse_version} < 1590
-%global force_gcc_version 12
-%endif
-
 Name:           partclone
-Version:        0.3.27
+Version:        0.3.32
 Release:        0
 Summary:        File System Clone Utilities
 License:        GPL-2.0-or-later
-Group:          System/Filesystems
 URL:            https://partclone.org/
 Source:         
https://github.com/Thomas-Tsai/partclone/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
-BuildRequires:  gcc%{?force_gcc_version}-c++ >= 12
-BuildRequires:  libbtrfs-devel
 BuildRequires:  nilfs-utils-devel
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(bash-completion)
 BuildRequires:  pkgconfig(fuse)
 BuildRequires:  pkgconfig(libntfs-3g)
 BuildRequires:  pkgconfig(mount)
@@ -54,10 +48,6 @@
 %autosetup
 
 %build
-%if 0%{?force_gcc_version}
-  export CC=gcc-%{?force_gcc_version}
-  export CXX=g++-%{?force_gcc_version}
-%endif
 export CFLAGS="%{optflags} -fcommon"
 autoreconf -fiv
 %configure \
@@ -82,11 +72,14 @@
 %install
 %make_install INSTLIBDIR=%{buildroot}%{_datadir}/%{name}
 %fdupes -s %{buildroot}%{_datadir}
+#mv %{buildroot}%{_sysconfdir}/bash_completion.d/partclone-prompt \
+#  %{buildroot}%{_datadir}/bash-completion/completions/
 %find_lang %{name}
 
 %files
 %license COPYING
 %doc ChangeLog README.md
+%{_datadir}/bash-completion/completions/partclone-prompt
 %{_sbindir}/partclone.apfs
 %{_sbindir}/partclone.btrfs
 %{_sbindir}/partclone.chkimg

++++++ partclone-0.3.27.tar.gz -> partclone-0.3.32.tar.gz ++++++
++++ 19191 lines of diff (skipped)

Reply via email to