commit 697ab9c6242cff20abb2eefba0f2c16cd573fa48
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Jan 29 09:53:32 2020 +0100
Update to 0.31.3143
.gitignore | 1 +
sources | 2 +-
xt7-player-mpv.spec | 17 ++++++++++++-----
3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6461990..7761e51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/xt7-player-mpv-0.29.3122.tar.gz
/xt7-player-mpv-3fac617.tar.gz
/xt7-player-mpv-6e211df.tar.gz
+/xt7-player-mpv-0.31.3143.tar.gz
diff --git a/sources b/sources
index b1d5ba8..9d66718 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xt7-player-mpv-6e211df.tar.gz) =
10efd76b95032a70e077410d65163870a96fc9cf432e8217bcea8adea795b84ed77df9f6870ecdfd1932a13cbda2e73063692f6a56ad1fd06ff4f1be723b4be4
+SHA512 (xt7-player-mpv-0.31.3143.tar.gz) =
ba55e3b23444c37b21e9b974138a5d03cae7f9b24f0c643d01b76a84e81078bf9f4963cd2f024eebab3a808efd87f91c9585d1942ece87b09ab29e5f9954a7a1
diff --git a/xt7-player-mpv.spec b/xt7-player-mpv.spec
index 507d8c3..1dd4b78 100644
--- a/xt7-player-mpv.spec
+++ b/xt7-player-mpv.spec
@@ -5,12 +5,14 @@
%global gitrelease .%{gitdate}.git%{shortcommit}
Name: xt7-player-mpv
-Version: 0.30.3140
-Release: 0.1%{?gitrelease}%{?dist}
+Version: 0.31.3143
+#Release: 0.1%%{?gitrelease}%%{?dist}
+Release: 1%{?dist}
Summary: Qt/Gambas gui to mpv media player
License: GPLv3+
URL:
http://xt7-player.sourceforge.net/xt7forum/
-Source0: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
+#Source0: %%{giturl}/archive/%%{commit}/%%{name}-%%{shortcommit}.tar.gz
+Source0: %{giturl}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: libappstream-glib
BuildRequires: desktop-file-utils
@@ -74,7 +76,8 @@ integration, dvbt, media tagging, library and playlist managment and a
lot
more.
%prep
-%autosetup -p1 -n %{name}-%{?commit}%{?!commit:%{version}}
+%autosetup -p1 -n %{name}-%{version}
+#%%autosetup -p1 -n %%{name}-%%{?commit}%%{?!commit:%%{version}}
sed -i '/project_group/d' xt7-player-mpv.appdata.xml
%build
@@ -84,7 +87,8 @@ gba3
%install
# executable
mkdir -p %{buildroot}%{_bindir}
-install -m755 %{name}-%{commit}.gambas %{buildroot}%{_bindir}/%{name}.gambas
+# install -m755 %{name}-%{commit}.gambas %{buildroot}%{_bindir}/%{name}.gambas
+install -m755 %{name}-%{version}.gambas %{buildroot}%{_bindir}/%{name}.gambas
#icons
for size in 256 48 32 16; do
@@ -112,6 +116,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/%{name}*.xml
%changelog
+* Wed Jan 29 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 0.31.3143-1
+- Update to 0.31.3143
+
* Fri Nov 22 2019 Martin Gansser <martinkg(a)fedoraproject.org> -
0.30.3140-0.1.20191030.git6e211df
- Update to 0.30.3140-0.1.20191030.git6e211df