Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed May 7, 2020
1 parent 080efc3 commit cad3ca8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ emacs osmscout-server.pro packaging/osmscout-server.appdata.xml packaging/ubport

Commit version changes
```
git add osmscout-server.pro packaging/osmscout-server.appdata.xml rpm/harbour-osmscout-server.changes rpm/harbour-osmscout-server.spec rpm/harbour-osmscout-server.yaml
git add osmscout-server.pro packaging/osmscout-server.appdata.xml rpm/harbour-osmscout-server.changes rpm/harbour-osmscout-server.spec rpm/harbour-osmscout-server.yaml packaging/ubports/manifest.json
git status
git commit -m "bump version"
```
2 changes: 1 addition & 1 deletion osmscout-server.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# set version
isEmpty(VERSION) {
VERSION = 1.16.0
VERSION = 1.16.1
}

# Find out flavor and add it to CONFIG for simple testing
Expand Down
7 changes: 7 additions & 0 deletions packaging/osmscout-server.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="1.16.1" date="2020-05-07">
<description>
<ul>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="1.16.0" date="2020-01-22">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion packaging/ubports/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "osmscout-server.desktop"
}
},
"version": "1.16.0",
"version": "1.16.1",
"maintainer": "Jonatan Hatakeyama Zeidler <[email protected]>",
"framework" : "ubuntu-sdk-16.04"
}
4 changes: 4 additions & 0 deletions rpm/harbour-osmscout-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Thu May 7 2020 rinigus <[email protected]> 1.16.1-1
- update translations
- [sailfish] update RPM spec to use system-provided gcc

* Wed Jan 22 2020 rinigus <[email protected]> 1.16.0-1
- add Ubuntu Touch support [jonnius]
- small bugfixes
Expand Down
3 changes: 2 additions & 1 deletion rpm/harbour-osmscout-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name: harbour-osmscout-server
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: OSM Scout Server
Version: 1.16.0
Version: 1.16.1
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down Expand Up @@ -54,6 +54,7 @@ BuildRequires: boost-iostreams >= 1.51
BuildRequires: boost-regex >= 1.51
BuildRequires: boost-system >= 1.51
BuildRequires: lz4-devel
BuildRequires: opt-gcc
BuildRequires: desktop-file-utils

%description
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-osmscout-server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-osmscout-server
Summary: OSM Scout Server
# don't forget to set the version in osmscout-server.pro as well
Version: 1.16.0
Version: 1.16.1
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Expand Down

0 comments on commit cad3ca8

Please sign in to comment.