Hello community,

here is the log from the commit of package thrift for openSUSE:Factory checked 
in at 2017-06-21 13:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thrift (Old)
 and      /work/SRC/openSUSE:Factory/.thrift.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thrift"

Wed Jun 21 13:49:40 2017 rev:5 rq:504394 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/thrift/thrift.changes    2017-02-08 
10:44:31.285217545 +0100
+++ /work/SRC/openSUSE:Factory/.thrift.new/thrift.changes       2017-06-21 
13:49:41.506845924 +0200
@@ -1,0 +2,8 @@
+Wed Jun 14 07:19:46 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.10.0:
+  * lots of changes, see provided CHANGES for details
+  * fixes building with recent openss (boo#1042675)
+- Switch from qt4 to qt5
+
+-------------------------------------------------------------------

Old:
----
  thrift-0.9.3.tar.gz
  thrift-0.9.3.tar.gz.asc

New:
----
  thrift-0.10.0.tar.gz
  thrift-0.10.0.tar.gz.asc

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

Other differences:
------------------
++++++ thrift.spec ++++++
--- /var/tmp/diff_new_pack.RSg8LK/_old  2017-06-21 13:49:42.262739297 +0200
+++ /var/tmp/diff_new_pack.RSg8LK/_new  2017-06-21 13:49:42.266738732 +0200
@@ -16,16 +16,16 @@
 #
 
 
-%define libversion 0_9_3
+%define libversion 0_10_0
 %define libname    %{version}
 %bcond_without perl
 %bcond_without c
 %bcond_without python
 %bcond_with java
 %bcond_with ruby
-%bcond_without qt
+%bcond_with qt5
 Name:           thrift
-Version:        0.9.3
+Version:        0.10.0
 Release:        0
 Summary:        Framework for scalable cross-language services development
 License:        Apache-2.0
@@ -36,26 +36,26 @@
 Source2:        %{name}.keyring
 BuildRequires:  automake
 BuildRequires:  bison
+BuildRequires:  fdupes
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libevent)
+BuildRequires:  pkgconfig(openssl)
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  fdupes
-BuildRequires:  flex
-BuildRequires:  gcc-c++
-BuildRequires:  libevent-devel
-BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if %{with qt}
-BuildRequires:  qt-devel
+%if %{with qt5}
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Network)
 %endif
 %if %{with python}
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig(python2)
 %endif
 %if %{with c}
-BuildRequires:  glib2-devel
+BuildRequires:  pkgconfig(glib-2.0)
 %endif
 %if %{with java}
 BuildRequires:  ant
@@ -96,7 +96,7 @@
 
 %package -n libthrift-devel
 Summary:        Thrift C++ library development files
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Requires:       libthrift-%{libversion} = %{version}
 
 %description -n libthrift-devel
@@ -141,7 +141,7 @@
 
 %prep
 
-%setup
+%setup -q
 
 %build
 export CXXFLAGS="%{optflags} -fPIC"
@@ -150,8 +150,10 @@
 %configure \
        --disable-tests \
        --enable-static=no
+make %{?_smp_mflags}
 
 %install
+%make_install
 pushd compiler/cpp
 %make_install
 popd
@@ -171,10 +173,12 @@
 perl Makefile.PL
 %perl_make_install
 %perl_process_packlist
+mv %{buildroot}%{_prefix}/local/lib/perl5 \
+  %{buildroot}%{_perl_vendorlib}
 popd
 %endif
 
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %files
 %defattr(-,root,root)
@@ -185,16 +189,18 @@
 %defattr(-,root,root)
 %{_libdir}/libthrift-*.so
 %{_libdir}/libthriftnb-*.so
-%{_libdir}/libthriftqt-*.so
 %{_libdir}/libthriftz-*.so
+%{_libdir}/libthrift_c_glib.so.*
+%{_libdir}/libthriftc.so.*
 
 %files -n libthrift-devel
 %defattr(-,root,root)
 %{_includedir}/thrift
 %{_libdir}/libthrift.so
 %{_libdir}/libthriftnb.so
-%{_libdir}/libthriftqt.so
 %{_libdir}/libthriftz.so
+%{_libdir}/libthrift_c_glib.so
+%{_libdir}/libthriftc.so
 %{_libdir}/pkgconfig/*.pc
 
 %if %{with perl}

++++++ thrift-0.9.3.tar.gz -> thrift-0.10.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/thrift/thrift-0.9.3.tar.gz 
/work/SRC/openSUSE:Factory/.thrift.new/thrift-0.10.0.tar.gz differ: char 5, 
line 1



Reply via email to