Hello community,

here is the log from the commit of package belcard for openSUSE:Factory checked 
in at 2020-08-06 10:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/belcard (Old)
 and      /work/SRC/openSUSE:Factory/.belcard.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belcard"

Thu Aug  6 10:42:39 2020 rev:6 rq:824543 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/belcard/belcard.changes  2020-08-03 
14:15:41.988517967 +0200
+++ /work/SRC/openSUSE:Factory/.belcard.new.3399/belcard.changes        
2020-08-06 10:42:45.522139227 +0200
@@ -5,0 +6,2 @@
+- Move belr grammar files from belcard-devel to a new belcard-data
+  package.

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

Other differences:
------------------
++++++ belcard.spec ++++++
--- /var/tmp/diff_new_pack.MPC2Vv/_old  2020-08-06 10:42:48.034140485 +0200
+++ /var/tmp/diff_new_pack.MPC2Vv/_new  2020-08-06 10:42:48.038140486 +0200
@@ -31,18 +31,29 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox) >= 4.3.0
-BuildRequires:  pkgconfig(belr) >= 4.3.0
+BuildRequires:  pkgconfig(bctoolbox) >= 4.4.0
+BuildRequires:  pkgconfig(belr) >= 4.4.0
 
 %description
 Belcard is a C++ library to manipulate the vCard standard format files.
 
 %package -n %{soname}%{sover}
 Summary:        C++ library to manipulate vCard standard format files
+Requires:       %{name}-data >= %{version}
 
 %description -n %{soname}%{sover}
 Belcard is a C++ library to manipulate the vCard standard format files.
 
+%package data
+Summary:        Belcard data files
+Requires:       %{soname}%{sover} = %{version}
+BuildArch:      noarch
+
+%description data
+Belcard is a C++ library to manipulate the vCard standard format files.
+
+This package contains data files such as belr grammar.
+
 %package devel
 Summary:        Headers and libraries for the belcard library
 Requires:       %{soname}%{sover} = %{version}
@@ -73,6 +84,10 @@
 %license LICENSE.txt
 %{_libdir}/%{soname}.so.%{sover}*
 
+%files data
+%dir %{_datadir}/belr/
+%{_datadir}/belr/grammars/
+
 %files devel
 %license LICENSE.txt
 %doc CHANGELOG.md README.md
@@ -81,7 +96,6 @@
 %{_libdir}/%{soname}.so
 %{_datadir}/%{name}/
 %{_datadir}/%{name}_tester/
-%{_datadir}/belr/grammars/vcard_grammar
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


Reply via email to