Browse Source

updated 4 packages

bind-9.11.22-1

bison-3.7.1-1

golang-1.15.1-1

php74-7.4.10-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12483 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
8c90c7bf30
4 changed files with 43 additions and 30 deletions
  1. 11 7
      b/bind/bind-vl.spec
  2. 5 2
      b/bison/bison-vl.spec
  3. 5 2
      g/golang/golang-vl.spec
  4. 22 19
      p/php74/php74-vl.spec

+ 11 - 7
b/bind/bind-vl.spec

@@ -9,9 +9,9 @@
 %define sname bind
 %define pname bind
 # example: 9.9.13.P1
-%define pversion 9.11.20
+%define pversion 9.11.22
 # example: 9.9.13-P1
-%define sversion 9.11.20
+%define sversion 9.11.22
 %define bind_epoch 1
 # fixed <BTS:VineLinux:1139>
 %define old_bind_version 1:9.9.2p2-1vl7
@@ -26,8 +26,8 @@ Summary(ja): DNS (Domain Name System) サーバ
 Name: %{pname}
 Epoch: %{bind_epoch}
 Version: %{pversion}
-Release: 2%{?_dist_release}%{?with_systemd:.systemd}
-Group: System Environment/Daemons
+Release: 1%{?_dist_release}%{?with_systemd:.systemd}
+Group: servers
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: daisuke
@@ -95,7 +95,7 @@ the caching-nameserver package.
 %package libs
 Summary: Libraries used by various DNS packages
 Summary(ja): さまざまな DNS パッケージで使用されるライブラリ
-Group: System Environment/Libraries
+Group: system
 Obsoletes: bind-current-libs <= %{old_bind_version}
 
 %description libs
@@ -105,7 +105,7 @@ Contains libraries used by both the bind server package as well as the utils pac
 %package utils
 Summary: Utilities for querying DNS name servers.
 Summary(ja): DNS ネームサーバに問い合わせをするユーティリティ
-Group: Applications/System
+Group: admin-tools
 Requires: %{pname}-libs = %{bind_epoch}:%{version}-%{release}
 Conflicts: bind9-utils <= 9.2.1-0vl5
 Conflicts: bind-current-utils
@@ -126,7 +126,7 @@ servers.
 %package devel
 Summary: Include files and libraries needed for bind DNS development.
 Summary(ja): bind DNS 開発に必要なインクルードファイルとライブラリ
-Group: Development/Libraries
+Group: programming
 Requires: %{pname} = %{bind_epoch}:%{version}-%{release}
 Requires: %{pname}-libs = %{bind_epoch}:%{version}-%{release}
 Conflicts: bind9-devel <= 9.2.1-0vl5
@@ -144,6 +144,7 @@ applications. If you install bind-devel, you'll also need to install
 bind.
 #'
 
+
 %prep
 %setup -n bind-%{sversion} -q
 %patch1 -p1 -b .key
@@ -383,6 +384,9 @@ exit 0
 %{_bindir}/isc-config.sh
 
 %changelog
+* Thu Sep 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.11.22-1
+- updated to 9.11.22.
+
 * Fri Jul 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.11.20-2
 - added systemd support (disabled as default).
 

+ 5 - 2
b/bison/bison-vl.spec

@@ -3,9 +3,9 @@
 Summary:        A GNU general-purpose parser generator.
 Summary(ja):    GNU 汎用構文解析器生成プログラム
 Name:           bison
-Version:        3.6.4
+Version:        3.7.1
 Release:        1%{?_dist_release}
-Group:          Development/Tools
+Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
@@ -115,6 +115,9 @@ fi
 
 
 %changelog
+* Thu Sep 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.1-1
+- new upstream release.
+
 * Thu Jun 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.4-1
 - new upstream release.
 

+ 5 - 2
g/golang/golang-vl.spec

@@ -75,7 +75,7 @@
 %global gohostarch  386
 %endif
 
-%global go_version 1.15
+%global go_version 1.15.1
 %global go_api %(echo "%{version}" | cut -d . -f 1,2)
 
 Summary:        The Go Programming Language
@@ -89,7 +89,7 @@ Distribution:   Vine Linux
 
 # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
 License:        BSD and Public Domain
-URL:            http://golang.org/
+URL:            https://golang.org/
 # pre-processed by source.sh to make Mark.Twain-Tom.Sawyer.txt free again
 Source0:        https://dl.google.com/go/go%{go_version}.src.tar.gz
 
@@ -412,6 +412,9 @@ fi
 %endif
 
 %changelog
+* Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.15.1-1
+- new upstream release.
+
 * Wed Aug 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.15-1
 - new upstream release.
 

+ 22 - 19
p/php74/php74-vl.spec

@@ -55,7 +55,7 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 7.4.9
+Version: 7.4.10
 Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: programming
 Vendor: Project Vine
@@ -184,7 +184,7 @@ Apache Web サーバが Web ページに埋めこまれた PHP 言語を理解
 #----------------------------------------------------------------------
 %package devel
 Summary: Files needed for building PHP extensions.
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: autoconf
 Requires: automake
@@ -198,7 +198,7 @@ need to install this package.
 #----------------------------------------------------------------------
 %if %{with_pear}
 %package pear
-Group: Development/Languages
+Group: programming
 Summary: PHP Extension and Application Repository Components
 Requires(post): alternatives
 Requires: %{name} = %{version}-%{release}
