Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Dec 4, 2021
1 parent c0149ff commit 7ff845b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions com.github.jmlich.geotagging.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
</keywords>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.6.0" timestamp="1638616232">
<description>
<p>Spanish (Latin America) translation - thanks to YoViajo</p>
<p>fix of loading gpx with subsecond precision - thanks to Dmitry Saraev </p>
</description>
</release>
<release version="0.5.9" timestamp="1631280861">
<description>
<p>French translations - thanks to LeJun</p>
Expand Down
4 changes: 2 additions & 2 deletions com.github.jmlich.geotagging.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DVERSION:STRING=0.5.9"
"-DVERSION:STRING=0.6.0"
],
"sources": [
{
"type": "git",
"url": "https://github.com/jmlich/geotagging.git",
"tag": "0.5.9"
"tag": "0.6.0"
}
]
}
Expand Down
6 changes: 5 additions & 1 deletion com.github.jmlich.geotagging.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: com.github.jmlich.geotagging
Version: 0.5.9
Version: 0.6.0
Release: %(date +%Y%m%d%H)%{?dist}
Summary: Photography geotagging tool
Group: Applications/Internet
Expand Down Expand Up @@ -41,6 +41,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/%{name}.appdata.xml

%changelog
* Sat Dec 04 2021 Jozef Mlich <[email protected]> - 0.6.0-1
- Spanish (Latin America) translation - thanks to YoViajo
- fix of loading gpx with subsecond precision - thanks to Dmitry Saraev

* Fri Sep 10 2021 Jozef Mlich <[email protected]> - 0.5.9-1
- French translations - thanks to LeJun
- Danish translations - thanks to Erik 'Clicketyclick' Bachmann
Expand Down

0 comments on commit 7ff845b

Please sign in to comment.