Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Fabio Valentini
4a7bbbff64
update to version 1.0.4 2022-01-12 21:56:28 +01:00
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ zeitgeist-0.5.0.tar.gz
/zeitgeist-1.0.1.tar.xz
/zeitgeist-1.0.2.tar.xz
/zeitgeist-1.0.3.tar.xz
/zeitgeist-1.0.4.tar.xz

View file

@ -1 +1 @@
SHA512 (zeitgeist-1.0.3.tar.xz) = 79ff0972d1bc228ca5f1df63ee52b7b9b732f4e0a5d74db22b94c5066fb3e5fc02fd491b9e7571d1d215adad4fe11010aa5ad398abbd2f159dde5c88015afb33
SHA512 (zeitgeist-1.0.4.tar.xz) = d474f02b520d2d4990d93f3c81a6398f8bea0ff22a10b216e2e027ba6424cee5967ce0648bb01998e185b5b9274bf59a2a723a1abab447d954f10862721f050b

View file

@ -1,6 +1,6 @@
Name: zeitgeist
Version: 1.0.3
Release: 3%{?dist}
Version: 1.0.4
Release: 1%{?dist}
Summary: Framework providing Desktop activity awareness
# most of the source code is LGPLv2+, except:
# datahub/ is LGPLv3+
@ -14,9 +14,9 @@ License: LGPLv2+ and LGPLv3+ and GPLv2+
URL: https://launchpad.net/zeitgeist
Source0: %{url}/1.0/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: make
BuildRequires: python3-devel
BuildRequires: python3-rdflib
BuildRequires: systemd
@ -142,6 +142,9 @@ make check || true
%{_datadir}/vala/vapi/zeitgeist-datamodel-2.0.vapi
%changelog
* Wed Jan 12 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.4-1
- Update to version 1.0.4.
* Sun Mar 14 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-3
- Reintroduce Python bindings, they support Python 3 since version 1.0.3.