diff --git a/screen-4.3.1.tar.gz b/screen-4.3.1.tar.gz deleted file mode 100644 index 0749b8b..0000000 --- a/screen-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4049f8aee283de62e283d427f2cfd35d6c369b40f7f45f947dbfd915699d63 -size 845958 diff --git a/screen-4.3.1.tar.gz.sig b/screen-4.3.1.tar.gz.sig deleted file mode 100644 index 5e9ba4b..0000000 Binary files a/screen-4.3.1.tar.gz.sig and /dev/null differ diff --git a/screen-4.4.0.tar.gz b/screen-4.4.0.tar.gz new file mode 100644 index 0000000..6323b2a --- /dev/null +++ b/screen-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef722a54759a3bf23aad272bbf33c414c1078cad6bcd982fada93c0d7917218b +size 846010 diff --git a/screen-4.4.0.tar.gz.sig b/screen-4.4.0.tar.gz.sig new file mode 100644 index 0000000..8d80125 Binary files /dev/null and b/screen-4.4.0.tar.gz.sig differ diff --git a/screen.changes b/screen.changes index 8bbd953..c3f0cf6 100644 --- a/screen.changes +++ b/screen.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Aug 17 14:02:33 UTC 2016 - alexander_naumov@opensuse.org + +- Remove %postun - it tried to delete "screen.info.gz" file + second time. + +------------------------------------------------------------------- +Thu Aug 11 17:32:44 UTC 2016 - alexander_naumov@opensuse.org + +- GNU screen 4.4.0: + * Support up to 24 function keys + * 'logfile' command, starts logging into new file upon changing + * Fix runtime issues + ------------------------------------------------------------------- Wed Aug 19 08:35:03 UTC 2015 - meissner@suse.com diff --git a/screen.spec b/screen.spec index 4e58534..fc307c7 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ # # spec file for package screen # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,7 +39,7 @@ BuildRequires: automake BuildRequires: pam-devel PreReq: %install_info_prereq PreReq: coreutils -Version: 4.3.1 +Version: 4.4.0 Release: 0 Summary: A program to allow multiple screens on a VT100/ANSI Terminal License: GPL-3.0+ @@ -127,7 +127,4 @@ install -m 644 %SOURCE1 $RPM_BUILD_ROOT/usr/lib/tmpfiles.d test -d %rundir/screens || mkdir -m 755 %rundir/screens test -d %rundir/uscreens || mkdir -m 1777 %rundir/uscreens -%postun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz - %changelog