Skip to content

Commit

Permalink
- Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryCasiano committed Apr 9, 2021
1 parent 149e79f commit fe5ea2d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.5 -> 0.8.6

- Fix GSettings crash with GNOME 40 due to missing "antialias" setting

0.8.4 -> 0.8.5

- Fix FTBFS with Vala >= 0.52
Expand Down
2 changes: 1 addition & 1 deletion build-aux/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

PACKAGE_NAME = font-manager
PACKAGE_VERSION = 0.8.5
PACKAGE_VERSION = 0.8.6

ABS_TOP_SRCDIR = $(shell realpath ../)
ABS_SRCDIR = $(shell realpath .)
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
font-manager (0.8.5-1ubuntu1) UNRELEASED; urgency=medium
font-manager (0.8.6-1ubuntu1) UNRELEASED; urgency=medium

* Refer to https://github.com/FontManager/master/commits/master.

Expand Down
6 changes: 3 additions & 3 deletions fedora/font-manager.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%global MajorVersion 0
%global MinorVersion 8
%global PatchVersion 5
%global PatchVersion 6
%global build_timestamp %{lua: print(os.date("%Y%m%d"))}
%global DBusName org.gnome.FontManager
%global DBusName2 org.gnome.FontViewer
%global git_archive https://github.com/FontManager/font-manager/archive/master.tar.gz

Name: font-manager
Version: %{MajorVersion}.%{MinorVersion}.%{PatchVersion}.%{build_timestamp}
Release: 3
Release: 1
Summary: A simple font management application for Gtk+ Desktop Environments
License: GPLv3+
Url: http://fontmanager.github.io/
Expand Down Expand Up @@ -141,5 +141,5 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
%{_libdir}/thunarx-3/thunar-%{name}.so

%changelog
* Tue Dec 1 2020 JerryCasiano <JerryCasiano@gmail.com> 0.8.5-3
* Tue Dec 1 2020 JerryCasiano <JerryCasiano@gmail.com> 0.8.6-1
- Refer to https://github.com/FontManager/font-manager/commits/master for changes.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('font-manager', ['c', 'vala'], license: 'GPL3', version: '0.8.5')
project('font-manager', ['c', 'vala'], license: 'GPL3', version: '0.8.6')

if meson.version().version_compare('< 0.53')
error('Meson version is @0@ but project requires >= 0.53'.format(meson.version()))
Expand Down

0 comments on commit fe5ea2d

Please sign in to comment.