Hello community,

here is the log from the commit of package mysql-connector-cpp for 
openSUSE:Factory checked in at 2018-09-11 17:13:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-connector-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.mysql-connector-cpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mysql-connector-cpp"

Tue Sep 11 17:13:26 2018 rev:26 rq:631831 version:1.1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/mysql-connector-cpp/mysql-connector-cpp.changes  
2018-02-07 18:37:52.402132224 +0100
+++ 
/work/SRC/openSUSE:Factory/.mysql-connector-cpp.new/mysql-connector-cpp.changes 
    2018-09-11 17:13:27.651764955 +0200
@@ -1,0 +2,5 @@
+Mon Aug 27 09:23:24 UTC 2018 - tchva...@suse.com
+
+- Depend on zlib-devel, previously was pulled in by openssl
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mysql-connector-cpp.spec ++++++
--- /var/tmp/diff_new_pack.8MxXqp/_old  2018-09-11 17:13:29.339762344 +0200
+++ /var/tmp/diff_new_pack.8MxXqp/_new  2018-09-11 17:13:29.339762344 +0200
@@ -23,24 +23,24 @@
 Summary:        MySQL Connector/C++: Standardized database driver for C++ 
development
 License:        SUSE-GPL-2.0-with-FLOSS-exception
 Group:          Development/Libraries/C and C++
-Url:            http://dev.mysql.com/downloads/connector/
+URL:            http://dev.mysql.com/downloads/connector/
 Source:         
http://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE - 
mysql-connector-cpp-1.1.0-disable_tests_and_examples.patch a...@mizerski.pl -- 
disable building tests and examples
 Patch2:         mysql-connector-cpp-1.1.0-disable_tests_and_examples.patch
 # PATCH-FIX-UPSTREAM - bsc#1067883 kstreit...@suse.com -- fix build with 
libmariadb by fixing copypaste errors in libmysql_dynamic_proxy.cpp file
 Patch3:         mysql-connector-cpp-1.1.9-libmysql_dynamic_proxy_typos.patch
 Patch4:         mysql-connector-cpp-mariadb.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel >= 1.34.0
-%endif
 BuildRequires:  cmake >= 2.6.2
 BuildRequires:  gcc-c++
 BuildRequires:  libmysqlclient-devel
+BuildRequires:  zlib-devel
 Obsoletes:      mysql-connector-c++ < %{version}
 Provides:       mysql-connector-c++ = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel >= 1.34.0
+%endif
 
 %description
 MySQL Connector/C++ is a MySQL database connector for C++ development. The
@@ -108,17 +108,15 @@
 rm -f %{buildroot}%{_prefix}/[A-Z]*
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n libmysqlcppconn-devel
-%defattr(-,root,root)
-%doc README COPYING examples
+%license COPYING
+%doc README examples
 %{_includedir}/*
 %{_libdir}/*.so
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %changelog


Reply via email to