Hello community,
here is the log from the commit of package spotify-easyrpm for openSUSE:Factory
checked in at 2019-12-02 11:33:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spotify-easyrpm (Old)
and /work/SRC/openSUSE:Factory/.spotify-easyrpm.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spotify-easyrpm"
Mon Dec 2 11:33:37 2019 rev:2 rq:752659 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/spotify-easyrpm/spotify-easyrpm.changes
2019-09-09 23:41:55.761304512 +0200
+++
/work/SRC/openSUSE:Factory/.spotify-easyrpm.new.4691/spotify-easyrpm.changes
2019-12-02 11:38:06.826457808 +0100
@@ -1,0 +2,10 @@
+Sat Nov 30 22:02:35 UTC 2019 - [email protected]
+
+- Replace createrepo with createrepo_c
+
+-------------------------------------------------------------------
+Sat Aug 24 04:49:41 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary. Wrap descriptions.
+
+-------------------------------------------------------------------
@@ -4 +14,2 @@
-- Remove use of the USER variable to fix edge cases with network users or
characters that need to be escaped
+- Remove use of the USER variable to fix edge cases with network
+ users or characters that need to be escaped
Old:
----
spotify-easyrpm-2.0.3.tar.gz
New:
----
spotify-easyrpm-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ spotify-easyrpm.spec ++++++
--- /var/tmp/diff_new_pack.jrqzE3/_old 2019-12-02 11:38:07.210457889 +0100
+++ /var/tmp/diff_new_pack.jrqzE3/_new 2019-12-02 11:38:07.210457889 +0100
@@ -1,7 +1,7 @@
#
# spec file for package spotify-easyrpm
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: spotify-easyrpm
-Version: 2.0.3
+Version: 2.1.0
Release: 0
-Summary: Download, convert and install the Spotify for Linux package
-License: GPL-3.0
+Summary: Tool to download, convert and install the Spotify for Linux
package
+License: GPL-3.0-only
Group: Productivity/Multimedia/Sound/Utilities
URL: https://github.com/megamaced/spotify-easyrpm
Source: %{name}-%{version}.tar.gz
+Requires: createrepo_c
Requires: rpm-build
-Requires: createrepo
Requires: update-desktop-files
BuildArch: noarch
%description
-Spotify-easyrpm is a script which downloads the latest debian package from the
Spotify
-repository and converts it into an RPM for installation
+Spotify-easyrpm is a script which downloads the latest Debian package
+from the Spotify repository and converts it into an RPM for
+installation.
-Automated updates are also supported and installed through the system update
manager
+Automated updates are also supported and installed through the system
+update manager.
%prep
%setup -q
@@ -41,11 +43,9 @@
%build
%install
-
mkdir -p %{buildroot}%{_bindir}
cp %{name} %{buildroot}%{_bindir}/
-
%files
%doc README.md
%license LICENSE
++++++ spotify-easyrpm-2.0.3.tar.gz -> spotify-easyrpm-2.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/spotify-easyrpm-2.0.3/README.md
new/spotify-easyrpm-2.1.0/README.md
--- old/spotify-easyrpm-2.0.3/README.md 2019-05-01 22:41:14.000000000 +0200
+++ new/spotify-easyrpm-2.1.0/README.md 2019-11-30 22:53:20.000000000 +0100
@@ -18,6 +18,13 @@
* Fully unattended quiet mode
+ News
+
+ * 13/09/19 - We got accepted into openSUSE:Factory! We are now in the
official Tumbleweed oss repo
+ * 08/05/19 - We got accepted into multimedia:apps repo on the Open Build
Service! I'm using their
+ one click install links below where possible
+
+
Howto
spotify-easyrpm
@@ -46,29 +53,39 @@
Requirements
- * Latest openSUSE Leap / SLE (x86_64), or Tumbleweed (x86_64 or i586)
+ * openSUSE Leap / SLE (x86_64), or Tumbleweed (x86_64 or i586)
- Download links (One Click Install)
+ Auto Updates
- * SLE 15
https://software.opensuse.org/ymp/home:megamaced:spotify-easyrpm/openSUSE_Leap_15.0/spotify-easyrpm.ymp?base=openSUSE%3ALeap%3A15.0&query=spotify-easyrpm
- * openSUSE 15.0
-
https://software.opensuse.org/ymp/home:megamaced:spotify-easyrpm/openSUSE_Leap_15.0/spotify-easyrpm.ymp?base=openSUSE%3ALeap%3A15.0&query=spotify-easyrpm
- * openSUSE Tumbleweed
https://software.opensuse.org/ymp/home:megamaced:spotify-easyrpm/openSUSE_Tumbleweed/spotify-easyrpm.ymp?base=openSUSE%3AFactory&query=spotify-easyrpm
+ spotify-easyrpm can create a systemd user timer job which will run daily
and 5 minutes after user login.
+ This will call the script to do a light check against the Spotify debian
repo for a new release.
+ If a new release is found, a build process is kicked off in the background
and the final RPM will
+ be placed on your machine in a local filesystem repo
(/var/cache/spotify-easyrpm).
+ The next time you run the system updater or zypper up you will see
spotify-client appear as an
+ update alongside regular updates.
+ If you want to modify the update check timer, the file is at
$HOME/.local/share/systemd/user/spotify-easyrpm.timer
+ Please see the systemd documentation for more information
-Auto Updates
+ To see a brief summary of the last run do
-spotify-easyrpm can create a systemd user timer job which will run daily and 5
minutes after user login.
-This will call the script to do a light check against the Spotify debian repo
for a new release.
-If a new release is found, a build process is kicked off in the background and
the final RPM will
-be placed on your machine in a local filesystem repo
(/var/cache/spotify-easyrpm).
-The next time you run the system updater or zypper up you will see
spotify-client appear as an
-update alongside regular updates.
+ systemctl --user status spotify-easyrpm
-If you want to modify the update check timer, the file is at
$HOME/.local/share/systemd/user/spotify-easyrpm.timer
-Please see the systemd documentation for more information
+ If you want to see the full output of the last run you can do
-If you want to see the output of the last update check or build process, you
can run
+ journalctl --user-unit spotify-easyrpm
+
+
+ Download links (One Click Install)
-journalctl --user-unit spotify-easyrpm
\ No newline at end of file
+ * SLE 15
+
https://software.opensuse.org/ymp/home:megamaced:spotify-easyrpm/SLE_15/spotify-easyrpm.ymp?base=SUSE%3ASLE-15%3AGA&query=spotify-easyrpm
+ * openSUSE 42.3
+
https://software.opensuse.org/ymp/multimedia:apps/openSUSE_Leap_42.3/spotify-easyrpm.ymp?base=openSUSE%3ALeap%3A42.3&query=spotify-easyrpm
+ * openSUSE 15.0
+
https://software.opensuse.org/ymp/multimedia:apps/openSUSE_Leap_15.0/spotify-easyrpm.ymp?base=openSUSE%3ALeap%3A15.0&query=spotify-easyrpm
+ * openSUSE 15.1
+
https://software.opensuse.org/ymp/multimedia:apps/openSUSE_Leap_15.1/spotify-easyrpm.ymp?base=openSUSE%3ALeap%3A15.1&query=spotify-easyrpm
+ * openSUSE Tumbleweed
+ We are included in Tumbleweed. Just a `zypper in spotify-easyrpm` away
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/spotify-easyrpm-2.0.3/spotify-easyrpm
new/spotify-easyrpm-2.1.0/spotify-easyrpm
--- old/spotify-easyrpm-2.0.3/spotify-easyrpm 2019-05-01 22:41:14.000000000
+0200
+++ new/spotify-easyrpm-2.1.0/spotify-easyrpm 2019-11-30 22:53:20.000000000
+0100
@@ -40,7 +40,7 @@
EOF
sleep 2
cat <<EOF
-VERSION: 2.0.3
+VERSION: 2.1.0
SUPPORT: https://github.com/megamaced/spotify-easyrpm/issues
The latest openSUSE Leap, Tumbleweed or SLE are supported only
@@ -453,9 +453,9 @@
f_create_repo() {
-if ! rpm -q createrepo > /dev/null 2>&1; then
+if ! rpm -q createrepo_c > /dev/null 2>&1; then
echo "Installing CreateRepo for local filesystem repo"
- if ! sudo zypper --non-interactive in createrepo; then
+ if ! sudo zypper --non-interactive in createrepo_c; then
f_error "Failed to install createrepo. Aborting"
fi
fi