Hello community,

here is the log from the commit of package osdlyrics for openSUSE:Leap:15.2 
checked in at 2020-06-14 04:45:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/osdlyrics (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.osdlyrics.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osdlyrics"

Sun Jun 14 04:45:28 2020 rev:29 rq:814295 version:0.4.99.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/osdlyrics/osdlyrics.changes    2020-01-15 
15:37:43.723040372 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.osdlyrics.new.3606/osdlyrics.changes  
2020-06-14 04:45:33.158881383 +0200
@@ -1,0 +2,21 @@
+Fri Jun 12 15:02:18 UTC 2020 - Hillwood Yang <[email protected]>
+
+- Update to 0.5.5RC2
+  * Fix python logging
+
+-------------------------------------------------------------------
+Mon Jun  1 13:49:34 UTC 2020 - Hillwood Yang <[email protected]>
+
+- Rename osdlyrics-appdata.xml to osdlyrics.appdata.xml 
+
+-------------------------------------------------------------------
+Sun Jan  5 09:26:27 UTC 2020 - Hillwood Yang <[email protected]>
+
+- Change appdata install path. 
+
+-------------------------------------------------------------------
+Wed Jan  1 12:19:51 UTC 2020 - Hillwood Yang <[email protected]>
+
+- Drop xmms2 support
+
+-------------------------------------------------------------------

Old:
----
  osdlyrics-0.5.5-rc1.tar.gz
  osdlyrics-appdata.xml

New:
----
  osdlyrics-0.5.5-rc2.tar.gz
  osdlyrics.appdata.xml

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

Other differences:
------------------
++++++ osdlyrics.spec ++++++
--- /var/tmp/diff_new_pack.FBO4fZ/_old  2020-06-14 04:45:33.634882947 +0200
+++ /var/tmp/diff_new_pack.FBO4fZ/_new  2020-06-14 04:45:33.634882947 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package osdlyrics
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,18 +12,17 @@
 # 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/
 #
 
 
 %define  with_mpd     0
-%define  date         20190330
 # %define  commit       18cc4a872c3a18e99a33ac233f7c8cb2f5dfc624
 # %define  shortcommit  18cc4a8
-%define _version 0.5.5-rc1
+%define _version 0.5.5-rc2
 
 Name:           osdlyrics
-Version:        0.4.99.1
+Version:        0.4.99.2
 Release:        0
 Summary:        A third-party lyrics display program
 License:        GPL-3.0-or-later
@@ -31,7 +30,7 @@
 URL:            https://github.com/osdlyrics/osdlyrics
 Source0:        
https://github.com/osdlyrics/osdlyrics/archive/%{_version}/%{name}-%{_version}.tar.gz
 # Source0:        
https://github.com/osdlyrics/osdlyrics/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
-Source1:        %{name}-appdata.xml
+Source1:        %{name}.appdata.xml
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -51,7 +50,6 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(xmms2-client)
 Requires:       gtk2
 Requires:       python3-chardet
 Requires:       python3-future
@@ -85,41 +83,27 @@
 %setup -q -n %{name}-%{_version}
 
 %build
-export PYTHON=python3
 NOCONFIGURE=1 ./autogen.sh
 %configure  --enable-appindicator \
             PYTHON=/usr/bin/python3 \
 %if %{with_mpd}
-            --enable-mpd \
+            --enable-mpd
 %else
-            --disable-mpd \
+            --disable-mpd
 %endif
-            --enable-xmms2
-make %{?_smp_mflags}
+
+%make_build
 
 %install
 %make_install
-install -d %{buildroot}%{_datadir}/appdata
-cp %{SOURCE1} %{buildroot}%{_datadir}/appdata/
-sed -i 's/$$version/%{_version}/g; s/$$date/%{date}/g' \
-%{buildroot}%{_datadir}/appdata/%{name}-appdata.xml
+install -d %{buildroot}%{_datadir}/metainfo
+install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo
 
 %suse_update_desktop_file %{name}
 
 %find_lang %{name}
 %fdupes %{buildroot}
 
-%if 0%{?suse_version} < 1330
-%post
-%icon_theme_cache_post
-
-%postun
-%icon_theme_cache_post
-
-%posttrans
-%icon_theme_cache_post
-%endif
-
 %files
 %license LICENSE
 %doc README.md
@@ -131,8 +115,8 @@
 %{_datadir}/icons/hicolor/
 %{_datadir}/%{name}/
 %{_datadir}/dbus-1/services/org.%{name}.*
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}-appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/%{name}.appdata.xml
 
 %files -n python3-%{name}
 %{python3_sitelib}/%{name}

++++++ osdlyrics-0.5.5-rc1.tar.gz -> osdlyrics-0.5.5-rc2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osdlyrics-0.5.5-rc1/daemon/lyrics.py 
new/osdlyrics-0.5.5-rc2/daemon/lyrics.py
--- old/osdlyrics-0.5.5-rc1/daemon/lyrics.py    2019-03-29 21:37:22.000000000 
+0100
+++ new/osdlyrics-0.5.5-rc2/daemon/lyrics.py    2019-04-07 17:14:31.000000000 
+0200
@@ -404,7 +404,6 @@
             try:
                 path = expand_path(path_pat, metadata)
             except osdlyrics.pattern.PatternException:
-                logger.exception('expand gg')
                 continue
             for file_pat in file_patterns:
                 try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osdlyrics-0.5.5-rc1/daemon/player.py 
