-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
61 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Someday, ????-??-?? (Version 0.0.6) | ||
Monday, 2020-08-03 (Version 0.0.6) | ||
- Tools added: | ||
- unobb | ||
- tws | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ dnl along with xoreos-tools. If not, see <http://www.gnu.org/licenses/>. | |
|
||
AC_PREREQ([2.65]) | ||
|
||
AC_INIT([xoreos-tools],[0.0.5],[[email protected]],[xoreos-tools],[https://xoreos.org/]) | ||
AC_INIT([xoreos-tools],[0.0.6],[[email protected]],[xoreos-tools],[https://xoreos.org/]) | ||
|
||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_SRCDIR([config.h.in]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
xoreos-tools (0.0.6-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Sven Hesse <[email protected]> Mon, 03 Aug 2020 00:00:00 +0200 | ||
|
||
xoreos-tools (0.0.5-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%global snapshot 0 | ||
|
||
Name: xoreos-tools | ||
Version: 0.0.5 | ||
Version: 0.0.6 | ||
|
||
# This is a bit ugly but it works. | ||
%if "%{snapshot}" == "0" | ||
|
@@ -67,6 +67,9 @@ rm %{buildroot}%{_pkgdocdir}/* | |
%license COPYING | ||
|
||
%changelog | ||
* Mon Aug 03 2020 Sven Hesse <[email protected]> 0.0.6-1 | ||
- New upstream release. | ||
|
||
* Tue Jul 03 2018 Sven Hesse <[email protected]> 0.0.5-1 | ||
- New upstream release. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters