Hello community,

here is the log from the commit of package czmq for openSUSE:Factory checked in 
at 2020-09-14 12:31:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/czmq (Old)
 and      /work/SRC/openSUSE:Factory/.czmq.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "czmq"

Mon Sep 14 12:31:21 2020 rev:9 rq:834104 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/czmq/czmq.changes        2019-03-19 
10:02:35.359824197 +0100
+++ /work/SRC/openSUSE:Factory/.czmq.new.4249/czmq.changes      2020-09-14 
12:32:38.157263468 +0200
@@ -1,0 +2,5 @@
+Wed Sep  9 17:47:10 UTC 2020 - Adam Majer <[email protected]>
+
+- Move the manpage for the tool to the package with the tool
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ czmq.spec ++++++
--- /var/tmp/diff_new_pack.25LHw2/_old  2020-09-14 12:32:39.169264113 +0200
+++ /var/tmp/diff_new_pack.25LHw2/_new  2020-09-14 12:32:39.173264116 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package czmq
 #
-# 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
@@ -23,9 +23,8 @@
 Summary:        High-level C binding for ZeroMQ
 License:        MPL-2.0
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/zeromq/czmq
+URL:            https://github.com/zeromq/czmq
 Source0:        
https://github.com/zeromq/czmq/releases/download/v%{version}/czmq-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -39,6 +38,7 @@
 
 %description
 CZMQ is a higher-level binding for the ZeroMQ core API.
+This package contains key creation utility zmakecert.
 
 %package -n %{lib_name}
 Summary:        Shared library of %{name}
@@ -87,22 +87,19 @@
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %license LICENSE
 %{_bindir}/zmakecert
+%{_mandir}/man1/zmakecert.1.gz
 
 %files -n %{lib_name}
-%defattr(-,root,root)
 %{_libdir}/libczmq.so.*
 
 %files devel
-%defattr(-,root,root)
 %license LICENSE
 %doc AUTHORS CONTRIBUTING.md NEWS README.md README.txt
 %{_includedir}/*.h
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/lib%{name}.pc
-%{_mandir}/man1/zmakecert.1.gz
 %{_mandir}/man3/z*.3.gz
 %{_mandir}/man7/%{name}.7.gz
 %dir %{_datadir}/zproject


Reply via email to