new/osdlyrics-0.5.5-rc2/daemon/player.py
--- old/osdlyrics-0.5.5-rc1/daemon/player.py    2019-03-29 21:37:22.000000000 
+0100
+++ new/osdlyrics-0.5.5-rc2/daemon/player.py    2019-04-07 17:14:31.000000000 
+0200
@@ -120,7 +120,7 @@
             path = proxy.ConnectPlayer(player_info['name'])
         except DBusException as e:
             if e._dbus_error_name != 'org.osdlyrics.Error.ConnectPlayer':
-                logger.exception('BugReport')
+                logging.exception('BugReport')
             return False
         player = self.connection.get_object(proxy.bus_name,
                                             path)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osdlyrics-0.5.5-rc1/python/pattern.py 
new/osdlyrics-0.5.5-rc2/python/pattern.py
--- old/osdlyrics-0.5.5-rc1/python/pattern.py   2019-03-29 21:37:22.000000000 
+0100
+++ new/osdlyrics-0.5.5-rc2/python/pattern.py   2019-04-07 17:14:31.000000000 
+0200
@@ -113,7 +113,7 @@
                     if not isinstance(value, str):
                         value = str(value)
                     has_tag = True
-                    parts.append(value)
+                    parts.append(value.replace('/', '_'))
             if has_tag:
                 start = end + 2
             else:

++++++ osdlyrics-appdata.xml -> osdlyrics.appdata.xml ++++++
--- /work/SRC/openSUSE:Leap:15.2/osdlyrics/osdlyrics-appdata.xml        
2020-01-15 15:37:43.695040352 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.osdlyrics.new.3606/osdlyrics.appdata.xml      
2020-06-14 04:45:32.666879766 +0200
@@ -2,7 +2,7 @@
 <component type="desktop">
   <id>osdlyrics.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-3.0</project_license>
+  <project_license>GPL-3.0-or-later</project_license>
   <name>OSD Lyrics</name>
   <name xml:lang="zh_CN">透明桌面歌词</name>
   <name xml:lang="zh_TW">透明桌面歌詞</name>
@@ -19,32 +19,48 @@
     <p xml:lang="zh_CN">
       OSD Lyrics 是一款针对播放器的歌词外挂,非插件实为独立程序。OSD Lyrics 在你的桌面上显示卡拉 OK 
风格的歌词。也提供另外一种卷式风格的歌词显示方式。OSD Lyrics 可以自动从互联网上自动搜索并下载对应的歌词。
       
-      OSD Lyrics 采用 GPLv3 协议发布,细节详见 COPYING 文件。
+      OSD Lyrics 采用 GPLv3 协议发布,细节详见 LICENSE 文件。
     </p>
     <p xml:lang="zh_TW">
       OSD Lyrics 是一款針對播放器的歌詞外掛,非插件實為獨立程式。OSD Lyrics 在你的桌面上顯示卡拉 OK 
風格的歌詞。也提供另外一種卷式風格的歌詞顯示方式。OSD Lyrics 可以自動從網路上自動搜索并下載對應的歌詞。
       
-      OSD Lyrics 釆用 GPLv3 協議發布,細節詳見 COPYING 文件。
+      OSD Lyrics 釆用 GPLv3 協議發布,細節詳見 LICENSE 檔案。
     </p>
     <p xml:lang="zh_HK">
       OSD Lyrics 是一款針對播放器的歌詞外掛,非插件實為獨立程序。OSD Lyrics 在你的桌面上顯示卡拉 OK 
風格的歌詞。也提供另外一種卷式風格的歌詞顯示方式。OSD Lyrics 可以自動從互聯網上自動搜索并下載對應的歌詞。
       
-      OSD Lyrics 釆用 GPLv3 協議發布,細節詳見 COPYING 文件。
+      OSD Lyrics 釆用 GPLv3 協議發布,細節詳見 LICENSE 檔案。
     </p>
   </description>
   <url type="homepage">https://github.com/osdlyrics/osdlyrics</url>
   <url type="bugtracker">https://github.com/osdlyrics/osdlyrics/issues</url>
   <releases>
-    <release version="$$version" date="$$date"></release>
+    <release version="0.5.5-RC2" date="2020-04-20">
+      <description>
+        <p>
+          Fix python logging
+        </p>
+      </description>
+    </release>
+    <release version="0.5.5-RC1" date="2019-03-30">
+      <description>
+        <p>
+          Fixes autoreconf with "foreign" flag
+        </p>
+      </description>
+    </release>
   </releases>
-  <project_license>GPL-3.0</project_license>
   <developer_name>
   Tiger Soldier
   Sarlmol Apple
   Simply Zhao
  </developer_name>
   <screenshots>
-    <screenshot 
type="default">https://raw.githubusercontent.com/hillwoodroc/appdata/master/screenshot/osdlyrics/osdlyrics01.png</screenshot>
-    <screenshot 
type="default">https://raw.githubusercontent.com/hillwoodroc/appdata/master/screenshot/osdlyrics/osdlyrics02.png</screenshot>
+    <screenshot type="default">
+      
<image>https://raw.githubusercontent.com/hillwoodroc/appdata/master/screenshot/osdlyrics/osdlyrics01.png</image>
+    </screenshot>
+    <screenshot type="default">
+      
<image>https://raw.githubusercontent.com/hillwoodroc/appdata/master/screenshot/osdlyrics/osdlyrics02.png</image>
+    </screenshot>
   </screenshots>
 </component>


Reply via email to