Accepting request 1084992 from home:alarrosa:branches:M17N

- Update to version 1.0.7:
  * Explicitly flush the file for following read operation
  * Fixed Unused mode warning
  * Code style cleanups
  * Update description inside README.md

OBS-URL: https://build.opensuse.org/request/show/1084992
OBS-URL: https://build.opensuse.org/package/show/M17N/ttf-converter?expand=0&rev=8
This commit is contained in:
Antonio Larrosa 2023-05-05 08:48:52 +00:00 committed by Git OBS Bridge
parent 1197240100
commit f786553875
6 changed files with 17 additions and 8 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">https://github.com/antlarr-suse/ttf-converter</param> <param name="url">https://github.com/antlarr-suse/ttf-converter</param>
<param name="filename">ttf-converter</param> <param name="filename">ttf-converter</param>
<param name="version">1.0.6</param> <param name="version">1.0.7</param>
<param name="revision">1.0.6</param> <param name="revision">1.0.7</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/antlarr-suse/ttf-converter</param> <param name="url">https://github.com/antlarr-suse/ttf-converter</param>
<param name="changesrevision">30c9627432c2ded1ab65bc3c4c022476edfabfa7</param></service></servicedata> <param name="changesrevision">64a18ae18568c450c6f4013a468a3981374e5344</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bab5573ce7c3b1a597182d548ab8369a70c96b5141ccb938033b4e5503ff0761
size 15908

BIN
ttf-converter-1.0.7.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 4 17:26:24 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.0.7:
* Explicitly flush the file for following read operation
* Fixed Unused mode warning
* Code style cleanups
* Update description inside README.md
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 30 17:35:53 UTC 2020 - alarrosa@suse.com Tue Jun 30 17:35:53 UTC 2020 - alarrosa@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ttf-converter # spec file for package ttf-converter
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ttf-converter Name: ttf-converter
Version: 1.0.6 Version: 1.0.7
Release: 0 Release: 0
Summary: Python script that converts fonts to TrueType format Summary: Python script that converts fonts to TrueType format
License: GPL-3.0-only License: GPL-3.0-only