Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lib3270 for openSUSE:Factory checked in at 2023-06-03 00:08:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lib3270 (Old) and /work/SRC/openSUSE:Factory/.lib3270.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lib3270" Sat Jun 3 00:08:02 2023 rev:6 rq:1090452 version:5.4+git20230322 Changes: -------- --- /work/SRC/openSUSE:Factory/lib3270/lib3270.changes 2022-04-12 21:49:59.143190428 +0200 +++ /work/SRC/openSUSE:Factory/.lib3270.new.15902/lib3270.changes 2023-06-03 00:08:03.374283886 +0200 @@ -1,0 +2,8 @@ +Wed Mar 22 18:14:29 UTC 2023 - perry.wern...@gmail.com + +- Update to version 5.4+git20230322: + * Updating package control files. + * On windows, if the application os library path ends with '/lib' or '/bin' the relative path for data files is the parent directory. + * Debugging win32 build. + +------------------------------------------------------------------- Old: ---- _servicedata lib3270-5.4.tar.xz New: ---- lib3270-5.4+git20230322.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lib3270.spec ++++++ --- /var/tmp/diff_new_pack.VvCXGs/_old 2023-06-03 00:08:04.086288090 +0200 +++ /var/tmp/diff_new_pack.VvCXGs/_new 2023-06-03 00:08:04.090288114 +0200 @@ -16,9 +16,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - Name: lib3270 -Version: 5.4 +Version: 5.4+git20230322 Release: 0 Summary: TN3270 Access library Group: Development/Libraries/C and C++ @@ -80,6 +79,8 @@ %install %make_install +mkdir -p %{buildroot}%{_libdir}/pw3270/%{MAJOR_VERSION}.%{MINOR_VERSION}/plugins + %find_lang %{name}-%{MAJOR_VERSION}.%{MINOR_VERSION} langfiles %fdupes %{buildroot}/%{_prefix} @@ -99,6 +100,10 @@ %{_includedir}/%{name} %{_libdir}/pkgconfig/*.pc +%{_libdir}/pw3270 +%{_libdir}/pw3270/%{MAJOR_VERSION}.%{MINOR_VERSION} +%{_libdir}/pw3270/%{MAJOR_VERSION}.%{MINOR_VERSION}/plugins + %post -n %{name}-%{_libvrs} -p /sbin/ldconfig %postun -n %{name}-%{_libvrs} -p /sbin/ldconfig