Hello community, here is the log from the commit of package screen for openSUSE:Factory checked in at 2017-07-12 19:30:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/screen (Old) and /work/SRC/openSUSE:Factory/.screen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "screen" Wed Jul 12 19:30:51 2017 rev:52 rq:509460 version:4.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/screen/screen.changes 2017-05-20 14:28:55.959901978 +0200 +++ /work/SRC/openSUSE:Factory/.screen.new/screen.changes 2017-07-12 19:30:53.255695222 +0200 @@ -1,0 +2,32 @@ +Thu Jul 11 15:03:24 UTC 2017 - [email protected] + +- adding %set_permissions and %verify_permissions macros + for /run/uscreens/ +- adding %tmpfiles_create macro for /usr/lib/tmpfiles.d/screen.conf + +------------------------------------------------------------------- +Thu Jul 11 14:30:37 UTC 2017 - [email protected] + +- spec file: adding PreReq for permissions + +------------------------------------------------------------------- +Thu Jul 11 13:59:01 UTC 2017 - [email protected] + +- GNU Screen 4.6.1: bugfix release + * problems with starting session in some cases + * parallel make install + * segfault when querying info on nonUTF locale + +------------------------------------------------------------------- +Thu Jun 29 12:24:55 UTC 2017 - [email protected] + +- GNU Screen 4.6.0: + * Update Unicode wide tables to 9.0 + * Support more serial speeds + * Improved namespaces support + * Migrate from fifos to sockets + * Start viewing scrollback at first line of output + +- drop upstreamed 0001-Follow-up-to-bc5ea98-fix-texinfo-syntax-errors.patch + +------------------------------------------------------------------- Old: ---- 0001-Follow-up-to-bc5ea98-fix-texinfo-syntax-errors.patch screen-4.5.1.tar.gz screen-4.5.1.tar.gz.sig New: ---- screen-4.6.1.tar.gz screen-4.6.1.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ screen.spec ++++++ --- /var/tmp/diff_new_pack.NJM56A/_old 2017-07-12 19:30:53.843612271 +0200 +++ /var/tmp/diff_new_pack.NJM56A/_new 2017-07-12 19:30:53.847611706 +0200 @@ -22,7 +22,7 @@ %define rundir %{_localstatedir}/run %endif Name: screen -Version: 4.5.1 +Version: 4.6.1 Release: 0 Summary: A program to allow multiple screens on a VT100/ANSI Terminal License: GPL-3.0+ @@ -34,7 +34,6 @@ Source3: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=screen&download=1#/%{name}.keyring Patch0: global_screenrc.patch Patch6: libtinfo.diff -Patch7: 0001-Follow-up-to-bc5ea98-fix-texinfo-syntax-errors.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: ncurses-devel @@ -42,6 +41,7 @@ # FIXME: use proper Requires(pre/post/preun/...) PreReq: %{install_info_prereq} PreReq: coreutils +PreReq: permissions Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,7 +68,6 @@ %patch0 # libtinfo.diff %patch6 -%patch7 -p2 %build sh ./autogen.sh @@ -125,6 +124,11 @@ %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz +%set_permissions /run/uscreens/ +%tmpfiles_create /usr/lib/tmpfiles.d/screen.conf + +%verifyscript +%verify_permissions -e /run/uscreens/ %preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz ++++++ screen-4.5.1.tar.gz -> screen-4.6.1.tar.gz ++++++ ++++ 24971 lines of diff (skipped)
