diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2018-08-12 14:27:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-12 14:27:31 -0700 |
commit | 799dfcb2293622b93bfa5a601768165ee7ee88d2 (patch) | |
tree | cc01f71950baed9e9e19818bd39f025b3af13e67 | |
parent | Merge pull request #644 from kakurasan/travis_automake_mac (diff) | |
parent | Update rpm spec file to version 1.12 (diff) | |
download | redshift-ng-799dfcb2293622b93bfa5a601768165ee7ee88d2.tar.gz redshift-ng-799dfcb2293622b93bfa5a601768165ee7ee88d2.tar.bz2 redshift-ng-799dfcb2293622b93bfa5a601768165ee7ee88d2.tar.xz |
Merge pull request #634 from benvdh/master
Update rpm spec file to version 1.12
-rw-r--r-- | contrib/redshift.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/redshift.spec b/contrib/redshift.spec index 7159c1e..475aa66 100644 --- a/contrib/redshift.spec +++ b/contrib/redshift.spec @@ -1,5 +1,5 @@ Name: redshift -Version: 1.11 +Version: 1.12 Release: 1%{dist} Summary: Adjusts the color temperature of your screen according to time of day Group: Applications/System @@ -83,6 +83,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/appdata/redshift-gtk.appdata.xml %changelog +* Sun Jul 8 2018 Ben van der Harg <benvanderharg@yandex.com> - 1.12.1 +- Update to 1.12 * Sat Jan 2 2016 Jon Lund Steffensen <jonlst@gmail.com> - 1.11-1 - Update to 1.11 |