commit partclone for openSUSE:Factory
Hello community, here is the log from the commit of package partclone for openSUSE:Factory checked in at 2017-02-22 13:56:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/partclone (Old) and /work/SRC/openSUSE:Factory/.partclone.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "partclone" Changes: -------- --- /work/SRC/openSUSE:Factory/partclone/partclone.changes 2016-07-05 09:52:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.partclone.new/partclone.changes 2017-02-22 13:56:15.761026900 +0100 @@ -1,0 +2,7 @@ +Tue Feb 21 11:41:31 UTC 2017 - mpluskal@suse.com + +- Update to version 0.3.5a: + * Support for fuse + * Several bugfixes and internal changes + +------------------------------------------------------------------- Old: ---- partclone-0.2.89.tar.gz New: ---- partclone-0.3.5a.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ partclone.spec ++++++ --- /var/tmp/diff_new_pack.GYQhqU/_old 2017-02-22 13:56:16.568911968 +0100 +++ /var/tmp/diff_new_pack.GYQhqU/_new 2017-02-22 13:56:16.572911399 +0100 @@ -1,7 +1,7 @@ # # spec file for package partclone # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Mariusz Fik <fisiu@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: partclone -Version: 0.2.89 +Version: 0.3.5a Release: 0 Summary: File System Clone Utilities License: GPL-2.0+ @@ -32,12 +32,9 @@ BuildRequires: ncurses-devel BuildRequires: nilfs-utils-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(libntfs-3g) BuildRequires: pkgconfig(uuid) -# 0.3 branch seems currently abandoned -Provides: %{name} = 0.3.0~gitbcaa -Obsoletes: %{name} = 0.3.0~gitbcaa -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A set of file system clone utilities, including @@ -62,14 +59,10 @@ --enable-nilfs2 \ --enable-minix \ --enable-reiserfs -make %{?_smp_mflags} +make %{?_smp_mflags} LIBS="-lncursesw -lpthread -lfuse" %install -make \ - %{?_smp_mflags} \ - DESTDIR=%{buildroot} \ - INSTLIBDIR=%{buildroot}%{_datadir}/%{name} \ - install +%make_install INSTLIBDIR=%{buildroot}%{_datadir}/%{name} %fdupes -s %{buildroot}%{_datadir} %find_lang %{name} @@ -77,6 +70,8 @@ %defattr(-,root,root) %doc ChangeLog README.md COPYING %{_sbindir}/partclone.btrfs +%{_sbindir}/partclone.block +%{_sbindir}/partclone.imgfuse %{_sbindir}/partclone.chkimg %{_sbindir}/partclone.dd %{_sbindir}/partclone.ext2 ++++++ partclone-0.2.89.tar.gz -> partclone-0.3.5a.tar.gz ++++++ ++++ 10418 lines of diff (skipped)
participants (1)
-
root@hilbertn.suse.de