commit b32c0c798d6439f0b6f8459154642d8e8d6a6374
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Jul 15 16:54:38 2015 +0300

    up to 4.3.1 (28/06/2015); ipv6 patch disabled
    
    Version 4.3.1 (28/06/2015):
      * Fix resize bug
    +
    Version 4.3.0 (13/06/2015):
      * Introduce Xx string escape showing the executed command of a window
      * Implement dead/zombie window polling, allowing for auto reconnecting
      * Allow setting hardstatus on first line
    
      New Commands:
      * 'sort' command sorting windows by title
      * 'bumpleft', 'bumpright' - manually move windows on window list
      * 'collapse' removing numbering 'gaps' between windows, by renumbering
      * 'windows' command now accepts arguments for use with querying

 screen-compat21.patch | 11 -----------
 screen-ia64.patch     |  4 ++--
 screen-info.patch     |  6 +++---
 screen-no-libs.patch  |  4 ++--
 screen.spec           |  8 +++-----
 5 files changed, 10 insertions(+), 23 deletions(-)
---
diff --git a/screen.spec b/screen.spec
index 66581bb..219a112 100644
--- a/screen.spec
+++ b/screen.spec
@@ -16,17 +16,16 @@ Summary(ru.UTF-8):  Менеджер экрана, поддерживающий 
 Summary(tr.UTF-8):     Bir uçbirimde birden fazla oturumu düzenler
 Summary(uk.UTF-8):     Менеджер екрану, що підтримує кілька логінів з одного 
терміналу
 Name:          screen
-Version:       4.2.1
+Version:       4.3.1
 Release:       1
 License:       GPL v3+
 Group:         Applications/Terminal
 Source0:       http://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz
-# Source0-md5: 419a0594e2b25039239af8b90eda7d92
+# Source0-md5: 5bb3b0ff2674e29378c31ad3411170ad
 Source1:       
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 236166e774cee788cf594b05dd1dd70d
 Source2:       %{name}.pamd
 Source3:       %{name}rc
-Patch1:                %{name}-compat21.patch
 Patch2:                %{name}-manual.patch
 Patch3:                %{name}-ia64.patch
 Patch4:                %{name}-info.patch
@@ -107,7 +106,6 @@ Screen корисний користувачам, які заходять на 
 
 %prep
 %setup -q
-%patch1 -p0
 %patch2 -p1
 %patch3 -p0
 %patch4 -p1
@@ -121,7 +119,7 @@ Screen корисний користувачам, які заходять на 
 %patch12 -p1
 #%patch13 -p1 # my brain farted here, see if you have better luck
 %patch15 -p0
-%patch16 -p2
+#%patch16 -p2 # DROP, or update to 4.3 branch
 %patch17 -p2
 %patch18 -p1
 %patch22 -p1
diff --git a/screen-compat21.patch b/screen-compat21.patch
deleted file mode 100644
index 63f6fe9..0000000
--- a/screen-compat21.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- os.h.orig  Wed Aug 30 14:00:10 2000
-+++ os.h       Fri Sep  8 19:13:49 2000
-@@ -270,7 +270,7 @@
- #  define pututline   pututxline
- #  define setutent    setutxent
- #  define endutent    endutxent
--#  define ut_time     ut_xtime
-+#  define ut_time     ut_tv.tv_sec
- # else /* SVR4 */
- #  include <utmp.h>
- # endif /* SVR4 */
diff --git a/screen-ia64.patch b/screen-ia64.patch
index 5e47fdf..1408121 100644
--- a/screen-ia64.patch
+++ b/screen-ia64.patch
@@ -1,5 +1,5 @@
---- configure.in.orig  Wed Jun 14 16:04:17 2000
-+++ configure.in       Fri Sep  8 19:15:51 2000
+--- configure.ac.orig  Wed Jun 14 16:04:17 2000
++++ configure.ac       Fri Sep  8 19:15:51 2000
 @@ -625,6 +625,9 @@
  AC_MSG_ERROR(!!! no tgetent - no screen))))))
  
diff --git a/screen-info.patch b/screen-info.patch
index 8de5499..765eb44 100644
--- a/screen-info.patch
+++ b/screen-info.patch
@@ -1,5 +1,5 @@
---- screen-4.1/doc/screen.texinfo~     2010-02-24 14:44:59.000000000 +0200
-+++ screen-4.1/doc/screen.texinfo      2010-02-24 14:45:42.346265479 +0200
+--- screen-4.3.1/doc/screen.texinfo~   2015-07-15 15:28:58.000000000 +0300
++++ screen-4.3.1/doc/screen.texinfo    2015-07-15 15:29:44.248619782 +0300
 @@ -3,14 +3,14 @@
  @c vi:set wm=5
  @setfilename screen.info
@@ -8,7 +8,7 @@
  @finalout
  @setchapternewpage odd
  @c %**end of header
- @set version 4.1.0
+ @set version 4.3.1
  
 +@dircategory Shell utilities:
  @direntry
diff --git a/screen-no-libs.patch b/screen-no-libs.patch
index 646df3e..9d5de4c 100644
--- a/screen-no-libs.patch
+++ b/screen-no-libs.patch
@@ -1,5 +1,5 @@
---- screen-4.1/configure.in~   2010-02-24 14:49:45.000000000 +0200
-+++ screen-4.1/configure.in    2010-02-24 14:51:15.206024475 +0200
+--- screen-4.1/configure.ac~   2010-02-24 14:49:45.000000000 +0200
++++ screen-4.1/configure.ac    2010-02-24 14:51:15.206024475 +0200
 @@ -201,14 +201,6 @@
  #endif
  ], LIBS="$LIBS -lsocket -linet";seqptx=1)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/screen.git/commitdiff/2be8d60352ae9d5368b15f71a7bf8e2a9ced2826

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

Reply via email to