Hello community, here is the log from the commit of package libtcnative-1-0 for openSUSE:Factory checked in at 2012-03-29 07:44:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtcnative-1-0 (Old) and /work/SRC/openSUSE:Factory/.libtcnative-1-0.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtcnative-1-0", Maintainer is "[email protected]" Changes: -------- New Changes file: --- /dev/null 2012-03-17 10:42:43.883537212 +0100 +++ /work/SRC/openSUSE:Factory/.libtcnative-1-0.new/libtcnative-1-0.changes 2012-03-29 07:44:36.000000000 +0200 @@ -0,0 +1,44 @@ +------------------------------------------------------------------- +Thu Mar 15 10:43:21 UTC 2012 - [email protected] + +- update to 1.1.23 - latest upstream version + * autodetect java7 + * better support for ipv6 + * OCSP verification support + * explicit use in FIPS mode allowed + * and fixes many bugs, leaks and crashes +- split the spec from tomcat6 sources as it was never needed + +------------------------------------------------------------------- +Thu Aug 5 15:30:21 UTC 2010 - [email protected] + +- fixes bnc#622430 - move .so file to main package + +------------------------------------------------------------------- +Tue Mar 16 12:35:08 CET 2010 - [email protected] + +- build from tomcat-native-1.1.20-src.tar.gz +- package needs work, does not have to live in tomcat src any more + +------------------------------------------------------------------- +Wed Jun 3 11:10:45 CEST 2009 - [email protected] + +- Tomcat update to 6.0.20 +- APR update to 1.3.3 - the bugfix release + +------------------------------------------------------------------- +Fri Sep 12 09:33:38 CEST 2008 - [email protected] + +- Tomcat update to 6.0.18 + +------------------------------------------------------------------- +Thu Aug 7 15:59:03 CEST 2008 - [email protected] + +- move the .so file to -devel subpackage to prevent of an rpmlint error + +------------------------------------------------------------------- +Wed Jul 9 15:52:08 CEST 2008 - [email protected] + +- The first release in SUSE (1.2.12) + - fix of enhancenment request [bnc#202339] + New: ---- libtcnative-1-0.changes libtcnative-1-0.spec tomcat-native-1.1.23-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtcnative-1-0.spec ++++++ # # spec file for package libtcnative-1-0 # # Copyright (c) 2012 SUSE LINUX Products 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: libtcnative-1-0 Version: 1.1.23 Release: 0 Summary: JNI wrappers for Apache Portable Runtime for Tomcat License: Apache-2.0 Group: Productivity/Networking/Web/Servers Url: http://tomcat.apache.org/tomcat-6.0-doc/apr.html Source0: tomcat-native-%{version}-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: java-devel BuildRequires: libapr1-devel BuildRequires: openssl-devel BuildRequires: pkgconfig # Upstream compatibility: Provides: tcnative = %{version}-%{release} #Fedora compatibility Provides: tomcat-native = %{version}-%{release} %description Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies. The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets). These features allows making Tomcat a general purpose webserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology. %package devel 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 scalability, performance, and better integration with native server technologies. The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets). These features allows making Tomcat a general purpose webserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology. %prep %setup -q -n tomcat-native-%{version}-src %build cd jni/native %configure \ --with-apr=%{_bindir}/apr-1-config \ --with-java-home=%{java_home} \ --with-java-platform=2 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 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc CHANGELOG.txt LICENSE NOTICE README.txt %{_libdir}/libtcnative-1.so.* #bnc#622430 - java expects so files installed %{_libdir}/libtcnative-1.so %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/pkgconfig/*.pc %changelog ++++++ _link ++++++ --- /var/tmp/diff_new_pack.4I2JkQ/_old 2012-03-29 07:44:37.000000000 +0200 +++ /var/tmp/diff_new_pack.4I2JkQ/_new 2012-03-29 07:44:37.000000000 +0200 @@ -1 +1,19 @@ -<link package="tomcat6" cicount="copy" /> +<link package="tomcat6" cicount="copy" baserev="bb0cc1e9156043493fb876226fdba8c6"> + <patches> + <delete name="apache-tomcat-6.0.35-src.tar.gz" /> + <delete name="tomcat6-6.0-digest.script" /> + <delete name="tomcat6-6.0-tomcat-users-webapp.patch" /> + <delete name="tomcat6-6.0-tool-wrapper.script" /> + <delete name="tomcat6-6.0.bootstrap-MANIFEST.MF.patch" /> + <delete name="tomcat6-6.0.conf" /> + <delete name="tomcat6-6.0.init" /> + <delete name="tomcat6-6.0.jasper.sh" /> + <delete name="tomcat6-6.0.jspc" /> + <delete name="tomcat6-6.0.logrotate" /> + <delete name="tomcat6-6.0.starter" /> + <delete name="tomcat6-6.0.wrapper" /> + <delete name="tomcat6-rpmlintrc" /> + <delete name="tomcat6.changes" /> + <delete name="tomcat6.spec" /> + </patches> +</link> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