@@ -216,7 +216,7 @@ components.  This package contains the basic PEAR components.
 #----------------------------------------------------------------------
 %if %{with apache2}
 %package apache2
-Group: System Environment/Daemons
+Group: servers
 Summary: php5 module for Apache version 2
 Summary(ja): Apache バージョン 2 用の php5 モジュール
 BuildRequires: apache2-devel >= 2.0.50-0vl2
@@ -235,7 +235,7 @@ this module is not threadsafe.
 
 #----------------------------------------------------------------------
 %package fpm
-Group: System Environment/Daemons
+Group: servers
 Summary: PHP with FastCGI Process Manager (FPM)
 Summary(ja): FastCGI Process Manager (FPM) が組み込まれたPHP
 Requires: %{name} = %{version}-%{release}
@@ -247,7 +247,7 @@ any size, especially busier sites.
 
 #----------------------------------------------------------------------
 %package nginx
-Group: System Environment/Daemons
+Group: servers
 Summary: Nginx configuration for php-fpm
 Summary(ja): php-fpmを利用するためのNginx設定ファイル
 Requires: %{name}-fpm = %{version}-%{release}
@@ -261,7 +261,7 @@ Requires: nginx
 #----------------------------------------------------------------------
 %package dba
 Summary: A database abstraction layer module for PHP applications
-Group: Development/Languages
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Provides: php-dba = %{version}-%{release}
 Conflicts: php5-dba < 5.6.11
@@ -273,7 +273,7 @@ support for using the DBA database abstraction layer to PHP.
 #----------------------------------------------------------------------
 %package imap
 Summary: A module for PHP applications that use IMAP.
-Group: Development/Languages
+Group: programming
 BuildRequires: uw-imap-devel >= 2000c-1.6.0
 BuildRequires: openssl-devel
 Requires: %{name} = %{version}-%{release}
@@ -292,7 +292,7 @@ and the php package.
 #----------------------------------------------------------------------
 %package ldap
 Summary: A module for PHP applications that use LDAP.
-Group: Development/Languages
+Group: programming
 BuildRequires: cyrus-sasl-devel
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
@@ -311,7 +311,7 @@ need to install this package in addition to the php package.
 #----------------------------------------------------------------------
 %package mysql
 Summary: A module for PHP applications that use MySQL databases.
-Group: Development/Languages
+Group: programming
 ##BuildRequires: MySQL-devel >= 5.1.40
 # for MySQL-devel Requires bug..
 Requires: %{name} = %{version}-%{release}
@@ -329,7 +329,7 @@ this package and the php or mod_php package.
 
 #----------------------------------------------------------------------
 %package odbc
-Group: Development/Languages
+Group: programming
 Summary: A module for PHP applications that use ODBC databases.
 BuildRequires: unixODBC-devel
 Requires: %{name} = %{version}-%{release}
@@ -350,7 +350,7 @@ package.
 #----------------------------------------------------------------------
 %package pdo
 Summary: A database access abstraction module for PHP applications
-Group: Development/Languages
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Provides: php-pdo = %{version}-%{release}
 Conflicts: php5-pdo < 5.6.11
@@ -364,7 +364,7 @@ databases.
 #----------------------------------------------------------------------
 %package pgsql
 Summary: A PostgreSQL database module for PHP.
-Group: Development/Languages
+Group: programming
 BuildRequires: openssl-devel
 %if %{?_dist_release} == "vl6"
 BuildRequires: postgresql-devel
@@ -389,7 +389,7 @@ php package.
 #----------------------------------------------------------------------
 %package snmp
 Summary: A module for PHP applications that query SNMP-managed devices.
-Group: Development/Languages
+Group: programming
 BuildRequires: bzip2-devel
 BuildRequires: glibc-devel
 BuildRequires: libelf-devel
@@ -410,7 +410,7 @@ will need to install this package and the php package.
 #----------------------------------------------------------------------
 %package xmlrpc
 Summary: A module for PHP applications which use the XML-RPC protocol
-Group: Development/Languages
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Provides: php-xmlrpc = %{version}-%{release}
 Conflicts: php5-xmlrpc < 5.6.11
@@ -422,7 +422,7 @@ support for the XML-RPC protocol to PHP.
 #----------------------------------------------------------------------
 %package intl
 Summary: A module for PHP applications to use the ICU APIs
-Group: Development/Languages
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Provides: php-intl = %{version}-%{release}
 Conflicts: php5-intl < 5.6.11
@@ -435,7 +435,7 @@ in their scripts.
 #----------------------------------------------------------------------
 %package zip
 Summary: A module for PHP applications to manipulate the ZIP archives
-Group: Development/Languages
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Provides: php-zip = %{version}-%{release}
 Provides: php-ext-zip
@@ -448,7 +448,7 @@ Conflicts: php5-zip < 5.6.11
 #----------------------------------------------------------------------
 %package pcntl
 Summary: A module for PHP-CLI applications to use Process Control (pcntl)
-Group: Development/Languages
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Provides: php-pcntl = %{version}-%{release}
 Conflicts: php5-pcntl < 5.6.11
@@ -463,7 +463,7 @@ used within a web server environment.
 #----------------------------------------------------------------------
 %package opcache
 Summary: A zend extension to cache script bytecode
-Group: Development/Languages
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Provides: php-opcache = %{version}-%{release}
 Conflicts: php5-opcache < 5.6.11
@@ -1056,6 +1056,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Thu Sep 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.10-1
+- new upstream release.
+
 * Fri Aug 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.9-1
 - new upstream release.