Hello community,

here is the log from the commit of package libtcnative-1-0 for openSUSE:Factory 
checked in at 2015-03-03 11:14:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-05-02 13:59:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtcnative-1-0.new/libtcnative-1-0.changes     
2015-03-03 11:14:19.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Feb 25 20:18:55 UTC 2015 - tchva...@suse.com
+
+- Remove keyring file as there is new keyring and I didn't find it
+  on the web
+
+-------------------------------------------------------------------
+Thu Feb 19 18:20:29 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.1.32
+  * Fix: 53952: Add support for TLSv1.2 and TLSv1.1.
+  * Fix: 56844: Use OpenSSL 1.0.1j with Windows binaries.
+  * Update: Use APR 1.5.1 with Windows binaries
+- Remove tomcat-native-nosslv2.patch; merged on upstream release
+- Remove %gpg_verify tag and gpg-offline require; let OBS handles
+  gpg verification
+
+-------------------------------------------------------------------

Old:
----
  libtcnative-1-0.keyring
  tomcat-native-1.1.30-src.tar.gz
  tomcat-native-1.1.30-src.tar.gz.asc
  tomcat-native-nosslv2.patch

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

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

Other differences:
------------------
++++++ libtcnative-1-0.spec ++++++
--- /var/tmp/diff_new_pack.B8yJN9/_old  2015-03-03 11:14:20.000000000 +0100
+++ /var/tmp/diff_new_pack.B8yJN9/_new  2015-03-03 11:14:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtcnative-1-0
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.30
+Version:        1.1.32
 Release:        0
 Summary:        JNI wrappers for Apache Portable Runtime for Tomcat
 License:        Apache-2.0
@@ -25,23 +25,17 @@
 Url:            https://tomcat.apache.org/tomcat-7.0-doc/apr.html
 Source0:        
https://www.apache.org/dist/tomcat/tomcat-connectors/native/%{version}/source/tomcat-native-%{version}-src.tar.gz
 Source1:        
https://www.apache.org/dist/tomcat/tomcat-connectors/native/%{version}/source/tomcat-native-%{version}-src.tar.gz.asc
-Source2:        %{name}.keyring
-#Patch0:         config-guess-sub-update.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  fdupes
-BuildRequires:  gpg-offline
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  libapr1-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-
 # Upstream compatibility:
-Provides:       tcnative = %{version}-%{release}
+Provides:       tcnative = %{version}
 #Fedora compatibility
-Provides:       tomcat-native = %{version}-%{release}
-Patch0:         tomcat-native-nosslv2.patch
+Provides:       tomcat-native = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Tomcat can use the Apache Portable Runtime to provide superior
@@ -58,15 +52,13 @@
 overall make Java much more viable as a full fledged webserver platform
 rather than simply a backend focused technology.
 
-
-
 %package devel
+Summary:        JNI wrappers for Apache Portable Runtime for Tomcat
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}-%{release}
 Requires:       glibc-devel
 Requires:       libapr1-devel
 Requires:       libopenssl-devel
-Summary:        JNI wrappers for Apache Portable Runtime for Tomcat
-Group:          Development/Libraries/C and C++
 
 %description devel
 Tomcat can use the Apache Portable Runtime to provide superior
@@ -83,12 +75,8 @@
 overall make Java much more viable as a full fledged webserver platform
 rather than simply a backend focused technology.
 
-
-
 %prep
-%gpg_verify %{SOURCE1}
 %setup -q -n tomcat-native-%{version}-src
-%patch0 -p1
 
 %build
 cd jni/native
@@ -99,10 +87,10 @@
 make %{?_smp_mflags}
 
 %install
-make -C jni/native install DESTDIR=$RPM_BUILD_ROOT
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}/%{_includedir}
-%{__install} -m 644 jni/native/include/* ${RPM_BUILD_ROOT}/%{_includedir}
-rm ${RPM_BUILD_ROOT}/%{_libdir}/*.la
+make -C jni/native install DESTDIR=%{buildroot}
+install -d -m 755 %{buildroot}/%{_includedir}
+install -m 644 jni/native/include/* %{buildroot}/%{_includedir}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
 

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to