-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
3 changed files
with
10 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
oregano (0.84.41-0) unstable; urgency=low | ||
|
||
* Update upstream | ||
|
||
-- Bernhard Schuster <[email protected]> Fri, 4 Jan 2019 12:18:52 +0200 | ||
|
||
oregano (0.84.40-0) unstable; urgency=low | ||
|
||
* Update upstream | ||
|
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 |
---|---|---|
|
@@ -84,6 +84,9 @@ rm -rf "$RPM_BUILD_ROOT" | |
%{_mandir}/man1/oregano.1.gz | ||
|
||
%changelog | ||
* Fri Jan 4 2019 Bernhard Schuster <[email protected]> 0.84.41-1 | ||
- Dist fix | ||
|
||
* Mon Sep 21 2018 Bernhard Schuster <[email protected]> 0.84.40-1 | ||
- Fix crash causing bugs | ||
|
||
|
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,7 +1,7 @@ | ||
#! /usr/bin/env python3 | ||
# encoding: utf-8 | ||
|
||
VERSION = '0.84.40' | ||
VERSION = '0.84.41' | ||
APPNAME = 'oregano' | ||
|
||
top = '.' | ||
|