Hello community,

here is the log from the commit of package rpcsvc-proto for openSUSE:Factory 
checked in at 2017-11-14 14:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpcsvc-proto (Old)
 and      /work/SRC/openSUSE:Factory/.rpcsvc-proto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpcsvc-proto"

Tue Nov 14 14:45:39 2017 rev:1 rq:541049 version:1.2

Changes:
--------
New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.rpcsvc-proto.new/rpcsvc-proto.changes   
2017-11-14 14:45:41.649357663 +0100
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Sun Nov 12 10:00:55 CET 2017 - ku...@suse.de
+
+- Re-enable rpcgen sub-package, but rename files, for easier
+  migration later
+
+-------------------------------------------------------------------
+Sun Nov 12 07:58:36 CET 2017 - ku...@suse.de
+
+- Disable rpcgen sub-package and install header files in tirpc
+  sub-directory until we deprecate sunrpc in glibc
+
+-------------------------------------------------------------------
+Thu Feb 23 15:33:51 CET 2017 - ku...@suse.de
+
+- Update to version 1.2
+  - fix possible buffer overrun in rpcgen
+
+-------------------------------------------------------------------
+Tue Apr  5 14:00:00 CEST 2016 - ku...@suse.de
+
+- Update to version 1.1
+  - ship own rpcgen
+
+-------------------------------------------------------------------
+Thu Mar 31 13:52:42 CEST 2016 - ku...@suse.de
+
+- Initial package 
+

New:
----
  rpcsvc-proto-1.2.tar.bz2
  rpcsvc-proto.changes
  rpcsvc-proto.spec

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

Other differences:
------------------
++++++ rpcsvc-proto.spec ++++++
#
# spec file for package rpcsvc-proto
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           rpcsvc-proto
Version:        1.2
Release:        0
Summary:        RPC protocol definitions
License:        LGPL-2.1 and BSD-3-Clause
Group:          System/Libraries
Url:            http://github.com/thkukuk/rpcsvc-proto
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The rpcsvc-proto package includes several rpcsvc header files
and RPC protocol definitions from SunRPC sources (as shipped with
glibc).

%package devel
Summary:        RPC protocol definitions
Group:          Development/Libraries/C and C++

%description devel
The rpcsvc-proto package includes several rpcsvc header files
and RPC protocol definitions from SunRPC sources (as shipped with
glibc).

%package -n rpcgen
Summary:        RPC protocol compiler
Group:          Development/Tools/Other
Provides:       glibc-devel:%{_bindir}/rpcgen

%description -n rpcgen
rpcgen is a tool that generates C code to implement an RPC protocol.
The input to rpcgen is a language similar to C known as RPC Language
(Remote Procedure Call Language).

%prep
%setup -q

%build
%configure --includedir=%{_includedir}/tirpc
make %{?_smp_mflags}

%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
# Rename temporary to avoid conflict with glibc for easier migration
mv %{buildroot}%{_bindir}/rpcgen %{buildroot}%{_bindir}/rpcgen-tirpc
mv %{buildroot}%{_mandir}/man1/rpcgen.1 
%{buildroot}%{_mandir}/man1/rpcgen-tirpc.1


%files devel
%defattr(-,root,root)
%dir %{_includedir}/tirpc
%dir %{_includedir}/tirpc/rpcsvc
%{_includedir}/tirpc/rpcsvc/*

%files -n rpcgen
%defattr(-,root,root)
%{_bindir}/rpcgen-tirpc
%{_mandir}/man1/rpcgen-tirpc.1*

%changelog

Reply via email to