Hello community,

here is the log from the commit of package stp for openSUSE:Factory checked in 
at 2017-03-20 17:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stp (Old)
 and      /work/SRC/openSUSE:Factory/.stp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stp"

Mon Mar 20 17:10:00 2017 rev:2 rq:480945 version:2.2+20161105

Changes:
--------
--- /work/SRC/openSUSE:Factory/stp/stp.changes  2017-03-10 21:46:01.952774041 
+0100
+++ /work/SRC/openSUSE:Factory/.stp.new/stp.changes     2017-03-20 
17:10:02.349834435 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 09:22:51 UTC 2017 - jsl...@suse.com
+
+- require only boost-program-options in tumbleweed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stp.spec ++++++
--- /var/tmp/diff_new_pack.0HuDk8/_old  2017-03-20 17:10:03.221711326 +0100
+++ /var/tmp/diff_new_pack.0HuDk8/_new  2017-03-20 17:10:03.221711326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,11 @@
 
 Name:           stp
 BuildRequires:  bison
+%if 0%{?suse_version} > 1320
+BuildRequires:  libboost_program_options-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -63,7 +67,11 @@
 Summary:        Devel files for stp
 Group:          Development/Languages/C and C++
 Requires:       %{name} = %{version}
+%if 0%{?suse_version} > 1320
+Requires:       libboost_program_options-devel
+%else
 Requires:       boost-devel
+%endif
 Requires:       libstp2_1 = %{version}
 Requires:       minisat-devel
 


Reply via email to