Hello community, here is the log from the commit of package twin for openSUSE:Leap:15.2 checked in at 2020-02-19 18:48:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/twin (Old) and /work/SRC/openSUSE:Leap:15.2/.twin.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "twin" Wed Feb 19 18:48:10 2020 rev:1 rq:776143 version:unknown Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.twin.new.26092/twin.changes 2020-02-19 18:48:11.302997797 +0100 @@ -0,0 +1,33 @@ +------------------------------------------------------------------- +Thu Feb 6 13:24:11 UTC 2020 - [email protected] + +- Update to version 0.8.1: + * Contact information updated. + * Fix some comparison between signed and unsigned expressions. + * Cleanup for C++ migration. + +------------------------------------------------------------------- +Fri Nov 22 07:24:14 UTC 2019 - Michael Vetter <[email protected]> + +- Apply Shared Library Policy +- Remove macro for old openSUSE versions + +------------------------------------------------------------------- +Thu Nov 14 18:35:25 UTC 2019 - Michael Vetter <[email protected]> + +- Update from 0.6.2 to 0.8.0 +- Remove .la files +- Remove libtt. It's not useful yet. + See: https://github.com/cosmos72/twin/issues/55 +- Cleanup spec + +------------------------------------------------------------------- +Tue Oct 13 14:03:00 UTC 2015 - [email protected] + +- Cleanup spec + +------------------------------------------------------------------- +Sun Sep 9 22:37:31 UTC 2012 - [email protected] + +- Initial build. + New: ---- twin-rpmlintrc twin.changes twin.spec v0.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ twin.spec ++++++ # # spec file for package twin # # Copyright (c) 2020 SUSE LLC # Copyright (c) 2012-2020 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: twin Version: 0.8.1 Release: 0 Summary: Textmode WINdow environment License: GPL-2.0-or-later AND LGPL-2.0-or-later URL: https://sourceforge.net/projects/twin/ Source0: https://github.com/cosmos72/twin/archive/v0.8.1.tar.gz Source1: twin-rpmlintrc BuildRequires: ncurses-devel BuildRequires: zlib-devel Recommends: gpm BuildRequires: gpm-devel BuildRequires: libXpm-devel %description Twin is a text-mode window environment. It supports mouse and multiple windows, has a built-in terminal emulator and window manager, and can serve as display for client applications. Its retro look-and-feel comes with very modern features: it is best described as a VNC-like server, that can use a variety of displays - all with mouse support: from a plain text terminal, to a Linux console, to a full kde, gnome or X11 desktop. %package -n libTutf1 Version: 1.0.0 Release: 0 Summary: Unicode/Charset conversion library for twin %description -n libTutf1 Unicode <-> charset conversion routines for twin. %package -n libTutf-devel Version: 1.0.0 Release: 0 Requires: libTutf1 = %{version} Summary: Unicode/Charset conversion library for twin %description -n libTutf-devel Unicode <-> charset conversion routines for twin. %package -n libTw5 Version: 5.0.0 Release: 0 Summary: Main library for twin %description -n libTw5 Main library for twin %package -n libTw-devel Version: 5.0.0 Release: 0 Summary: Main library for twin Requires: libTw5 = %{version} %description -n libTw-devel Development files for twins main library. %prep %setup -q %build %configure --enable-tt=yes \ --enable-hw-tty=yes \ --enable-hw-tty-linux=yes \ --enable-hw-tty-twterm=yes \ --enable-hw-tty-termcap=yes \ --enable-hw-x11=yes \ --enable-hw-gfx=yes \ --enable-hw-twin=yes \ --enable-hw-display=yes \ --enable-ext=yes \ --enable-ext-tt=yes \ --enable-static=no make %{?_smp_mflags} %install %make_install # Clean up find %{buildroot}%{_libdir} -name '*.a' -type f -delete -print find %{buildroot} -type f -name "*.la" -delete -print # Remove installed files as we package as %%docs pushd %{buildroot}%{_datadir}/twin/ rm BUGS Changelog.txt COPYING COPYING.LIB INSTALL README README.porting popd %post -n libTw5 -p /sbin/ldconfig %postun -n libTw5 -p /sbin/ldconfig %post -n libTutf1 -p /sbin/ldconfig %postun -n libTutf1 -p /sbin/ldconfig %files %license COPYING COPYING.LIB %doc BUGS Changelog.txt README README.porting TODOS/* %{_bindir}/tw* %{_sbindir}/twdm %{_libdir}/twin %{_datadir}/twin %{_mandir}/man1/twin.1%{?ext_man} %files -n libTutf1 %{_libdir}/libTutf.so.* %files -n libTutf-devel %{_includedir}/Tutf %{_libdir}/libTutf.so %files -n libTw5 %{_libdir}/libTw.so.* %files -n libTw-devel %{_includedir}/Tw %{_libdir}/libTw.so %changelog ++++++ twin-rpmlintrc ++++++ addFilter('no-manual-page-for-binary') addFilter('incorrect-fsf-address') addFilter('hidden-file-or-dir') addFilter('binary-or-shlib-calls-gethostbyname')
