You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/26 14:36:51 UTC

[tomcat-native] branch main updated (dd269c0 -> 12c56a4)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git.


    from dd269c0  Add best guess for 1.2.31 release date
     new cbb8c4b  Remove remaining reference to pkg-config file
     new 12c56a4  Update change log.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 native/build/rpm/tcnative.spec.in | 1 -
 xdocs/miscellaneous/changelog.xml | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-native] 02/02: Update change log.

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit 12c56a45c5aab04d3324d34a9688efd3296d2db0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 26 15:36:45 2021 +0100

    Update change log.
---
 xdocs/miscellaneous/changelog.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index f43f41e..04a9a5f 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -40,6 +40,10 @@
       <bug>65441</bug>: Correct previous fix that enabled building to continue
       with OpenSSL 3.x. Patch provided by lzsiga. (markt)
     </fix>
+    <fix>
+      <bug>65659</bug>: Remove remaining reference to <code>pkg-config</code>
+      which is no longer included in the Tomcat Native distribution. (markt)
+    </fix>
   </changelog>
 </section>
 <section name="Changes in 1.2.30">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-native] 01/02: Remove remaining reference to pkg-config file

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit cbb8c4b8a916a6e26402854202dc78ab9664b3e8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 26 15:35:29 2021 +0100

    Remove remaining reference to pkg-config file
---
 native/build/rpm/tcnative.spec.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/native/build/rpm/tcnative.spec.in b/native/build/rpm/tcnative.spec.in
index 6966919..73c1642 100644
--- a/native/build/rpm/tcnative.spec.in
+++ b/native/build/rpm/tcnative.spec.in
@@ -86,7 +86,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_libdir}/libtcnative-%{tcnver}.*a
 %{_libdir}/libtcnative-%{tcnver}.so
-%{_libdir}/pkgconfig/tcnative-%{tcnver}.pc
 %{_includedir}/%{name}/*.h
 %doc --parents html
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org