Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2020-12-10 15:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and      /work/SRC/openSUSE:Factory/.yate.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yate"

Thu Dec 10 15:59:33 2020 rev:34 rq:854591 version:6.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yate/yate.changes        2020-03-05 
23:25:45.049425365 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new.2328/yate.changes      2020-12-10 
15:59:33.894935042 +0100
@@ -1,0 +2,6 @@
+Thu Dec 10 14:04:33 UTC 2020 - Antonio Larrosa <[email protected]>
+
+- Do not build the qt4 subpackage for Leap 15.3 or newer
+  (boo#1179613).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yate.spec ++++++
--- /var/tmp/diff_new_pack.pJwp4N/_old  2020-12-10 15:59:34.614935720 +0100
+++ /var/tmp/diff_new_pack.pJwp4N/_new  2020-12-10 15:59:34.618935723 +0100
@@ -18,6 +18,8 @@
 #
 
 
+%define build_qt4 0%{?suse_version} < 1550 && 0%{?sle_version} < 150300
+
 Name:           yate
 Version:        6.2.0
 Release:        0
@@ -42,7 +44,7 @@
 BuildRequires:  pkgconfig(spandsp)
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(zlib)
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 BuildRequires:  libqt4-devel
 %else
 # Needed to avoid conflicts caused by providers.conf which is now in the main 
package
@@ -77,7 +79,7 @@
 This package contains all necessary include files and libraries needed
 to compile and develop applications that use Yate.
 
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %package qt4
 Summary:        Qt4 client package for Yate
 License:        GPL-2.0-only
@@ -121,7 +123,7 @@
 
 %install
 %make_install
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %suse_update_desktop_file -i %{name}-qt4 Network Telephony Qt
 rm %{buildroot}%{_prefix}/lib/menu/yate-qt4.menu # Unused, causes lots of 
rpmlint warnings
 %endif
@@ -135,7 +137,7 @@
 EOF
 %endif
 
-%if 0%{?suse_version} > 1500
+%if !%{build_qt4}
 # These files are installed unconditionally but belong to the -qt4 package
 rm -fr %{buildroot}%{_datadir}/%{name}/skins
 rm -fr %{buildroot}%{_datadir}/%{name}/help
@@ -146,7 +148,7 @@
 
 %post   -n libyate6 -p /sbin/ldconfig
 %postun -n libyate6 -p /sbin/ldconfig
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %post qt4 -p /sbin/ldconfig
 %postun qt4 -p /sbin/ldconfig
 %endif
@@ -306,7 +308,7 @@
 %{_mandir}/man8/%{name}-config.8%{?ext_man}
 %{_libdir}/pkgconfig/%{name}.pc
 
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %files qt4
 %{_bindir}/yate-qt4
 %{_libdir}/libyateqt4.so.*
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to