Browse Source

updated 8 packages

Field3D-1.7.3-3

OpenImageIO-2.2.11.1-1

c-ares-1.17.1-1

curl-7.75.0-1

galera-26.4.6-1

libboost-1.75.0-1

nghttp2-1.43.0-1

source-highlight-3.1.8-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12537 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
1e072b9d5f

+ 4 - 2
F/Field3D/Field3D-vl.spec

@@ -1,6 +1,6 @@
 Name:           Field3D
 Version:        1.7.3
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Library for storing voxel data
 Summary(ja):    ボクセルデータを蓄積するためのライブラリ
 Group:          system
@@ -28,7 +28,6 @@ BuildRequires:  zlib-devel
 
 Requires:       hdf5
 
-
 %description
 Field3D is an open source library for storing voxel data. It provides C++
 classes that handle in-memory storage and a file format based on HDF5 that
@@ -111,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-3
+- rebuilt with libboost-1.75.0.
+
 * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-2
 - rebuilt with OpenEXR-2.5.3 and hdf5-1.12.0.
 

+ 7 - 4
O/OpenImageIO/OpenImageIO-vl.spec

@@ -3,7 +3,7 @@
 %global subname oiio
 
 Name:           OpenImageIO
-Version:        2.2.9.0
+Version:        2.2.11.1
 Release:        1%{?_dist_release}
 Summary:        Library for reading and writing images
 Group:          system
@@ -12,7 +12,7 @@ Distribution:   Vine Linux
 
 License:        BSD
 URL:            https://sites.google.com/site/openimageio/home
-Source0:        https://github.com/%{name}/%{subname}/archive/Release-%{version}/%{subname}-Release-%{version}.tar.gz
+Source0:        https://github.com/OpenImageIO/oiio/archive/v%{version}.tar.gz#/oiio-%{version}.tar.gz
 # Images for test suite
 #Source1:        oiio-images.tar.gz
 
@@ -109,7 +109,7 @@ Development files for package %{name}
 
 
 %prep
-%setup -q -n oiio-Release-%{version}
+%setup -q -n oiio-%{version}
 
 %if %{with external_pugixml}
 # Remove bundled pugixml
@@ -170,7 +170,7 @@ popd
 %{_libdir}/libOpenImageIO_Util.so.*
 
 %files -n python3-%{name}
-%{python3_sitearch}/OpenImageIO.so
+%{python3_sitearch}/OpenImageIO*.so
 
 %files utils
 %exclude %{_bindir}/iv
@@ -197,6 +197,9 @@ popd
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.11.1-1
+- new upstream release.
+
 * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.9.0-1
 - new upstream release.
 

+ 18 - 5
c/c-ares/c-ares-vl.spec

@@ -2,9 +2,9 @@
 
 Summary: A library that performs asynchronous DNS operations
 Name: c-ares
-Version: 1.16.1
+Version: 1.17.1
 Release: 1%{?_dist_release}
-Group: System Environment/Libraries
+Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
@@ -27,9 +27,10 @@ c-ares is a C library that performs DNS requests and name resolves
 asynchronously. c-ares is a fork of the library named 'ares', written 
 by Greg Hudson at MIT.
 
+
 %package devel
 Summary: Development files for c-ares
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
 
@@ -40,7 +41,7 @@ compile applications or shared objects that use c-ares.
 
 %package -n compat32-%{name}
 Summary: A library that performs asynchronous DNS operations
-Group: System Environment/Libraries
+Group: system
 
 %description -n compat32-%{name}
 c-ares is a C library that performs DNS requests and name resolves 
@@ -50,7 +51,7 @@ by Greg Hudson at MIT.
 
 %package -n compat32-%{name}-devel
 Summary: Development files for c-ares
-Group: Development/Libraries
+Group: programming
 Requires: compat32-%{name} = %{version}-%{release}
 Requires: %{name}-devel = %{version}-%{release}
 
@@ -59,6 +60,9 @@ This package contains the header files and libraries needed to
 compile applications or shared objects that use c-ares.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 %patch0 -p1 -b .optflags
@@ -67,23 +71,28 @@ compile applications or shared objects that use c-ares.
 cp %{SOURCE1} .
 f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
 
+
 %build
 autoreconf -if
 %configure --enable-shared --disable-static \
            --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-, root, root)
 %license LICENSE*
@@ -113,7 +122,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %endif
 
+
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.17.1-1
+- updated to 1.17.1.
+
 * Tue Jun 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.16.1-1
 - updated to 1.16.1.
 

