Hello community, here is the log from the commit of package pidgin for openSUSE:Factory checked in at 2014-06-25 15:24:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin (Old) and /work/SRC/openSUSE:Factory/.pidgin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin" Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes 2014-06-18 07:52:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes 2014-06-25 15:24:03.000000000 +0200 @@ -1,0 +2,12 @@ +Sun Jun 22 17:20:00 UTC 2014 - [email protected] + +- ca-certificates-mozilla is present since 11.4, but lets use + 12.3 as base. + +------------------------------------------------------------------- +Thu Jun 19 08:27:50 UTC 2014 - [email protected] + +- Replaces (BuildRequires) of openssl-certs with + ca-certificates-mozilla starting with SLE12 and openSUSE 13.2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin.spec ++++++ --- /var/tmp/diff_new_pack.FUqkHj/_old 2014-06-25 15:24:04.000000000 +0200 +++ /var/tmp/diff_new_pack.FUqkHj/_new 2014-06-25 15:24:04.000000000 +0200 @@ -112,8 +112,12 @@ BuildRequires: mozilla-nss-devel BuildRequires: ncurses-devel %if %suse_version > 1020 +%if %suse_version >= 1230 +BuildRequires: ca-certificates-mozilla +%else BuildRequires: openssl-certs %endif +%endif %if %suse_version > 1030 %if %suse_version < 1120 # missing in silc-toolkit-devel: @@ -165,8 +169,12 @@ BuildRequires: pkgconfig(x11) %endif %if %suse_version > 1020 +%if %suse_version >= 1230 +Requires: ca-certificates-mozilla +%else Requires: openssl-certs %endif +%endif Requires: perl-base = %{perl_version} BuildRoot: %{_tmppath}/%{name}-%{version}-build # Existed before 10.3 and SLED10 before SP2: @@ -221,8 +229,12 @@ Requires: dbus-1-python Requires: perl = %{perl_version} %if %suse_version > 1020 +%if %suse_version >= 1315 +Requires: ca-certificates-mozilla +%else Requires: openssl-certs %endif +%endif %if %suse_version > 1030 Recommends: libpurple-lang %endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
