Blame SOURCES/0006-Add-default-colors-to-documentation.patch

149d5d
From 6766d3af1993d48f5548746e68268e674e52bd1d Mon Sep 17 00:00:00 2001
149d5d
From: Gary Leydon <gary.leydon@yale.edu>
149d5d
Date: Fri, 21 May 2021 14:13:59 -0400
149d5d
Subject: [PATCH 1/3] add default colors to documentation
149d5d
149d5d
---
149d5d
 doc/conf_ref.rst | 24 ++++++++++++------------
149d5d
 1 file changed, 12 insertions(+), 12 deletions(-)
149d5d
149d5d
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
149d5d
index ec5bac2ab..fcaa0319f 100644
149d5d
--- a/doc/conf_ref.rst
149d5d
+++ b/doc/conf_ref.rst
149d5d
@@ -498,72 +498,72 @@ configuration file by your distribution to override the DNF defaults.
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of available packages that are older than installed packages.
149d5d
-    The option is used during list operations.
149d5d
+    The option is used during list operations. Default is dim,cyan.
149d5d
 
149d5d
 ``color_list_available_install``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of packages that are available for installation and none of their versions in installed.
149d5d
-    The option is used during list operations.
149d5d
+    The option is used during list operations. Default is normal.
149d5d
 
149d5d
 ``color_list_available_reinstall``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
-    Color of available packages that are identical to installed versions and are available for reinstalls.
149d5d
+    Color of available packages that are identical to installed versions and are available for reinstalls. Default is bold,underline,green.
149d5d
     The option is used during list operations.
149d5d
 
149d5d
 ``color_list_available_upgrade``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
-    Color of available packages that are newer than installed packages.
149d5d
+    Color of available packages that are newer than installed packages. Default is bold,blue.
149d5d
     The option is used during list operations.
149d5d
 
149d5d
 ``color_list_installed_extra``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of installed packages that do not have any version among available packages.
149d5d
-    The option is used during list operations.
149d5d
+    The option is used during list operations. Default is bold,red.
149d5d
 
149d5d
 ``color_list_installed_newer``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of installed packages that are newer than any version among available packages.
149d5d
-    The option is used during list operations.
149d5d
+    The option is used during list operations. Default is bold,yellow.
149d5d
 
149d5d
 ``color_list_installed_older``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of installed packages that are older than any version among available packages.
149d5d
-    The option is used during list operations.
149d5d
+    The option is used during list operations. Default is bold.
149d5d
 
149d5d
 ``color_list_installed_reinstall``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of installed packages that are among available packages and can be reinstalled.
149d5d
-    The option is used during list operations.
149d5d
+    The option is used during list operations. Default is normal.
149d5d
 
149d5d
 ``color_search_match``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
-    Color of patterns matched in search output.
149d5d
+    Color of patterns matched in search output. Default is bold.
149d5d
 
149d5d
 ``color_update_installed``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
-    Color of removed packages.
149d5d
+    Color of removed packages. Default is normal.
149d5d
     This option is used during displaying transactions.
149d5d
 
149d5d
 ``color_update_local``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of local packages that are installed from the @commandline repository.
149d5d
-    This option is used during displaying transactions.
149d5d
+    This option is used during displaying transactions. Default is bold.
149d5d
 
149d5d
 ``color_update_remote``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of packages that are installed/upgraded/downgraded from remote repositories.
149d5d
-    This option is used during displaying transactions.
149d5d
+    This option is used during displaying transactions. Default is normal.
149d5d
 
149d5d
 
149d5d
 ==============
149d5d
-- 
149d5d
2.31.1
149d5d
149d5d
149d5d
From 276e3b1d19bfad2a72f75ecbcce478e4f1e575db Mon Sep 17 00:00:00 2001
149d5d
From: Gary Leydon <gary.leydon@yale.edu>
149d5d
Date: Fri, 21 May 2021 14:16:21 -0400
149d5d
Subject: [PATCH 2/3] add author
149d5d
149d5d
---
149d5d
 AUTHORS | 1 +
