From 3a2ed3c6e31fe0b9093a3310f1bc94b394efd625 Mon Sep 17 00:00:00 2001 From: Maciek Borzecki Date: Mon, 19 Jan 2015 21:40:27 +0100 Subject: [PATCH] mconnect.spec: bump spec version to 0.1-2 Since code has gone to public repository, start incrementing relase number properly. --- mconnect.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mconnect.spec b/mconnect.spec index 286dce5..615b9ef 100644 --- a/mconnect.spec +++ b/mconnect.spec @@ -1,11 +1,11 @@ # git SHA1 of usable master -%global commit 55ae51af027f0c67627aa56cd5ca249cf8e4ff4f +%global commit b8ffa0fe6e9624b00c4d6523ec58da8d70404717 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global owner bboozzoo Name: mconnect Version: 0.1 -Release: 1.20150118git%{shortcommit}%{?dist} +Release: 2.20150119git%{shortcommit}%{?dist} Summary: Implementation of KDE Connect protocol License: GPLv2 @@ -18,7 +18,6 @@ BuildRequires: glib2-devel BuildRequires: json-glib-devel BuildRequires: libgee-devel BuildRequires: openssl-devel -BuildRequires: vala-devel BuildRequires: libnotify-devel BuildRequires: desktop-file-utils @@ -44,10 +43,13 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/mconnect.desktop %files %doc LICENSE %{_bindir}/mconnect +%dir %{_datadir}/mconnect +%{_datadir}/mconnect/* %{_datadir}/applications/*.desktop -%dir %{_sysconfdir}/mconnect -%{_sysconfdir}/mconnect/* %changelog -* Sun Jan 18 2015 Maciek Borzecki +* Mon Jan 19 2015 Maciek Borzęcki - 0.1-2.20150119gitb8ffa0f +- Bump version to include bug fixes + +* Sun Jan 18 2015 Maciek Borzecki - 0.1-1.20150118git55ae51a - Initial packaging