Browse Source

updated 3 packages

curl-7.78.0-1

libev-4.33-1

nghttp2-1.44.0-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
4d3f8412e0
3 changed files with 37 additions and 43 deletions
  1. 5 7
      c/curl/curl-vl.spec
  2. 25 20
      lib/libe/libev/libev-vl.spec
  3. 7 16
      n/nghttp2/nghttp2-vl.spec

+ 5 - 7
c/curl/curl-vl.spec

@@ -3,7 +3,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.77.0
+Version: 7.78.0
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -17,12 +17,6 @@ Source: https://curl.haxx.se/download/%{name}-%{version}.tar.xz
 # patch making libcurl multilib ready
 Patch101: 0101-curl-7.73.0-multilib.patch
 
-# prevent configure script from discarding -g in CFLAGS (#496778)
-Patch102: 0102-curl-7.36.0-debug.patch
-
-# prevent valgrind from reporting false positives on x86_64
-Patch105: 0105-curl-7.63.0-lib1560-valgrind.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: brotli-devel
 BuildRequires: gnutls-devel
@@ -193,6 +187,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.78.0-1
+- new upstream release.
+- dropped Patch102 and 105.
+
 * Wed Jun 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.77.0-1
 - new upstream release.
 

+ 25 - 20
lib/libe/libev/libev-vl.spec

@@ -4,19 +4,19 @@
 %global inst_srcdir %{buildroot}/%{source_dir}
 
 Name:		libev
-Version:	4.25
+Version:	4.33
 Release:	1%{?_dist_release}
 Summary:	High-performance event loop/event model with lots of features
 Summary(ja):    高機能・高性能のイベントループ・イベントモデル
-Group:		System Environment/Libraries
+Group:		system
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
 License:	BSD or GPLv2+
 URL:		http://software.schmorp.de/pkg/libev.html
 Source0:	http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	automake libtool
 
 %description
@@ -31,9 +31,9 @@ libev は libevent および Perl の Event を大まかに参考にして作ら
 
 
 %package 	devel
-Summary:        Development files for %{name}
-Summary(ja):    %{name} の開発用ファイル
-Group:		Development/Libraries
+Summary:	Development files for %{name}
+Summary(ja):	%{name} の開発用ファイル
+Group:		programming
 Requires:	%{name}%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 
@@ -47,12 +47,13 @@ featureful. And also smaller. Development libraries.
 
 
 %package libevent-devel
-Summary:          Compatibility development header with libevent for %{name}.
-Summary(ja):      libevent互換の%{name}ヘッダファイル.
-Requires:         %{name}-devel%{?_isa} = %{version}-%{release}
+Summary:	Compatibility development header with libevent for %{name}.
+Summary(ja):	libevent互換の%{name}ヘッダファイル.
+Group:		programming
+Requires:	%{name}-devel%{?_isa} = %{version}-%{release}
 
 # The event.h file actually conflicts with the one from libevent-devel
-Conflicts:        libevent-devel
+Conflicts:	libevent-devel
 
 %description libevent-devel
 This package contains a development header to make libev compatible with
@@ -65,7 +66,7 @@ libevent.
 %package	source
 Summary:	Source code for libev
 Summary(ja):	libev のソースコード
-Group:		Development/Libraries
+Group:		programming
 BuildArch:      noarch
 
 %description	source
@@ -81,8 +82,8 @@ featureful. And also smaller. Development libraries.
 
 %package -n compat32-%{name}
 Summary:	High-performance event loop/event model with lots of features
-Summary(ja):    高機能・高性能のイベントループ・イベントモデル
-Group:		System Environment/Libraries
+Summary(ja):	高機能・高性能のイベントループ・イベントモデル
+Group:		system,legacy
 
 %description -n compat32-%{name}
 Libev is modeled (very loosely) after libevent and the Event Perl
@@ -95,6 +96,9 @@ libev は libevent および Perl の Event を大まかに参考にして作ら
 同時によりコンパクトです。
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -127,10 +131,6 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
 rm -rf %{buildroot}
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files
 %license LICENSE
 %doc Changes README
@@ -153,7 +153,12 @@ rm -rf %{buildroot}
 %{_libdir}/%{name}.so.4*
 %endif
 
+
 %changelog
+* Thu Jul 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.33-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.25-1
 - updated to 4.25.
 

+ 7 - 16
n/nghttp2/nghttp2-vl.spec

@@ -8,7 +8,7 @@
 Summary: Experimental HTTP/2 client, server and proxy
 Summary(ja): HTTP/2クライアント・サーバ・プロキシの実験的実装
 Name: nghttp2
-Version: 1.43.0
+Version: 1.44.0
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -78,7 +78,7 @@ for building applications with libnghttp2.
 %package -n compat32-libnghttp2
 Summary: A library implementing the HTTP/2 protocol
 Summary(ja): HTTP/2ライブラリ
-Group: system
+Group: system,legacy
 
 %description -n compat32-libnghttp2
 libnghttp2 is a library implementing the Hypertext Transfer Protocol
@@ -92,7 +92,7 @@ version 2 (HTTP/2) protocol in C.
 %package -n compat32-libnghttp2-devel
 Summary: Files needed for building applications with libnghttp2
 Summary(ja): libnghttp2を利用するアプリケーションをビルドするために必要なファイル
-Group: programming
+Group: programming,legacy
 Requires: compat32-libnghttp2%{?_isa} = %{version}-%{release}
 Requires: pkgconfig
 
@@ -153,19 +153,6 @@ rm -f %{buildroot}%{_mandir}/man1/*
 %endif
 
 
-%post -n libnghttp2
-/sbin/ldconfig
-
-%postun -n libnghttp2
-/sbin/ldconfig
-
-%post -n compat32-libnghttp2
-/sbin/ldconfig
-
-%postun -n compat32-libnghttp2
-/sbin/ldconfig
-
-
 %check
 %if %{with test}
 # test the just built library instead of the system one, without using rpath
@@ -214,6 +201,10 @@ make %{?_smp_mflags} check
 %endif
 
 %changelog
+* Thu Jul 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.44.0-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.43.0-1
 - new upstream release.