Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2018-10-22 11:22:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dante (Old)
 and      /work/SRC/openSUSE:Factory/.dante.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dante"

Mon Oct 22 11:22:44 2018 rev:32 rq:642991 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dante/dante.changes      2018-10-18 
15:39:19.366093380 +0200
+++ /work/SRC/openSUSE:Factory/.dante.new/dante.changes 2018-10-22 
11:22:46.879189785 +0200
@@ -1,0 +2,8 @@
+Thu Oct 18 10:33:56 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Drop authorship; this ought not to be part of descriptions.
+- Fix RPM groups. Drop filler words. Replace boilerplate -devel
+  subpackage description.
+- Remove pointless --with-pic (no static libs here).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dante.spec ++++++
--- /var/tmp/diff_new_pack.6kpCS0/_old  2018-10-22 11:22:47.543189115 +0200
+++ /var/tmp/diff_new_pack.6kpCS0/_new  2018-10-22 11:22:47.547189110 +0200
@@ -20,7 +20,7 @@
 Name:           dante
 Version:        1.4.2
 Release:        0
-Summary:        A Free Socks v4 and v5 Client Implementation
+Summary:        A SOCKSv4 and v5 client implementation
 License:        BSD-3-Clause
 Group:          Productivity/Networking/Security
 URL:            http://www.inet.no/dante/
@@ -48,47 +48,47 @@
 %endif
 
 %description
-Dante is a free implementation of the following proxy protocols: socks
-version 4, socks version 5 (rfc1928), and msproxy. It can be used as a
-firewall between networks. It is being developed by Inferno Nettverk
-A/S, a Norwegian consulting company. Commercial support is available.
+Dante is an implementation of the following proxy protocols: SOCKS
+version 4, SOCKS version 5 (RFC 1928), and msproxy. It can be used as a
+firewall between networks.
 
 %package -n %{lname}
-Summary:        A Free Socks v4 and v5 Client Implementation
-Group:          Productivity/Networking/Security
+Summary:        A SOCKSv4 and v5 client implementation
+Group:          System/Libraries
 
 %description -n %{lname}
-Dante is a free implementation of the following proxy protocols: socks
-version 4, socks version 5 (rfc1928), and msproxy. It can be used as a
-firewall between networks. It is being developed by Inferno Nettverk
-A/S, a Norwegian consulting company. Commercial support is available.
+Dante is an implementation of the following proxy protocols: SOCKS
+version 4, SOCKS version 5 (RFC 1928), and msproxy. It can be used as a
+firewall between networks.
 
 This package contains the dynamic libraries required to make existing
 applications become socks clients.
 
-%package -n dante-server
-Summary:        A Free Socks v4/v5 Server Implementation
+%package server
+Summary:        A SOCKS v4/v5 server implementation
 Group:          Productivity/Networking/Other
 Requires:       dante
 Provides:       dantesrv = %{version}
 Obsoletes:      dantesrv < %{version}
 %{?systemd_requires}
 
-%description -n dante-server
+%description server
 This package contains the socks proxy daemon and its documentation. The
 sockd is the server part of the Dante socks proxy package and allows
 socks clients to connect through it to the network.
 
-%package -n dante-devel
-Summary:        Include Files and Libraries mandatory for Development
+%package devel
+Summary:        Development files for the Dante SOCKSv4/v5 library
 Group:          Development/Libraries/C and C++
 Requires:       %{lname} = %{version}
 Provides:       dantedev = %{version}
 Obsoletes:      dantedev < %{version}
 
-%description -n dante-devel
-This package contains all necessary include files and libraries needed
-to develop applications that require these.
+%description devel
+Dante is an implementation of the following proxy protocols: SOCKS
+version 4, SOCKS version 5 (RFC 1928), and msproxy.
+
+This package contains the header files for Dante.
 
 %prep
 %setup -q
@@ -109,7 +109,6 @@
 CFLAGS=$(echo "%{optflags}" | sed "s|-grecord-gcc-switches||")
 %configure \
   --disable-static \
-  --with-pic \
   --enable-preload \
   --enable-clientdl \
   --enable-serverdl \
@@ -141,18 +140,18 @@
 
 rm Makefile* SPECS/Makefile*
 
-%pre -n dante-server
+%pre server
 %service_add_pre sockd.service
 
-%preun -n dante-server
+%preun server
 %service_del_preun sockd.service
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
-%post -n dante-server
+%post server
 %service_add_post sockd.service
 
-%postun -n dante-server
+%postun server
 %service_del_postun sockd.service
 
 %files
@@ -168,8 +167,7 @@
 %{_libdir}/libsocks.so.0.1.1
 %{_libdir}/libsocks.so.0
 
-%files -n dante-server
-#doc [A-Z][A-Z]*
+%files server
 %{_mandir}/man8/sockd.8%{?ext_man}
 %{_mandir}/man5/sockd.conf.5%{?ext_man}
 %attr(755,root,root) %{_sbindir}/sockd
@@ -177,8 +175,7 @@
 %{_unitdir}/sockd.service
 %{_sbindir}/rcsockd
 
-%files -n dante-devel
-#doc [A-Z][A-Z]*
+%files devel
 %{_libdir}/libsocks.so
 %{_includedir}/*.h
 


Reply via email to