149d5d
 1 file changed, 1 insertion(+)
149d5d
149d5d
diff --git a/AUTHORS b/AUTHORS
149d5d
index 1981dc4e7..f8c9eb832 100644
149d5d
--- a/AUTHORS
149d5d
+++ b/AUTHORS
149d5d
@@ -95,3 +95,4 @@ DNF CONTRIBUTORS
149d5d
     Vladan Kudlac <vladankudlac@gmail.com>
149d5d
     Will Woods <wwoods@redhat.com>
149d5d
     Furkan Karcıoğlu <krc440002@gmail.com>
149d5d
+    Gary Leydon <gary.leydon@yale.edu>
149d5d
-- 
149d5d
2.31.1
149d5d
149d5d
149d5d
From 5cfe87de2ecd645c2aa8b210bd98171e8dd72fe5 Mon Sep 17 00:00:00 2001
149d5d
From: Gary Leydon <gary.leydon@yale.edu>
149d5d
Date: Thu, 27 May 2021 11:52:42 -0400
149d5d
Subject: [PATCH 3/3] update colors according to
149d5d
 libdnf/libdnf/conf/ConfigMain.cpp
149d5d
149d5d
---
149d5d
 doc/conf_ref.rst | 16 ++++++++--------
149d5d
 1 file changed, 8 insertions(+), 8 deletions(-)
149d5d
149d5d
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
149d5d
index fcaa0319f..016bd00c2 100644
149d5d
--- a/doc/conf_ref.rst
149d5d
+++ b/doc/conf_ref.rst
149d5d
@@ -498,13 +498,13 @@ configuration file by your distribution to override the DNF defaults.
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of available packages that are older than installed packages.
149d5d
-    The option is used during list operations. Default is dim,cyan.
149d5d
+    The option is used during list operations. Default is magenta.
149d5d
 
149d5d
 ``color_list_available_install``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of packages that are available for installation and none of their versions in installed.
149d5d
-    The option is used during list operations. Default is normal.
149d5d
+    The option is used during list operations. Default is bold,cyan.
149d5d
 
149d5d
 ``color_list_available_reinstall``
149d5d
     :ref:`color <color-label>`
149d5d
@@ -534,36 +534,36 @@ configuration file by your distribution to override the DNF defaults.
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of installed packages that are older than any version among available packages.
149d5d
-    The option is used during list operations. Default is bold.
149d5d
+    The option is used during list operations. Default is yellow.
149d5d
 
149d5d
 ``color_list_installed_reinstall``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of installed packages that are among available packages and can be reinstalled.
149d5d
-    The option is used during list operations. Default is normal.
149d5d
+    The option is used during list operations. Default is cyan.
149d5d
 
149d5d
 ``color_search_match``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
-    Color of patterns matched in search output. Default is bold.
149d5d
+    Color of patterns matched in search output. Default is bold,magenta.
149d5d
 
149d5d
 ``color_update_installed``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
-    Color of removed packages. Default is normal.
149d5d
+    Color of removed packages. Default is red. 
149d5d
     This option is used during displaying transactions.
149d5d
 
149d5d
 ``color_update_local``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of local packages that are installed from the @commandline repository.
149d5d
-    This option is used during displaying transactions. Default is bold.
149d5d
+    This option is used during displaying transactions. Default is green.
149d5d
 
149d5d
 ``color_update_remote``
149d5d
     :ref:`color <color-label>`
149d5d
 
149d5d
     Color of packages that are installed/upgraded/downgraded from remote repositories.
149d5d
-    This option is used during displaying transactions. Default is normal.
149d5d
+    This option is used during displaying transactions. Default is bold,green.
149d5d
 
149d5d
 
149d5d
 ==============
149d5d
-- 
149d5d
2.31.1
149d5d