[vdr-vnsiserver/f19] Update to 1.2.0

Dr. Tilmann Bubeck bubeck at fedoraproject.org
Sun Sep 14 18:40:26 UTC 2014


commit 20ebbaad53c427235488e057bfdf69680e4f34d8
Author: Dr. Tilmann Bubeck <tilmann at bubecks.de>
Date:   Sun Sep 14 20:40:19 2014 +0200

    Update to 1.2.0
    
    - Changed package to use version tags instead of git hash

 vdr-vnsiserver.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/vdr-vnsiserver.spec b/vdr-vnsiserver.spec
index b4bf875..4dd7238 100644
--- a/vdr-vnsiserver.spec
+++ b/vdr-vnsiserver.spec
@@ -1,16 +1,14 @@
 %global plugin_name     vnsiserver
-%global git_hash        7d4aa813cc54431151e9120f2080f00251e9cf48
-%global short_git_hash  %%(c=%%{git_hash}; echo ${c:0:7})
 
 Name:           vdr-vnsiserver
-Version:        1.1.0
-Release:        2%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        VDR plugin to handle XBMC clients via VNSI
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            https://github.com/FernetMenta/vdr-plugin-vnsiserver
 
-Source:         https://github.com/FernetMenta/vdr-plugin-vnsiserver/archive/%{short_git_hash}/%{name}-%{short_git_hash}.tar.gz
+Source:         https://github.com/FernetMenta/vdr-plugin-vnsiserver/archive/v%{version}.tar.gz
 
 Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
 Conflicts:      vdr-vnsiserver3
@@ -28,7 +26,7 @@ with a VDR running this plugin.
 See http://wiki.xbmc.org/index.php?title=VDR for more information.
 
 %prep
-%setup -q -n vdr-plugin-vnsiserver-%{git_hash}
+%setup -q -n vdr-plugin-vnsiserver-%{version}
 
 %build
 make %{?_smp_mflags} CFLAGS="-fPIC %optflags" CXXFLAGS="-fPIC %{optflags}"
@@ -48,6 +46,10 @@ install -Dpm 644 %{plugin_name}/* %{buildroot}%{vdr_configdir}/plugins/%{plugin_
 %{vdr_plugindir}/libvdr-%{plugin_name}.so.%{vdr_apiversion}
 
 %changelog
+* Sun Sep 14 2014 Dr. Tilmann Bubeck <tilmann at bubecks.de> - 1.2.0-1
+- Update to 1.2.0
+- Changed package to use version tags instead of git hash
+
 * Tue May 20 2014 Dr. Tilmann Bubeck <tilmann at bubecks.de> - 1.1.0-2
 - Added "Conflicts" to spec file
 


More information about the scm-commits mailing list