update to 1.10.4

This commit is contained in:
Miroslav Lichvar 2016-08-18 10:50:24 +02:00
parent 5269b37ff4
commit 47c9c2a9bf
3 changed files with 6 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/conky-06f87b.tar.gz
/conky-1.10.4.tar.gz

View File

@ -1,7 +1,3 @@
%global gitdate 20160413
%global gitcommit 06f87b9c26cf79244e4cde82738694636a48df05
%global gitshort %(c=%{gitcommit}; echo ${c:0:6})
%bcond_with audacious
%bcond_without curl
%bcond_without ibm
@ -21,14 +17,14 @@
%bcond_without xinerama
Name: conky
Version: 1.10.1
Release: 5.%{gitdate}git%{gitshort}%{?dist}
Version: 1.10.4
Release: 1%{?dist}
Summary: A system monitor for X
Group: User Interface/X
License: GPLv3+
URL: https://github.com/brndnmtthws/conky
Source0: https://github.com/brndnmtthws/%{name}/archive/%{gitshort}/%{name}-%{gitshort}.tar.gz
Source0: https://github.com/brndnmtthws/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: libXft-devel
BuildRequires: libXt-devel
@ -56,7 +52,7 @@ A system monitor for X originally based on the torsmo code. but more kickass.
It just keeps on given'er. Yeah.
%prep
%setup -q -n %{name}-%{gitcommit}
%setup -q
# remove -Werror from CFLAGS
sed -i 's|-Werror||' cmake/ConkyBuildOptions.cmake

View File

@ -1 +1 @@
f0f7ebd152cca77afaa672dd714a46c9 conky-06f87b.tar.gz
28259c21f50279472fd9a9a8299b70cb conky-1.10.4.tar.gz