Hello community,

here is the log from the commit of package libtcnative-1-0 for openSUSE:Factory 
checked in at 2016-02-05 00:32:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtcnative-1-0 (Old)
 and      /work/SRC/openSUSE:Factory/.libtcnative-1-0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtcnative-1-0"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtcnative-1-0/libtcnative-1-0.changes  
2015-03-03 11:14:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libtcnative-1-0.new/libtcnative-1-0.changes     
2016-02-05 00:32:08.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Feb  3 10:51:58 UTC 2016 - [email protected]
+
+- Version update to version 1.2.4:
+  * See changelog.html for in-depth upstream changes
+  * This connector to properly work requires openssl 1.0.2 or newer
+    so do not backport to other codestreams.
+
+-------------------------------------------------------------------

Old:
----
  tomcat-native-1.1.32-src.tar.gz
  tomcat-native-1.1.32-src.tar.gz.asc

New:
----
  tomcat-native-1.2.4-src.tar.gz
  tomcat-native-1.2.4-src.tar.gz.asc

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

Other differences:
------------------
++++++ libtcnative-1-0.spec ++++++
--- /var/tmp/diff_new_pack.Rll8fT/_old  2016-02-05 00:32:09.000000000 +0100
+++ /var/tmp/diff_new_pack.Rll8fT/_new  2016-02-05 00:32:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtcnative-1-0
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           libtcnative-1-0
-Version:        1.1.32
+Version:        1.2.4
 Release:        0
 Summary:        JNI wrappers for Apache Portable Runtime for Tomcat
 License:        Apache-2.0
@@ -28,8 +28,8 @@
 BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
-BuildRequires:  libapr1-devel
-BuildRequires:  openssl-devel
+BuildRequires:  libapr1-devel >= 1.4.3
+BuildRequires:  openssl-devel >= 1.0.2
 BuildRequires:  pkgconfig
 # Upstream compatibility:
 Provides:       tcnative = %{version}
@@ -79,7 +79,7 @@
 %setup -q -n tomcat-native-%{version}-src
 
 %build
-cd jni/native
+cd native
 %configure \
     --with-apr=%{_bindir}/apr-1-config \
     --with-java-home=%{java_home} \
@@ -87,13 +87,12 @@
 make %{?_smp_mflags}
 
 %install
-make -C jni/native install DESTDIR=%{buildroot}
+make -C native install DESTDIR=%{buildroot}
 install -d -m 755 %{buildroot}/%{_includedir}
-install -m 644 jni/native/include/* %{buildroot}/%{_includedir}
+install -m 644 native/include/* %{buildroot}/%{_includedir}
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files

++++++ tomcat-native-1.1.32-src.tar.gz -> tomcat-native-1.2.4-src.tar.gz ++++++
++++ 82096 lines of diff (skipped)


Reply via email to