Hello community, here is the log from the commit of package uwsgi for openSUSE:Factory checked in at 2020-12-03 18:43:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uwsgi (Old) and /work/SRC/openSUSE:Factory/.uwsgi.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uwsgi" Thu Dec 3 18:43:22 2020 rev:40 rq:852895 version:2.0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes 2020-11-29 12:29:31.734068970 +0100 +++ /work/SRC/openSUSE:Factory/.uwsgi.new.5913/uwsgi.changes 2020-12-03 18:44:07.890269161 +0100 @@ -1,0 +2,5 @@ +Tue Dec 1 13:59:23 UTC 2020 - [email protected] + +- use system apache rpm macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uwsgi.spec ++++++ --- /var/tmp/diff_new_pack.wZuxnS/_old 2020-12-03 18:44:08.698270661 +0100 +++ /var/tmp/diff_new_pack.wZuxnS/_new 2020-12-03 18:44:08.702270668 +0100 @@ -43,13 +43,7 @@ Patch3: uwsgi-1.9.11-systemd_logger-old_systemd.patch # PATCH-FIX-OPENSUSE uwsgi-2.0.18-postgresql-config.patch - Use pkg-config instead of pg_config Patch4: uwsgi-2.0.18-postgresql-config.patch -%define apache_branch %(rpm -q --qf %%{version} apache2 | grep -E -o "2\\.[0-9]+") -%if "%{apache_branch}" == "2.4" - %define apxs %{_bindir}/apxs2 -%else - %define apxs %{_sbindir}/apxs2 -%endif -%define apache_libexecdir %(%{apxs} -q LIBEXECDIR) +BuildRequires: apache-rpm-macros %if 0%{suse_version} < 1500 BuildRequires: apache2-devel %else @@ -534,9 +528,9 @@ # Build Apache modules %if 0%{suse_version} < 1500 -%{apxs} -c apache2/mod_proxy_uwsgi.c +%{apache_apxs} -c apache2/mod_proxy_uwsgi.c %endif -%{apxs} -c apache2/mod_uwsgi.c +%{apache_apxs} -c apache2/mod_uwsgi.c # Build php7 plugin %if 0%{?suse_version} > 1320 _______________________________________________ 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]
