diff --git a/_service b/_service
index 9965c70..14e79e6 100644
--- a/_service
+++ b/_service
@@ -2,7 +2,8 @@
https://github.com/antlarr-suse/ttf-converter
ttf-converter
- 1.0.3
+ 1.0.6
+ 1.0.6
git
enable
diff --git a/_servicedata b/_servicedata
index 6a8d63e..8f6a62d 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/antlarr-suse/ttf-converter
- 6ec51ca498265a020d1d66f1e7b1ba32b9ee4ea7
\ No newline at end of file
+ 30c9627432c2ded1ab65bc3c4c022476edfabfa7
\ No newline at end of file
diff --git a/ttf-converter-1.0.3.tar.xz b/ttf-converter-1.0.3.tar.xz
deleted file mode 100644
index 46ef830..0000000
--- a/ttf-converter-1.0.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c919f1bdaa59041c52a3812a414b71852a299a42b764ab10a4521837815a97dd
-size 14492
diff --git a/ttf-converter-1.0.6.tar.xz b/ttf-converter-1.0.6.tar.xz
new file mode 100644
index 0000000..2b7330a
--- /dev/null
+++ b/ttf-converter-1.0.6.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bab5573ce7c3b1a597182d548ab8369a70c96b5141ccb938033b4e5503ff0761
+size 15908
diff --git a/ttf-converter.changes b/ttf-converter.changes
index d906b38..700908c 100644
--- a/ttf-converter.changes
+++ b/ttf-converter.changes
@@ -1,3 +1,41 @@
+-------------------------------------------------------------------
+Tue Jun 30 17:35:53 UTC 2020 - alarrosa@suse.com
+
+- Update to version 1.0.6:
+ * Standarize output when converting vector and bitmap fonts
+ * Add more subfamilies fixes (boo#1169444)
+
+-------------------------------------------------------------------
+Mon Jun 29 12:09:28 UTC 2020 - Antonio Larrosa
+
+- Update to version 1.0.5:
+ * Add --family and --subfamily arguments to force values on those
+ fields
+ * Add parameters to fix glyph unicode values
+ --fix-glyph-unicode : Try to fix unicode points and glyph names
+ based on glyph names containing hexadecimal codes (like
+ "$0C00", "char12345" or "uni004F")
+ --replace-unicode-values: When passed 2 comma separated numbers
+ a,b the glyph with an unicode value of a is replaced with the
+ unicode value b. Can be used more than once.
+ --shift-unicode-values: When passed 3 comma separated numbers
+ a,b,c this shifts the unicode values of glyphs between a and b
+ (both included) by adding c. Can be used more than once.
+ * Add --bitmapTransform parameter to transform bitmap glyphs. When
+ used, all glyphs are modified with the transformation function and
+ values passed as parameters. The parameter has three values
+ separated by commas: fliph|flipv|rotate90cw|rotate90ccw|
+ rotate180|skew|transmove,xoff,yoff
+ (boo#1169444)
+
+-------------------------------------------------------------------
+Thu Jun 25 10:38:37 UTC 2020 - alarrosa@suse.com
+
+- Update to version 1.0.4:
+ * Add support to convert bitmap fonts (boo#1169444)
+ * Rename MediumItalic subfamily to Medium Italic
+ * Show some more information when removing duplicated glyphs
+
-------------------------------------------------------------------
Mon Jun 22 09:54:07 UTC 2020 - alarrosa@suse.com
diff --git a/ttf-converter.spec b/ttf-converter.spec
index 73241e6..6aaddb5 100644
--- a/ttf-converter.spec
+++ b/ttf-converter.spec
@@ -17,7 +17,7 @@
Name: ttf-converter
-Version: 1.0.3
+Version: 1.0.6
Release: 0
Summary: Python script that converts fonts to TrueType format
License: GPL-3.0-only
@@ -25,6 +25,7 @@ URL: https://github.com/antlarr-suse/ttf-converter
Source: ttf-converter-%{version}.tar.xz
BuildRequires: python3
Requires: fontforge
+Requires: ftdump
Requires: python3-base
BuildArch: noarch