From 28c3205f91439e25620b7d6f187e5baec4292425 Mon Sep 17 00:00:00 2001 From: Fabio Valentini decathorpe@gmail.com Date: Sun, 30 Apr 2017 15:21:42 +0200 Subject: R1: update to version 0.1.3.1
--- .gitignore | 1 + screenshot-tool.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore index 374506e..085305d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /screenshot-tool-0.1.1.tar.xz /screenshot-tool-0.1.2.tar.xz +/screenshot-tool-0.1.3.1.tar.gz diff --git a/screenshot-tool.spec b/screenshot-tool.spec index b927598..89ea6c7 100644 --- a/screenshot-tool.spec +++ b/screenshot-tool.spec @@ -1,11 +1,11 @@ Name: screenshot-tool Summary: Simple screen capture tool -Version: 0.1.2 +Version: 0.1.3.1 Release: 1%{?dist} License: LGPLv3 -URL: https://launchpad.net/screenshot-tool
-Source0: https://launchpad.net/%%7Bname%7D/0.1.x/%%7Bversion%7D/+download/%%7Bname%7D... +URL: https://github.com/elementary/%%7Bname%7D +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake BuildRequires: desktop-file-utils @@ -19,6 +19,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gtk+-3.0) >= 3.12 +BuildRequires: pkgconfig(libcanberra)
Requires: hicolor-icon-theme
@@ -33,7 +34,7 @@ A simple screen capture tool made for elementary OS.
%build mkdir build && pushd build -%cmake .. +%cmake -DICON_UPDATE:BOOL=OFF .. %make_build popd
@@ -48,7 +49,7 @@ popd
%check desktop-file-validate %{buildroot}/%{_datadir}/applications/screenshot-tool.desktop -appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/screenshot-tool.appdata.xml || : +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/screenshot-tool.appdata.xml
%post @@ -76,6 +77,12 @@ fi
%changelog +* Sun Apr 30 2017 Fabio Valentini decathorpe@gmail.com - 0.1.3.1-1 +- Update to version 0.1.3.1. + +* Sat Apr 22 2017 Fabio Valentini decathorpe@gmail.com - 0.1.3-1 +- Update to version 0.1.3. + * Fri Feb 17 2017 Fabio Valentini decathorpe@gmail.com - 0.1.2-1 - Update to version 0.1.2. - Remove patch and bundled icon. Upstream now ships an icon. diff --git a/sources b/sources index 1b08eaf..fc70c75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (screenshot-tool-0.1.2.tar.xz) = 55740986891cc019304e18a3a0c1e6a50fb66612b2e0ccfa52942a2a84db5c65b011916c60a24c6fc9d7d3b86d0691d8a53ed3f50027646cfa07175777d5da12 +SHA512 (screenshot-tool-0.1.3.1.tar.gz) = 4176986790e920d36fed201810dbe440e4402293e603d275c7b0518ad07f8c13cf4d108360e2fe78d492991c85e1be1a63d1024befdd539d0c6e8510400b1b71
scm-commits@lists.fedoraproject.org