diff --git a/python-sphinx-theme-alabaster.spec b/python-sphinx-theme-alabaster.spec index 453e63f..992e7e5 100644 --- a/python-sphinx-theme-alabaster.spec +++ b/python-sphinx-theme-alabaster.spec @@ -1,12 +1,12 @@ name: python-sphinx-theme-alabaster Version: 0.7.12 -Release: 3 +Release: 4 Summary: Configurable sidebar-enabled Sphinx theme License: BSD URL: https://pypi.python.org/pypi/alabaster Source0: https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz - +Patch0001: update-LICENSE-newyear.patch BuildArch: noarch %description @@ -46,6 +46,9 @@ rm -rf alabaster.egg-info %changelog +* Sat Jan 7 2023 zhangliangpengkun - 0.7.12-4 +- update-LICENSE-newyear + * Tue Aug 02 2022 wangkai - 0.7.12-3 - Update release version for 22.09 diff --git a/update-LICENSE-newyear.patch b/update-LICENSE-newyear.patch new file mode 100644 index 0000000..47e1900 --- /dev/null +++ b/update-LICENSE-newyear.patch @@ -0,0 +1,22 @@ +From ef26b96905992c66b448fc26f76248833d2a2131 Mon Sep 17 00:00:00 2001 +From: Jeff Forcier +Date: Thu, 3 Jan 2019 13:12:45 -0800 +Subject: [PATCH] Happy New Year + +--- + LICENSE | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/LICENSE b/LICENSE +index b5abb04..90409d5 100644 +--- a/LICENSE ++++ b/LICENSE +@@ -1,4 +1,4 @@ +-Copyright (c) 2018 Jeff Forcier. ++Copyright (c) 2020 Jeff Forcier. + + Based on original work copyright (c) 2011 Kenneth Reitz and copyright (c) 2010 + Armin Ronacher. +-- +2.39.0.windows.2 +