Hello community,

here is the log from the commit of package belcard for openSUSE:Factory checked 
in at 2017-08-30 16:21:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/belcard (Old)
 and      /work/SRC/openSUSE:Factory/.belcard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belcard"

Wed Aug 30 16:21:28 2017 rev:3 rq:511854 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/belcard/belcard.changes  2017-07-03 
09:36:45.444488292 +0200
+++ /work/SRC/openSUSE:Factory/.belcard.new/belcard.changes     2017-08-30 
16:21:29.635915737 +0200
@@ -1,0 +2,8 @@
+Fri Jul 21 12:20:04 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.2:
+  * Minor enhancements and bugfixes.
+- Remove belcard-1.0.1-fix-includedir.patch: fixed upstream.
+- Rebase belcard-fix-pkgconfig.patch.
+
+-------------------------------------------------------------------

Old:
----
  belcard-1.0.1-fix-includedir.patch
  belcard-1.0.1.tar.gz

New:
----
  belcard-1.0.2.tar.gz

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

Other differences:
------------------
++++++ belcard.spec ++++++
--- /var/tmp/diff_new_pack.bqfUy8/_old  2017-08-30 16:21:30.811750341 +0200
+++ /var/tmp/diff_new_pack.bqfUy8/_new  2017-08-30 16:21:30.815749778 +0200
@@ -19,7 +19,7 @@
 %define soname  libbelcard
 %define sover   1
 Name:           belcard
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        C++ library to manipulate vCard standard format files
 License:        GPL-3.0+
@@ -29,12 +29,10 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE belcard-fix-pkgconfig.patch sor.ale...@meowr.ru -- 
Install belcard.pc.
 Patch0:         belcard-fix-pkgconfig.patch
-# PATCH-FIX-UPSTREAM belcard-1.0.1-fix-includedir.patch -- Fix includedir 
(from commit a515fda).
-Patch1:         belcard-1.0.1-fix-includedir.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox)
+BuildRequires:  pkgconfig(bctoolbox) >= 0.6.0
 BuildRequires:  pkgconfig(belr)
 
 %description
@@ -59,9 +57,8 @@
 to develop applications using the belcard library.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-0
 %patch0 -p1
-%patch1 -p1
 
 %build
 %cmake \
@@ -77,12 +74,10 @@
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %doc COPYING NEWS README.md
 %{_bindir}/%{name}*
 %{_includedir}/%{name}/

++++++ belcard-1.0.1.tar.gz -> belcard-1.0.2.tar.gz ++++++
++++ 2438 lines of diff (skipped)

++++++ belcard-fix-pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.bqfUy8/_old  2017-08-30 16:21:30.999723900 +0200
+++ /var/tmp/diff_new_pack.bqfUy8/_new  2017-08-30 16:21:30.999723900 +0200
@@ -9,9 +9,9 @@
  Cflags: -I@CMAKE_INSTALL_FULL_INCLUDEDIR@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -94,6 +94,12 @@ configure_file(${CMAKE_CURRENT_SOURCE_DI
- set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/config.h PROPERTIES 
GENERATED ON)
- add_definitions("-DHAVE_CONFIG_H")
+@@ -88,6 +88,12 @@ if(BELCARD_CPPFLAGS)
+ endif()
+ add_definitions("-DBELCARD_EXPORTS")
  
 +
 +set(PACKAGES_PRIVATE "belr bctoolbox")


Reply via email to