Browse Source

clipit: add Patch1 to fix selecting by number at reverse history

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12194 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
8fb363ee1b
1 changed files with 8 additions and 1 deletions
  1. 8 1
      c/clipit/clipit-vl.spec

+ 8 - 1
c/clipit/clipit-vl.spec

@@ -1,6 +1,6 @@
 Name:           clipit
 Version:        1.4.4
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        lightweight GTK+ clipboard manager
 Summary(ja):    軽量な GTK+ クリップボードマネージャ
 
@@ -14,6 +14,9 @@ Source0:        ClipIt-%{version}.tar.gz
 #Source1:        %{name}_ja.po
 Patch0:         delete_unity.patch
 
+# fix selecting by number at reverse history
+Patch1:         clipit_select_reverse_history.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  gtk2-devel >= 2.10.0, glib2-devel >= 2.14.0
@@ -37,6 +40,7 @@ Parcellite (http://parcellite.sourceforge.net) からフォークし、
 %setup -q -n ClipIt-%{version}
 #cp -f %{SOURCE1} po/ja.po
 %patch0 -p1
+%patch1
 
 %build
 ./autogen.sh
@@ -86,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Sep 08 2019 Toshiaki Ara <ara_t@384.jp> - 1.4.4-2
+- add Patch1 to fix selecting by number at reverse history
+
 * Sat Sep 07 2019 Toshiaki Ara <ara_t@384.jp> - 1.4.4-1
 - update to 1.4.4