#2 Update to 0.8, plus SafeConfigParser patch
Merged 4 years ago by ferdnyc. Opened 4 years ago by ferdnyc.
rpms/ ferdnyc/mpdris2 v8-plus-SafeConfig-fix  into  master

file modified
+8 -4
@@ -1,11 +1,11 @@ 

- %global commit0 7bd3faa2cb68ffae793db8e336deee20026dd133

+ %global commit0 1653e15fb9446d5be5bff1dd64dacf70992ab1ef

  %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

  %global tarname mpDris2

- %global checkoutdate    20190207

+ %global checkoutdate    20190706

  

  Name:           mpdris2

- Version:        0.7

- Release:        12.%{checkoutdate}git%{shortcommit0}%{?dist}

+ Version:        0.8

+ Release:        1.%{checkoutdate}git%{shortcommit0}%{?dist}

  Summary:        Provide MPRIS 2 support to mpd

  

  License:        GPLv3+
@@ -59,6 +59,10 @@ 

  

  

  %changelog

+ * Sat Jul 06 2019 FeRD (Frank Dana) <ferdnyc@gmail.com> - 0.8-1.20190706git1653e15

+ - New upstream release 0.8

+ - Updated to git HEAD, includes SafeConfigParser deprecation warning fix

+ 

  * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-12.20190207git7bd3faa

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

  

This PR updates mpdris2 to new upstream version 0.8.

Then it immediately shoots right past it to the latest git HEAD, in order to incorporate a patch that was submitted just after release. The patch eliminates a SafeConfigParser deprecation warning, which is otherwise output on startup.

Thanks! release-monitoring didn't file a ticket somehow.

I've made you an admin too now, so you should be able to merge this yourself :)

Looks like I can, thanks!

I don't think waiting on Koji is going to prove very fruitful, since the CI link has a taskID of None. (Hmm, should probably report that somewhere...)

Pull-Request has been merged by ferdnyc

4 years ago