Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package casync for openSUSE:Factory checked 
in at 2021-03-12 13:33:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/casync (Old)
 and      /work/SRC/openSUSE:Factory/.casync.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "casync"

Fri Mar 12 13:33:46 2021 rev:8 rq:878500 version:2+git20201210.bd8898e

Changes:
--------
--- /work/SRC/openSUSE:Factory/casync/casync.changes    2020-02-04 
19:53:59.809344121 +0100
+++ /work/SRC/openSUSE:Factory/.casync.new.2401/casync.changes  2021-03-12 
13:33:51.950371794 +0100
@@ -1,0 +2,15 @@
+Fri Mar 12 08:26:27 UTC 2021 - Thorsten Kukuk <ku...@suse.com>
+
+- Cleanup build dependencies
+
+-------------------------------------------------------------------
+Fri Mar 12 07:42:54 UTC 2021 - ku...@suse.com
+
+- Update to version 2+git20201210.bd8898e:
+  * docs: fix simple typo, distuingish -> distinguish
+  * caprotocol: fix typo in protocol description
+  * Call stat again after changing ownership of created files, so we detect 
reset setuid/setgid bits and reset them.
+  * We erroneously use the st_dev value in place of the magic value if the 
st_dev value is cached. This causes problems extracting trees containing 
subvolumes.
+  * Update to Fedora31
+
+-------------------------------------------------------------------

Old:
----
  casync-2+a8f6c841.zip

New:
----
  _service
  _servicedata
  casync-2+git20201210.bd8898e.tar.xz

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

Other differences:
------------------
++++++ casync.spec ++++++
--- /var/tmp/diff_new_pack.SWuNOK/_old  2021-03-12 13:33:52.642372765 +0100
+++ /var/tmp/diff_new_pack.SWuNOK/_new  2021-03-12 13:33:52.646372770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package casync
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,41 +16,32 @@
 #
 
 
-%define revision_short a8f6c841
-%define revision a8f6c841ccfe59ca8c68aad64df170b64042dce8
 Name:           casync
-Version:        2+%{revision_short}
+Version:        2+git20201210.bd8898e
 Release:        0
 Summary:        Content Addressable Data Synchronization Tool
 License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/File-Sharing
 URL:            https://github.com/systemd/casync
-#Source0:        
https://github.com/systemd/casync/archive/v%%{version}/%%{name}-%%{version}.tar.gz
-Source0:        
https://github.com/systemd/casync/archive/%{revision}.zip#/%{name}-%{version}.zip
+Source0:        %{name}-%{version}.tar.xz
 # PATH-FIX-OPENSUSE compiler_error_nonnull.patch -- fix for nonnull gcc error, 
see https://github.com/systemd/casync/issues/83
 Patch0:         compiler_error_nonnull.patch
-BuildRequires:  cmake
-BuildRequires:  diffutils
-BuildRequires:  gcc >= 5
-BuildRequires:  gcc-c++
-BuildRequires:  libacl-devel
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libzstd-devel
 BuildRequires:  meson >= 0.40.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Sphinx
-BuildRequires:  rsync
-BuildRequires:  unzip
 BuildRequires:  pkgconfig(fuse) >= 2.6
 BuildRequires:  pkgconfig(libacl)
 BuildRequires:  pkgconfig(libcurl) >= 7.32.0
 BuildRequires:  pkgconfig(liblzma) >= 5.1.0
 BuildRequires:  pkgconfig(libselinux)
 BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(libzstd)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(zlib)
-ExclusiveArch:  x86_64
+# For test suite:
+BuildRequires:  rsync
+#ExclusiveArch:  x86_64
 
 %description
 casync provides a way to efficiently transfer files which change over
@@ -62,7 +53,7 @@
 have to be transferred during an update.
 
 %prep
-%setup -qn %{name}-%{revision}
+%setup -q
 %patch0 -p1
 
 %build

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="version">2</param>
    <param name="versionformat">2+git%cd.%h</param>
    <param name="url">git://github.com/systemd/casync.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>
++++++ _servicedata ++++++
<servicedata>
  <service name="tar_scm">
    <param name="url">git://github.com/systemd/casync.git</param>
    <param 
name="changesrevision">a904fda76d55a22e094e266531cd6dead75c20b6</param>
 </service>
</servicedata>

Reply via email to