+ 4 - 1
c/curl/curl-vl.spec

@@ -7,7 +7,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.74.0
+Version: 7.75.0
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -215,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.75.0-1
+- new upstream release.
+
 * Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.74.0-1
 - new upstream release.
 

+ 5 - 4
g/galera/galera-vl.spec

@@ -1,7 +1,7 @@
 %bcond_with		systemd
 %bcond_with		python3
 
-%define mariadb_version 10.5.5
+%define mariadb_version 10.5.8
 
 %if %{with python3}
 %global scons scons-3
@@ -11,7 +11,7 @@
 
 Summary:        Synchronous multi-master wsrep provider (replication engine)
 Name:           galera
-Version:        26.4.5
+Version:        26.4.6
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 %global         galera_api_version %(echo %{version} | cut -d . -f 1,2)
 Group:          servers
@@ -83,7 +83,6 @@ install -D -m 755 libgalera_smm.so %{buildroot}%{_libdir}/galera/libgalera_smm.s
 install -D -m 644 garb/files/garb.cnf %{buildroot}%{_sysconfdir}/sysconfig/garb
 install -D -m 644 COPYING %{buildroot}%{_docdir}/galera/COPYING
 install -D -m 644 asio/LICENSE_1_0.txt %{buildroot}%{_docdir}/galera/LICENSE.asio
-install -D -m 644 www.evanjones.ca/LICENSE %{buildroot}%{_docdir}/galera/LICENSE.crc32
 install -D -m 644 scripts/packages/README %{buildroot}%{_docdir}/galera/README
 install -D -m 644 scripts/packages/README-MySQL %{buildroot}%{_docdir}/galera/README-MySQL
 
@@ -116,7 +115,6 @@ fi
 %files
 %license %{_docdir}/galera/COPYING
 %license %{_docdir}/galera/LICENSE.asio
-%license %{_docdir}/galera/LICENSE.crc32
 %doc %{_docdir}/galera/README
 %doc %{_docdir}/galera/README-MySQL
 %config(noreplace,missingok) %{_sysconfdir}/sysconfig/garb
@@ -133,6 +131,9 @@ fi
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 26.4.6-1
+- new upstream release.
+
 * Wed Aug 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 26.4.5-1
 - new upstream release.
 

File diff suppressed because it is too large
+ 205 - 155
lib/libb/libboost/libboost-vl.spec


+ 4 - 1
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.42.0
+Version: 1.43.0
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -214,6 +214,9 @@ make %{?_smp_mflags} check
 %endif
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.43.0-1
+- new upstream release.
+
 * Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.42.0-1
 - new upstream release.
 

+ 15 - 5
s/source-highlight/source-highlight-vl.spec

@@ -7,14 +7,14 @@
 Name:           source-highlight
 Summary:        Syntax highlighting for source documents
 Version:        3.1.8
-Release:        2%{?_dist_release}
-Group:          Development/Tools
+Release:        3%{?_dist_release}
+Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
 License:        GPLv3
-Source:         ftp://ftp.gnu.org/gnu/source-highlight/%{name}-%{version}.tar.gz
 URL:            http://www.gnu.org/software/src-highlite/
+Source:         ftp://ftp.gnu.org/gnu/source-highlight/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  libboost-devel >= 1.33.1
@@ -25,7 +25,6 @@ BuildRequires:  ctags
 BuildRequires:  help2man
 Requires:       ctags
 
-
 %description
 This program, given a source file, produces a document
 with syntax highlighting.  Both source languages and output formats
@@ -35,9 +34,10 @@ e.g., Java, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, etc.
 as source languages, and some output formats such, as, e.g., HTML,
 XHTML, LaTeX, etc.
 
+
 %package devel
 Summary:        Development environment of source-highlight
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       libboost-devel
@@ -47,13 +47,19 @@ Requires:       libboost-regex
 Header files and libraries for building a extension library for the
 source-highlight
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static --with-boost-regex=boost_regex
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -69,6 +75,7 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post
 /sbin/install-info %{_infodir}/source-highlight.info.gz %{_infodir}/dir
 /sbin/install-info %{_infodir}/source-highlight-lib.info.gz %{_infodir}/dir
@@ -101,6 +108,9 @@ fi
 
 
 %changelog
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.8-3
+- rebuilt with boost-1.75.0.
+
 * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.8-2
 - rebuilt with boost-1.72.0.
 

Some files were not shown because too many files changed in this diff