commit 1fc86c760b1b3b0020b39d3cbd2a673f3695ef66
Author: Jan Palus <[email protected]>
Date:   Mon Oct 19 22:49:51 2020 +0200

    up to 2.29.0
    
    - adjusted gitk patches

 cherry-picked-commitlog.patch | 14 ++++++--------
 git-core-key-bindings.patch   | 21 +++++++++------------
 git-core.spec                 |  6 ++----
 3 files changed, 17 insertions(+), 24 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index f7c3dbd..a91226c 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -14,12 +14,12 @@
 Summary:       Distributed version control system focused on speed, 
effectivity and usability
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na 
szybkości, wydajności i użyteczności
 Name:          git-core
-Version:       2.28.0
+Version:       2.29.0
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: 5fde0206768ed70092d1fcc8f447251a
+# Source0-md5: b07a283043e089dca8d2174d2654191b
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -741,7 +741,6 @@ fi
 %exclude %{gitcoredir}/git-instaweb
 %exclude %{gitcoredir}/git-remote-bzr
 %exclude %{gitcoredir}/git-remote-hg
-%exclude %{gitcoredir}/git-remote-testsvn
 %exclude %{gitcoredir}/git-svn
 %exclude %{gitcoredir}/mergetools/p4merge
 %if %{with gnome_keyring}
@@ -876,7 +875,6 @@ fi
 %files svn
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gitcoredir}/git-svn
-%attr(755,root,root) %{gitcoredir}/git-remote-testsvn
 %{perl_vendorlib}/Git/SVN
 %{perl_vendorlib}/Git/SVN.pm
 %if %{with doc}
diff --git a/cherry-picked-commitlog.patch b/cherry-picked-commitlog.patch
index fee97a7..eedf491 100644
--- a/cherry-picked-commitlog.patch
+++ b/cherry-picked-commitlog.patch
@@ -1,13 +1,11 @@
-diff --git a/gitk-git/gitk.orig b/gitk-git/gitk
-index ce63a8c..4ae5a56 100755
---- a/gitk-git/gitk.orig
-+++ b/gitk-git/gitk
-@@ -9150,7 +9150,7 @@ proc cherrypick {} {
+--- git-2.29.0/gitk-git/gitk.orig      2020-10-19 21:40:17.774293686 +0200
++++ git-2.29.0/gitk-git/gitk   2020-10-19 21:43:33.023626764 +0200
+@@ -9711,7 +9711,7 @@
      update
      # Unfortunately git-cherry-pick writes stuff to stderr even when
      # no error occurs, and exec takes that as an indication of error...
 -    if {[catch {exec sh -c "git cherry-pick -r $rowmenuid 2>&1"} err]} {
 +    if {[catch {exec sh -c "git cherry-pick -x -r $rowmenuid 2>&1"} err]} {
-       notbusy cherrypick
-       if {[regexp -line \
-                {Entry '(.*)' (would be overwritten by merge|not uptodate)} \
+         notbusy cherrypick
+         if {[regexp -line \
+                  {Entry '(.*)' (would be overwritten by merge|not uptodate)} \
diff --git a/git-core-key-bindings.patch b/git-core-key-bindings.patch
index 0f3c17f..8cac408 100644
--- a/git-core-key-bindings.patch
+++ b/git-core-key-bindings.patch
@@ -15,31 +15,28 @@ diff --git gitk-git/gitk gitk-git/gitk
 index 45e3380..0c6f3af 100755
 --- gitk-git/gitk
 +++ gitk-git/gitk
-@@ -2365,6 +2365,10 @@ proc makewindow {} {
-         }
+@@ -2528,6 +2528,10 @@
+         set ::BM "2"
      }
  
 +    foreach e $entries {
 +        bindtags $e [linsert [bindtags $e] 2 entrybind]
 +    }
 +
-     bind .pwbottom <Configure> {resizecdetpanes %W %w}
-     pack .ctop -fill both -expand 1
-     bindall <1> {selcanvline %W %x %y}
-@@ -2563,12 +2567,8 @@ proc scrollcanv {cscroll f0 f1} {
+     if {$use_ttk} {
+         bind .ctop <Map> {
+             bind %W <Map> {}
+@@ -2759,12 +2763,8 @@
  proc bindkey {ev script} {
      global entries
      bind . $ev $script
 -    set escript [bind Entry $ev]
 -    if {$escript == {}} {
--      set escript [bind Entry <Key>]
+-        set escript [bind Entry <Key>]
 -    }
      foreach e $entries {
--      bind $e $ev "$escript; break"
-+      bind entrybind $ev "break"
+-        bind $e $ev "$escript; break"
++        bind entrybind $ev "break"
      }
  }
  
--- 
-1.7.3.3
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/1fc86c760b1b3b0020b39d3cbd2a673f3695ef66

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to