75a7fc8791
- Resolves: BZ#2140197 - mark LICENSE as %license - Spec cleanup - Small patches, as a rule, are in git dist, to be more easy to read.
38 lines
898 B
Diff
38 lines
898 B
Diff
From 0b73fb82ccf178d496bd8da5b8c0a6906b14d030 Mon Sep 17 00:00:00 2001
|
|
From: Rex Dieter <rdieter@gmail.com>
|
|
Date: Sun, 13 May 2018 08:40:55 -0500
|
|
Subject: [PATCH 1/2] open for post 1.1.3 development
|
|
|
|
---
|
|
ChangeLog | 3 +++
|
|
scripts/xdg-utils-common.in | 2 +-
|
|
2 files changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
index c9eaeea..6864f88 100644
|
|
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -1,3 +1,6 @@
|
|
+=== xdg-utils 1.1.4 ===
|
|
+
|
|
+
|
|
=== xdg-utils 1.1.3 ===
|
|
|
|
2018-05-10
|
|
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in
|
|
index 9cfc8a3..a8abed8 100644
|
|
--- a/scripts/xdg-utils-common.in
|
|
+++ b/scripts/xdg-utils-common.in
|
|
@@ -245,7 +245,7 @@ check_common_commands()
|
|
;;
|
|
|
|
--version)
|
|
- echo "@NAME@ 1.1.3"
|
|
+ echo "@NAME@ 1.1.3+"
|
|
exit_success
|
|
;;
|
|
esac
|
|
--
|
|
2.17.0
|
|
|