Hello community,

here is the log from the commit of package apr for openSUSE:Factory checked in 
at 2017-07-30 11:21:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apr (Old)
 and      /work/SRC/openSUSE:Factory/.apr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apr"

Sun Jul 30 11:21:24 2017 rev:2 rq:510215 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/apr/apr.changes  2017-07-11 08:33:51.895571802 
+0200
+++ /work/SRC/openSUSE:Factory/.apr.new/apr.changes     2017-07-30 
11:21:26.835619934 +0200
@@ -1,0 +2,7 @@
+Mon Jul 10 21:54:38 UTC 2017 - [email protected]
+
+- Replace vision statement in %description with feature list.
+  Fix RPM groups.
+- Drop --with-pic which is only useful for static libs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apr.spec ++++++
--- /var/tmp/diff_new_pack.vGevSF/_old  2017-07-30 11:21:27.479529149 +0200
+++ /var/tmp/diff_new_pack.vGevSF/_new  2017-07-30 11:21:27.487528021 +0200
@@ -25,7 +25,7 @@
 Release:        0
 Summary:        Apache Portable Runtime (APR) Library
 License:        Apache-2.0
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/C and C++
 Url:            https://apr.apache.org/
 Source0:        https://www.apache.org/dist/apr/apr-%{version}.tar.bz2
 Source1:        https://www.apache.org/dist/apr/apr-%{version}.tar.bz2.asc
@@ -46,54 +46,41 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-The mission of the Apache Portable Runtime (APR) project is to create
-and maintain software libraries that provide a predictable and
-consistent interface to underlying platform-specific implementations.
-The primary goal is to provide an API to which software developers may
-code and be assured of predictable if not identical behaviour
-regardless of the platform on which their software is built, relieving
-them of the need to code special-case conditions to work around or take
-advantage of platform-specific deficiencies or features.
-
-The APR is used by both Open Source and Commercial projects, prominent
-examples being the Apache HTTP server.
+APR is Apache's Portable Runtime Library, designed to be a support
+library that provides a predictable and consistent interface to
+underlying platform-specific implementations.
 
 %package -n %{libname}
 Summary:        Apache Portable Runtime (APR) Library
 Group:          System/Libraries
 
 %description -n %{libname}
-The mission of the Apache Portable Runtime (APR) project is to create
-and maintain software libraries that provide a predictable and
-consistent interface to underlying platform-specific implementations.
-The primary goal is to provide an API to which software developers may
-code and be assured of predictable if not identical behaviour
-regardless of the platform on which their software is built, relieving
-them of the need to code special-case conditions to work around or take
-advantage of platform-specific deficiencies or features.
-
-The APR is used by both Open Source and Commercial projects, prominent
-examples being the Apache HTTP server.
+APR is Apache's Portable Runtime Library, designed to be a support
+library that provides a predictable and consistent interface to
+underlying platform-specific implementations.
+
+The range of platform-spanning functionality provided by APR
+includes: Memory allocation and memory pool functionality, atomic
+operations, dynamic library handling, file I/O, command-argument
+parsing, locking, hash tables and arrays, mmap functionality, network
+sockets and protocols, threads, process and mutex functionality,
+shared memory functionality, time routines, as well as user and group
+ID services.
 
 %package devel
-Summary:        Apache Portable Runtime (APR) Library
-Group:          Development/Libraries/Other
+Summary:        Development files for the Apache Portable Runtime (APR) library
+Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 Provides:       %{libname}-devel = %{version}
 Obsoletes:      %{libname}-devel < %{version}
 
 %description devel
-The mission of the Apache Portable Runtime (APR) project is to create
-and maintain software libraries that provide a predictable and
-consistent interface to underlying platform-specific implementations.
-The primary goal is to provide an API to which software developers may
-code and be assured of predictable if not identical behaviour
-regardless of the platform on which their software is built, relieving
-them of the need to code special-case conditions to work around or take
-advantage of platform-specific deficiencies or features.
+APR is Apache's Portable Runtime Library, designed to be a support
+library that provides a predictable and consistent interface to
+underlying platform-specific implementations.
 
-The APR is used by both Open Source and Commercial projects, prominent
-examples being the Apache HTTP server.
+This subpackage contains header files for developing applications
+that want to make use of APR.
 
 %prep
 %setup -q
@@ -120,8 +107,7 @@
        --with-devrandom=/dev/urandom \
        --disable-static \
        --enable-posix-shm \
-       --with-sendfile \
-       --with-pic
+       --with-sendfile
 make %{?_smp_mflags} CFLAGS="%{optflags} -DREADDIR_IS_THREAD_SAFE 
-fvisibility=hidden -fPIC"
 make dox %{?_smp_mflags}
 



Reply via email to