From 2345117c3be50b2f3a16c7e58ccbac480639c5a8 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 2 Dec 2021 11:37:54 +0800 Subject: [PATCH] Add .gitattriutes files --- 0011-Add-gitattriutes-files.patch | 22 ++++++++++++++++++++++ ukui-screensaver.spec | 8 ++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 0011-Add-gitattriutes-files.patch diff --git a/0011-Add-gitattriutes-files.patch b/0011-Add-gitattriutes-files.patch new file mode 100644 index 0000000..ac6141f --- /dev/null +++ b/0011-Add-gitattriutes-files.patch @@ -0,0 +1,22 @@ +From 47f5cde3cd8392153b10f6565c7da0c69547603c Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Thu, 2 Dec 2021 11:34:30 +0800 +Subject: [PATCH] Add gitattriutes files + +--- + .gitattributes | 3 +++ + 1 file changed, 3 insertions(+) + create mode 100644 .gitattributes + +diff --git a/.gitattributes b/.gitattributes +new file mode 100644 +index 0000000..df0353f +--- /dev/null ++++ b/.gitattributes +@@ -0,0 +1,3 @@ ++debian/changelog ++debian/compat ++debian/source/format +-- +2.30.0 + diff --git a/ukui-screensaver.spec b/ukui-screensaver.spec index 510dce4..2e9acb6 100644 --- a/ukui-screensaver.spec +++ b/ukui-screensaver.spec @@ -1,6 +1,6 @@ Name: ukui-screensaver Version: 3.0.1 -Release: 11 +Release: 12 Summary: parallels toolbox for UKUI License: GPL-3+ GPL-2+ URL: http://www.ukui.org @@ -36,6 +36,7 @@ patch6: 0007-screen-saver-mode-is-set-to-single-and-the-problem-of-segfault.pat patch7: 0008-Screen-saver-add-x11-attribute.patch patch8: 0009-only-one-user-the-switch-user-button-is-not-displayed.patch patch9: 0010-Add-opencv-compilation-dependency.patch +patch10: 0011-Add-gitattriutes-files.patch %description The ukui-sidebar is mainly used in the desktop operating system. @@ -55,7 +56,7 @@ patch9: 0010-Add-opencv-compilation-dependency.patch %patch7 -p1 %patch8 -p1 %patch9 -p1 - +%patch10 -p1 %build cmake . make @@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT #%%{_datadir}/ukui-screensaver/screensaver-en.ini %changelog +* Thu Dec 02 2021 tanyulong - 3.0.1-12 +- Add .gitattriutes files + * Wed Nov 10 2021 tanyulong - 3.0.1-11 - Add opencv compilation dependency