Hello community,

here is the log from the commit of package bcunit for openSUSE:Factory checked 
in at 2020-02-29 21:23:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcunit (Old)
 and      /work/SRC/openSUSE:Factory/.bcunit.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcunit"

Sat Feb 29 21:23:24 2020 rev:5 rq:779820 version:3.0.2+git.20191119

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcunit/bcunit.changes    2019-11-07 
23:13:20.812325816 +0100
+++ /work/SRC/openSUSE:Factory/.bcunit.new.26092/bcunit.changes 2020-02-29 
21:23:28.906393875 +0100
@@ -1,0 +2,18 @@
+Thu Feb 27 08:23:15 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- use correct archive extensione (xz instead of gz) 
+
+-------------------------------------------------------------------
+Thu Feb 27 07:55:27 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Small packaging cleanups
+
+-------------------------------------------------------------------
+Wed Feb 26 14:01:52 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Update to latest master. This is needed for us in order to be able to
+  update bctoolbox, ortp and bzrtp to the latest version
+
+- Update bcunit-sover.patch accordingly
+
+-------------------------------------------------------------------

Old:
----
  bcunit-3.0.2.tar.gz

New:
----
  _service
  _servicedata
  bcunit-3.0.2+git.20191119.obscpio
  bcunit.obsinfo

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

Other differences:
------------------
++++++ bcunit.spec ++++++
--- /var/tmp/diff_new_pack.Vywa1S/_old  2020-02-29 21:23:30.130396298 +0100
+++ /var/tmp/diff_new_pack.Vywa1S/_new  2020-02-29 21:23:30.130396298 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcunit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define soname  libbcunit
 %define sover   1
 Name:           bcunit
-Version:        3.0.2
+Version:        3.0.2+git.20191119
 Release:        0
 Summary:        Provide C programmers basic testing functionality
 License:        LGPL-2.0-or-later
-Url:            https://linphone.org/
-Source:         
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
+URL:            https://linphone.org/
+Source:         %{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # PATCH-FIX-OPENSUSE bcunit-link-ncurses.patch [email protected]
 Patch0:         bcunit-link-ncurses.patch
@@ -33,6 +33,7 @@
 # PATCH-FIX-OPENSUSE bcunit-sover.patch [email protected] -- Correctly set 
the sover.
 Patch2:         bcunit-sover.patch
 BuildRequires:  cmake
+BuildRequires:  git-core >= 1.7.10
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
 
@@ -69,45 +70,35 @@
 This package installs the BCUnit shared library.
 
 %prep
-%setup -q -n BCunit-%{version}-Source
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
 
 %build
 %cmake \
   -DENABLE_STATIC=OFF    \
-  -DENABLE_AUTOMATED=ON  \
-  -DENABLE_BASIC=ON      \
-  -DENABLE_CONSOLE=ON    \
-  -DENABLE_CURSES=ON     \
-  -DENABLE_EXAMPLES=ON
-make %{?_smp_mflags} V=1
+  -DENABLE_DOC=ON
+%cmake_build
 
 %install
 %cmake_install
 
-# Architecture dependent files.
 mkdir -p %{buildroot}%{_libdir}/BCUnit/
-mv %{buildroot}%{_datadir}/BCUnit/Examples/ \
-  %{buildroot}%{_libdir}/BCUnit/
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README.md TODO
+%license COPYING
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files doc
-%defattr(-,root,root)
 %dir %{_datadir}/BCUnit/
-%{_datadir}/BCUnit/*
+%dir %{_datadir}/doc/BCUnit/
+%doc %{_datadir}/doc/BCUnit/*
+%doc %{_datadir}/BCUnit/*
+%{_mandir}/man3/BCUnit.3%{?ext_man}
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/BCUnit/
 %dir %{_datadir}/BCunit/
 %{_libdir}/BCUnit/

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">git://github.com/BelledonneCommunications/bcunit</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">bcunit</param>
    <param name="versionformat">3.0.2+git.%cd</param>
  </service>
  <service mode="disabled" name="set_version"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">git://github.com/BelledonneCommunications/bcunit</param>
              <param 
name="changesrevision">3c720fbf67dd3c02b0c7011ed4036982b2c93532</param></service></servicedata>
++++++ bcunit-link-ncurses.patch ++++++
--- /var/tmp/diff_new_pack.Vywa1S/_old  2020-02-29 21:23:30.258396551 +0100
+++ /var/tmp/diff_new_pack.Vywa1S/_new  2020-02-29 21:23:30.278396590 +0100
@@ -46,3 +46,4 @@
  
  FRAMEWORK_OBJECT_FILES_SHARED = $(FRAMEWORK_OBJECTS_SHARED)
  FRAMEWORK_COMPILE_DIRS = Framework
+

++++++ bcunit-sover.patch ++++++
--- /var/tmp/diff_new_pack.Vywa1S/_old  2020-02-29 21:23:30.410396852 +0100
+++ /var/tmp/diff_new_pack.Vywa1S/_new  2020-02-29 21:23:30.430396891 +0100
@@ -1,10 +1,10 @@
---- a/BCUnit/Sources/CMakeLists.txt
-+++ b/BCUnit/Sources/CMakeLists.txt
-@@ -169,6 +169,7 @@ if(ENABLE_STATIC)
+--- a/BCUnit/Sources/CMakeLists.txt    2020-02-26 14:08:13.803879423 +0100
++++ b/BCUnit/Sources/CMakeLists.txt    2020-02-26 14:08:36.648004434 +0100
+@@ -176,6 +176,7 @@
  endif()
  if(ENABLE_SHARED)
        add_library(bcunit SHARED ${SOURCE_FILES})
-+      set_target_properties(bcunit PROPERTIES SOVERSION 1)
++    set_target_properties(bcunit PROPERTIES SOVERSION 1)
        set_target_properties(bcunit PROPERTIES VERSION 1.0.1)
-       if(CURSES_LIBRARIES)
-               target_link_libraries(bcunit ${CURSES_LIBRARIES})
+       target_include_directories(bcunit PUBLIC
+               $<INSTALL_INTERFACE:include>

++++++ bcunit.obsinfo ++++++
name: bcunit
version: 3.0.2+git.20191119
mtime: 1574161406
commit: 3c720fbf67dd3c02b0c7011ed4036982b2c93532


Reply via email to