Hello community, here is the log from the commit of package biblesync for openSUSE:Factory checked in at 2018-08-22 14:21:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/biblesync (Old) and /work/SRC/openSUSE:Factory/.biblesync.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "biblesync" Wed Aug 22 14:21:15 2018 rev:3 rq:630787 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/biblesync/biblesync.changes 2018-08-20 16:21:18.888983036 +0200 +++ /work/SRC/openSUSE:Factory/.biblesync.new/biblesync.changes 2018-08-22 14:21:15.682480752 +0200 @@ -1,0 +2,6 @@ +Sun Aug 19 10:47:50 UTC 2018 - [email protected] + +- Wrap description only at spaces. Trim redundancies from + descriptions. Set CFLAGS/CXXFLAGS properly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ biblesync.spec ++++++ --- /var/tmp/diff_new_pack.fechji/_old 2018-08-22 14:21:16.122481794 +0200 +++ /var/tmp/diff_new_pack.fechji/_new 2018-08-22 14:21:16.126481804 +0200 @@ -22,7 +22,7 @@ Name: biblesync Version: 2.0.1 Release: 0 -Summary: A Cross-platform library for sharing Bible navigation +Summary: A library for sharing Bible navigation License: SUSE-Public-Domain Group: Development/Libraries/C and C++ Url: https://github.com/karlkleinpaste/biblesync @@ -34,27 +34,28 @@ BuildRequires: pkg-config %description -BibleSync is a multicast protocol to support Bible software shared co- -navigation. It uses LAN multicast in either a personal/small team mutual +BibleSync is a multicast protocol to support Bible software shared +co-navigation. It uses LAN multicast in either a personal/small team mutual navigation motif or in a classroom environment where there are Speakers plus -the Audience. It provides a complete yet minimal public interface to support +the Audience. It provides a minimal public interface to support mode setting, setup for packet reception, transmit on local navigation, and handling of incoming packets. %package -n %{_shlibname} -Summary: A Cross-platform library for sharing Bible navigation +Summary: A library for sharing Bible navigation Group: System/Libraries %description -n %{_shlibname} -BibleSync is a multicast protocol to support Bible software shared co- -navigation. It uses LAN multicast in either a personal/small team mutual -navigation motif or in a classroom environment where there are Speakers plus -the Audience. It provides a complete yet minimal public interface to support -mode setting, setup for packet reception, transmit on local navigation, and -handling of incoming packets. - -This library is not specific to any particular Bible software framework, -completely agnostic as to structure of layers above BibleSync. +BibleSync is a multicast protocol to support Bible software shared +co- navigation. It uses LAN multicast in either a personal/small team +mutual navigation motif or in a classroom environment where there are +Speakers plus the Audience. It provides a complete yet minimal public +interface to support mode setting, setup for packet reception, +transmit on local navigation, and handling of incoming packets. + +This library is not specific to any particular Bible software +framework, completely agnostic as to structure of layers above +BibleSync. %package devel Summary: Development files for %{name} @@ -70,8 +71,8 @@ %setup -q %build -export CFLAGS="$CFLAGS -fPIC" -export CXXFLAGS="$CXXFLAGS -fPIC" +export CFLAGS="%{optflags} -fPIC" +export CXXFLAGS="%{optflags} -fPIC" %cmake -DLIBDIR=%{_libdir} .. -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" -DBIBLESYNC_SOVERSION=%{_soversion} make %{?_smp_mflags}
