Hello community, here is the log from the commit of package libproxy for openSUSE:Factory checked in at 2013-07-16 15:37:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libproxy (Old) and /work/SRC/openSUSE:Factory/.libproxy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libproxy" Changes: -------- --- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes 2013-03-01 10:49:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes 2013-07-16 15:37:13.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jul 11 13:13:38 UTC 2013 - [email protected] + +- Use build conditional (gcond) for enabling/disabling mono + bindings instead of static defines. This allows for osc build + and rpmbuild to be used more flexible. + +------------------------------------------------------------------- libproxy.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libproxy-plugins.spec ++++++ --- /var/tmp/diff_new_pack.KCXyuz/_old 2013-07-16 15:37:13.000000000 +0200 +++ /var/tmp/diff_new_pack.KCXyuz/_new 2013-07-16 15:37:13.000000000 +0200 @@ -19,13 +19,9 @@ %define build_core_not_modules 0 %define build_mozjs 0 %if 0%{?suse_version} -%ifnarch %arm ppc64 aarch64 -%define have_mono 1 +%bcond_without mono %else -%define have_mono 0 -%endif -%else -%define have_mono 0 +%bcond_with mono %endif Url: http://code.google.com/p/libproxy/ @@ -79,7 +75,7 @@ %endif %endif %else -%if 0%{?have_mono} +%if %{with mono} BuildRequires: mono-devel %endif BuildRequires: perl @@ -184,7 +180,7 @@ * dynamic adjustment to changing network topology * a standard way of dealing with proxy settings across all scenarios -%if 0%{?have_mono} +%if %{with mono} %package -n libproxy-sharp Summary: .Net bindings for libproxy @@ -329,7 +325,9 @@ -DWITH_DOTNET=OFF \ %else -DWITH_VALA=yes \ - -DWITH_DOTNET=%{have_mono} \ +%if %{with mono} + -DWITH_DOTNET=1 \ +%endif -DFORCE_SYSTEM_LIBMODMAN=ON \ %endif -DCMAKE_INSTALL_PREFIX=%{_prefix} \ @@ -423,7 +421,7 @@ %if ! 0%{?windows} %{_libdir}/*.so %{_libdir}/pkgconfig/libproxy-1.0.pc -%if 0%{have_mono} +%if %{with mono} %{_libdir}/pkgconfig/libproxy-sharp-1.0.pc %endif %{_datadir}/cmake/Modules/Findlibproxy.cmake @@ -436,7 +434,7 @@ %defattr(-, root, root) %{python_sitelib}/*.py -%if 0%{?have_mono} +%if %{with mono} %files -n libproxy-sharp %defattr(-, root, root) ++++++ libproxy.spec ++++++ --- /var/tmp/diff_new_pack.KCXyuz/_old 2013-07-16 15:37:13.000000000 +0200 +++ /var/tmp/diff_new_pack.KCXyuz/_new 2013-07-16 15:37:13.000000000 +0200 @@ -19,13 +19,9 @@ %define build_core_not_modules 1 %define build_mozjs 0 %if 0%{?suse_version} -%ifnarch %arm ppc64 aarch64 -%define have_mono 1 +%bcond_without mono %else -%define have_mono 0 -%endif -%else -%define have_mono 0 +%bcond_with mono %endif Url: http://code.google.com/p/libproxy/ @@ -79,7 +75,7 @@ %endif %endif %else -%if 0%{?have_mono} +%if %{with mono} BuildRequires: mono-devel %endif BuildRequires: perl @@ -184,7 +180,7 @@ * dynamic adjustment to changing network topology * a standard way of dealing with proxy settings across all scenarios -%if 0%{?have_mono} +%if %{with mono} %package -n libproxy-sharp Summary: .Net bindings for libproxy @@ -329,7 +325,9 @@ -DWITH_DOTNET=OFF \ %else -DWITH_VALA=yes \ - -DWITH_DOTNET=%{have_mono} \ +%if %{with mono} + -DWITH_DOTNET=1 \ +%endif -DFORCE_SYSTEM_LIBMODMAN=ON \ %endif -DCMAKE_INSTALL_PREFIX=%{_prefix} \ @@ -423,7 +421,7 @@ %if ! 0%{?windows} %{_libdir}/*.so %{_libdir}/pkgconfig/libproxy-1.0.pc -%if 0%{have_mono} +%if %{with mono} %{_libdir}/pkgconfig/libproxy-sharp-1.0.pc %endif %{_datadir}/cmake/Modules/Findlibproxy.cmake @@ -436,7 +434,7 @@ %defattr(-, root, root) %{python_sitelib}/*.py -%if 0%{?have_mono} +%if %{with mono} %files -n libproxy-sharp %defattr(-, root, root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
