Hello community,

here is the log from the commit of package spotify-easyrpm for openSUSE:Factory 
checked in at 2020-04-04 12:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spotify-easyrpm (Old)
 and      /work/SRC/openSUSE:Factory/.spotify-easyrpm.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spotify-easyrpm"

Sat Apr  4 12:25:19 2020 rev:3 rq:791025 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/spotify-easyrpm/spotify-easyrpm.changes  
2019-12-02 11:38:06.826457808 +0100
+++ 
/work/SRC/openSUSE:Factory/.spotify-easyrpm.new.3248/spotify-easyrpm.changes    
    2020-04-04 12:26:12.127975715 +0200
@@ -1,0 +2,6 @@
+Thu Apr 02 23:03:35 UTC 2020 - da...@macemail.co.uk
+
+- Fix no-gpg-checks error
+- Fix for condition of more then 1 Spotify RPM found in rpmbuild/RPMs
+
+-------------------------------------------------------------------

Old:
----
  spotify-easyrpm-2.1.0.tar.gz

New:
----
  spotify-easyrpm-2.1.1.tar.gz

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

Other differences:
------------------
++++++ spotify-easyrpm.spec ++++++
--- /var/tmp/diff_new_pack.8QV5KT/_old  2020-04-04 12:26:13.635977274 +0200
+++ /var/tmp/diff_new_pack.8QV5KT/_new  2020-04-04 12:26:13.635977274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spotify-easyrpm
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           spotify-easyrpm
-Version:        2.1.0
+Version:        2.1.1
 Release:        0
 Summary:        Tool to download, convert and install the Spotify for Linux 
package
 License:        GPL-3.0-only

++++++ spotify-easyrpm-2.1.0.tar.gz -> spotify-easyrpm-2.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spotify-easyrpm-2.1.0/spotify-easyrpm 
new/spotify-easyrpm-2.1.1/spotify-easyrpm
--- old/spotify-easyrpm-2.1.0/spotify-easyrpm   2019-11-30 22:53:20.000000000 
+0100
+++ new/spotify-easyrpm-2.1.1/spotify-easyrpm   2020-04-02 23:58:32.000000000 
+0200
@@ -40,7 +40,7 @@
 EOF
 sleep 2
 cat <<EOF
-VERSION: 2.1.0
+VERSION: 2.1.1
 SUPPORT: https://github.com/megamaced/spotify-easyrpm/issues
 The latest openSUSE Leap, Tumbleweed or SLE are supported only
 
@@ -446,7 +446,7 @@
 
 f_rpm_install() {
 echo "Installing ${V_PKGNAME}-${V_DEB_VER}"
-if ! sudo zypper --non-interactive --no-gpg-check in 
"${V_RPMS_DIR}"/"${V_RPM_ARCH}"/"${V_PKGNAME}"-"${V_DEB_VER}"*"${V_RPM_ARCH}".rpm;
 then
+if ! sudo zypper --non-interactive --no-gpg-checks in 
"${V_RPMS_DIR}"/"${V_RPM_ARCH}"/"${V_PKGNAME}"-"${V_DEB_VER}"*"${V_RPM_ARCH}".rpm;
 then
   f_error "Failed to install ${V_PKGNAME}-${V_DEB_VER}"
 fi
 }
@@ -515,7 +515,7 @@
 f_update_local_repo() {
 if [[ "${V_RUN_MODE}" != "clean-repo" ]]; then
 echo "Moving RPMs from your rpmbuild ${V_RPMS_DIR} to your local repo 
${V_LOCAL_REPO}"
-find "${V_RPMS_DIR}"/"${V_RPM_ARCH}"/ -name 
"${V_PKGNAME}"-*"${V_RPM_ARCH}".rpm -type f -exec mv -t "${V_LOCAL_REPO}" {} \+
+find "${V_RPMS_DIR}"/"${V_RPM_ARCH}"/ -name "${V_PKGNAME}-*${V_RPM_ARCH}.rpm" 
-type f -exec mv -t "${V_LOCAL_REPO}" {} \+
 fi
 if ! createrepo -q "${V_LOCAL_REPO}"; then
  f_error "Failed to create / update local repo. Aborting"


Reply via email to