Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yadm for openSUSE:Factory checked in 
at 2023-05-21 19:08:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yadm (Old)
 and      /work/SRC/openSUSE:Factory/.yadm.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yadm"

Sun May 21 19:08:41 2023 rev:2 rq:1088056 version:3.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yadm/yadm.changes        2022-03-22 
19:40:07.467085142 +0100
+++ /work/SRC/openSUSE:Factory/.yadm.new.1533/yadm.changes      2023-05-21 
19:09:36.402742812 +0200
@@ -1,0 +2,14 @@
+Sat May 20 12:54:01 UTC 2023 - [email protected]
+
+- Update to version 3.2.2:
+  * Update version number and update documentation
+  * Adjust markdown creation for new version of groff
+  * Create tests for underscores in distro/family
+  * Accept _ as space substitutes
+  * Remove superfluous space
+  * Document OCI switch
+  * Support docker-like OCI engines
+- Update yadm-fix-shebangs.patch: Fix line skew
+- Compress install archive to minimize file size
+
+-------------------------------------------------------------------

Old:
----
  yadm-3.2.1.tar

New:
----
  _servicedata
  yadm-3.2.2.tar.gz

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

Other differences:
------------------
++++++ yadm.spec ++++++
--- /var/tmp/diff_new_pack.8KuUJ3/_old  2023-05-21 19:09:36.822745209 +0200
+++ /var/tmp/diff_new_pack.8KuUJ3/_new  2023-05-21 19:09:36.826745232 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yadm
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           yadm
-Version:        3.2.1
+Version:        3.2.2
 Release:        0%{?dist}
 Summary:        Yet Another Dotfiles Manager
 License:        GPL-3.0-only
 Group:          Development/Tools/Version Control
 URL:            https://yadm.io
-Source0:        %{name}-%{version}.tar
+Source0:        %{name}-%{version}.tar.gz
 Source99:       %{name}-rpmlintrc
 Patch0:         %{name}-fix-makefile.patch
 Patch1:         %{name}-fix-shebangs.patch

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8KuUJ3/_old  2023-05-21 19:09:36.858745414 +0200
+++ /var/tmp/diff_new_pack.8KuUJ3/_new  2023-05-21 19:09:36.862745437 +0200
@@ -6,7 +6,7 @@
     <param name="url">https://github.com/TheLocehiliosan/yadm.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">3.2.1</param>
+    <param name="revision">3.2.2</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
@@ -14,6 +14,10 @@
     <param name="changesauthor">[email protected]</param>
   </service>
   <service mode="disabled" name="tar" />
+  <service mode="disabled" name="recompress">
+    <param name="file">*.tar</param>
+    <param name="compression">gz</param>
+  </service>
   <service mode="disabled" name="set_version"/>
 </services>
 

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/TheLocehiliosan/yadm.git</param>
              <param 
name="changesrevision">2d4dcd05ef78b7f4776a89809774fda9d3b713d5</param></service></servicedata>
(No newline at EOF)

++++++ yadm-fix-shebangs.patch ++++++
--- /var/tmp/diff_new_pack.8KuUJ3/_old  2023-05-21 19:09:36.890745597 +0200
+++ /var/tmp/diff_new_pack.8KuUJ3/_new  2023-05-21 19:09:36.894745620 +0200
@@ -1,3 +1,13 @@
+diff --git a/contrib/commands/yadm-untracked b/contrib/commands/yadm-untracked
+index 0374247..edabe09 100755
+--- a/contrib/commands/yadm-untracked
++++ b/contrib/commands/yadm-untracked
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env bash
++#!/usr/bin/bash
+ 
+ # To run: `yadm-untracked <config-file>`
+ #
 diff --git a/contrib/hooks/encrypt_with_checksums/post_encrypt 
b/contrib/hooks/encrypt_with_checksums/post_encrypt
 index 5bb7cde..93f4798 100755
 --- a/contrib/hooks/encrypt_with_checksums/post_encrypt
@@ -29,16 +39,16 @@
  # yadm - Yet Another Dotfiles Manager
  # Copyright (C) 2015-2021 Tim Byrne and Martin Zuther
 diff --git a/yadm b/yadm
-index 97a56c1..e1c7d7d 100755
+index 003d954..34d5a30 100755
 --- a/yadm
 +++ b/yadm
 @@ -1,4 +1,4 @@
 -#!/bin/sh
 +#!/usr/bin/bash
  # yadm - Yet Another Dotfiles Manager
- # Copyright (C) 2015-2022 Tim Byrne
+ # Copyright (C) 2015-2023 Tim Byrne
  
-@@ -17,9 +17,11 @@
+@@ -17,9 +17,9 @@
  
  # shellcheck shell=bash
  # execute script with bash (shebang line is /bin/sh for portability)
@@ -48,9 +58,10 @@
 +#if [ -z "$BASH_VERSION" ]; then
 +#  [ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
 +#fi
-+# Packager note : This interferes with rpmlint
-+
  
- VERSION=3.2.1
+ VERSION=3.2.2
  
+-- 
+2.40.1
+
 

++++++ yadm.obsinfo ++++++
--- /var/tmp/diff_new_pack.8KuUJ3/_old  2023-05-21 19:09:36.922745780 +0200
+++ /var/tmp/diff_new_pack.8KuUJ3/_new  2023-05-21 19:09:36.926745803 +0200
@@ -1,5 +1,5 @@
 name: yadm
-version: 3.2.1
-mtime: 1647560863
-commit: abf6ea4b610f50f6bf6ff51fc351ffb6bd7c70e1
+version: 3.2.2
+mtime: 1674501954
+commit: 2d4dcd05ef78b7f4776a89809774fda9d3b713d5
 

Reply via email to