diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | contrib/redshift.spec (renamed from contrib/redshift.spec.in) | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 230afba..5a35eaa 100644 --- a/configure.ac +++ b/configure.ac @@ -229,7 +229,6 @@ AC_CONFIG_FILES([ po/Makefile.in src/Makefile src/redshift-gtk/Makefile - contrib/redshift.spec ]) AC_OUTPUT diff --git a/contrib/redshift.spec.in b/contrib/redshift.spec index 312d9ac..39eb5d2 100644 --- a/contrib/redshift.spec.in +++ b/contrib/redshift.spec @@ -1,5 +1,5 @@ Name: redshift -Version: @VERSION@ +Version: 1.9.1 Release: 1%{dist} Summary: Adjusts the color temperature of your screen according to time of day Group: Applications/System @@ -37,7 +37,7 @@ Requires: %{name} = %{version}-%{release} Obsoletes: gtk-redshift < %{version}-%{release} %description -n %{name}-gtk -This package provides GTK integration for Redshift, a screen color +This package provides GTK integration for Redshift, a screen color temperature adjustment program. %prep |