Compare commits

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

1 commit

Author SHA1 Message Date
Nathanael d. Noblet
908901af7b Bump version to 0.4.8.2016 courtesy tibbs 2018-11-14 14:02:19 -07:00
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
xournal-0.4.5.tar.gz
/xournal-0.4.7.tar.gz
/xournal-0.4.8.tar.gz
/xournal-0.4.8.2016.tar.gz

View file

@ -1 +1 @@
d47acd6987b9fccf2ccdd65878667c79 xournal-0.4.8.tar.gz
SHA512 (xournal-0.4.8.2016.tar.gz) = 1426d5c9ba3486fbe342d49fc19fcc162965cd6a7b7754f79665e43fe0e60e6f42f61969405ace78fdaa7b99cbb3d4b07b7fb5df246d68a329b52084b6eec76e

View file

@ -1,6 +1,6 @@
Name: xournal
Version: 0.4.8
Release: 11%{?dist}
Version: 0.4.8.2016
Release: 1%{?dist}
Summary: Notetaking, sketching, PDF annotation and general journal
Group: Applications/Editors
@ -8,6 +8,7 @@ License: GPLv2
URL: http://xournal.sourceforge.net/
Source0: http://downloads.sourceforge.net/xournal/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: gtk2-devel >= 2.10.0
BuildRequires: libgnomecanvas-devel >= 2.4.0
%if 0%{?fedora} > 9 || 0%{?rhel} > 5
@ -102,6 +103,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
* Wed Nov 14 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.4.8.2016-1
- Update to 0.4.8.2016.
* Tue May 29 2018 Nathanael Noblet <nathanael@gnat.ca> - 0.4.8-11
- Fix build error by adding automake/autoconf as a BuildRequirement