Browse Source

updated 6 packages

docker-ce-19.03.14-1

docker-compose-1.27.4-1

firefox-78.6.0-1

thunderbird-78.6.0-1

wireshark-3.4.1-1

xorg-x11-server-1.20.10-1

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

+ 6 - 3
d/docker-ce/docker-ce-vl.spec

@@ -7,9 +7,9 @@
 
 Name: docker-ce
 Summary: The open-source application container engine
-Version: 19.03.9
+Version: 19.03.14
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
-Group: Development/Tools
+Group: system,virtualization
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: tomop
@@ -57,7 +57,7 @@ depending on a particular stack or provider.
 
 %package cli
 Summary: clients for Docker
-Group: Development/Tools
+Group: admin-tools,virtualization
 
 %description cli
 Docker is is a product for you to build, ship and run any application as a
@@ -169,6 +169,9 @@ fi
 
 
 %changelog
+* Thu Dec 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.03.14-1
+- new upstream release.
+
 * Sun Jul 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.03.09-1
 - new upstream release.
 - added systemd support (disabled as default).

+ 12 - 6
d/docker-compose/docker-compose-vl.spec

@@ -6,9 +6,13 @@
 
 Name: docker-compose
 Summary: Define and run multi-container applications with Docker
-Version: 1.26.2
+Version: 1.27.4
 Release: 1%{?_dist_release}
-Group: Development/Tools
+Group: admin-tools,virtualization
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
 License: ASL 2.0
 URL: https://www.docker.com
 Source0: https://github.com/docker/compose/releases/download/%{version}/docker-compose-Linux-x86_64
@@ -21,10 +25,6 @@ NoSource: 1
 NoSource: 2
 %endif
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: tomop
-
 Requires: docker-ce-cli
 
 %description
@@ -33,8 +33,10 @@ Compose is a tool for defining and running multi-container Docker applications.
 
 %prep
 
+
 %build
 
+
 %install
 # install binary
 install -d %{buildroot}%{_bindir}
@@ -50,7 +52,11 @@ install -p -m 755 %{SOURCE2} ./
 %doc README.md
 %{_bindir}/docker-compose
 
+
 %changelog
+* Thu Dec 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.27.4-1
+- new upstream release.
+
 * Sun Jul 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.2-1
 - new upstream release.
 

+ 5 - 2
f/firefox/firefox-vl.spec

@@ -1,8 +1,8 @@
 %bcond_with clang
 
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 78.5
-%global geckomajor 78.5
+%global ffmajor 78.6
+%global geckomajor 78.6
 %global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
@@ -578,6 +578,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
+- updated to 78.6.0.
+
 * Thu Nov 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.5.0-1
 - updated to 78.5.0.
 - dropped Patch700: fixed in upstream.

+ 4 - 1
t/thunderbird/thunderbird-vl.spec

@@ -28,7 +28,7 @@
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Name:		thunderbird
-Version:	78.5.1
+Version:	78.6.0
 Release:	1%{?_dist_release}
 Group:		internet,communication
 Vendor:		Project Vine
@@ -453,6 +453,9 @@ fi
 #===============================================================================
 
 %changelog
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
+- new upstream release.
+
 * Fri Dec 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.5.1-1
 - new upstream release.
 

+ 18 - 4
w/wireshark/wireshark-vl.spec

@@ -1,16 +1,19 @@
+# lua54 is not supported
+%bcond_with lua
+
 %define _unpackaged_files_terminate_build 1
 %define _udevrulesdir /lib/udev/rules.d/
 
 Summary: 	Network traffic analyzer
 Summary(ja):    ネットワークトラフィック解析プログラム
 Name: 		wireshark
-Version:	3.2.6
+Version:	3.4.1
 Release: 	1%{_dist_release}
+Group: 		network,admin-tools
 Vendor:		Project Vine
 Distribution:	Vine Linux
 Packager:	inagaki
 
-Group: 		network,admin-tools
 License: 	GPLv2
 URL: 		https://www.wireshark.org/
 Source0:	https://1.as.dl.wireshark.org/src/%{name}-%{version}.tar.xz
@@ -44,9 +47,12 @@ BuildRequires:  bison, flex
 BuildRequires:  git
 BuildRequires:  krb5-devel
 BuildRequires:	libpcap-devel
+%if %{with lua}
 BuildRequires:	lua-devel
+%endif
 BuildRequires:	libnl3-devel
 BuildRequires:	glib2-devel
+BuildRequires:	c-ares-devel
 BuildRequires:	qt5-qtbase-devel
 BuildRequires:	qt5-linguist
 BuildRequires:	qt5-qtmultimedia-devel
@@ -131,7 +137,9 @@ pushd build
   -DCMAKE_INSTALL_BINDIR=%{_sbindir} \
   -DDISABLE_WERROR=ON \
   -DBUILD_wireshark=ON \
+%if %{with lua}
   -DENABLE_LUA=ON \
+%endif
   -DBUILD_mmdbresolve=OFF \
   -DBUILD_randpktdump=OFF \
   -DBUILD_androiddump=OFF \
@@ -261,18 +269,20 @@ getent group usbmon >/dev/null || groupadd -r usbmon
 %exclude %{_libdir}/wireshark/cmake
 
 %dir %{_datadir}/%{name}
+%if %{with lua}
 %config(noreplace) %{_datadir}/%{name}/init.lua
+%{_datadir}/%{name}/console.lua
+%{_datadir}/%{name}/dtd_gen.lua
+%endif
 %{_datadir}/%{name}/AUTHORS-SHORT
 %{_datadir}/%{name}/COPYING
 %{_datadir}/%{name}/*.html
 %{_datadir}/%{name}/*.css
 %{_datadir}/%{name}/cfilters
 %{_datadir}/%{name}/colorfilters
-%{_datadir}/%{name}/console.lua
 %{_datadir}/%{name}/dfilter_macros
 %{_datadir}/%{name}/dfilters
 %{_datadir}/%{name}/diameter
-%{_datadir}/%{name}/dtd_gen.lua
 %{_datadir}/%{name}/dtds
 %{_datadir}/%{name}/enterprises.tsv
 #{_datadir}/%{name}/help
@@ -297,6 +307,10 @@ getent group usbmon >/dev/null || groupadd -r usbmon
 
 
 %changelog
+* Thu Dec 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.1-1
+- new upstream release.
+- updated Patch6.
+
 * Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.6-1
 - new upstream release.
 

+ 5 - 2
x/xorg-x11-server/xorg-x11-server-vl.spec

@@ -7,8 +7,8 @@
 Summary:        X.Org X11 X server
 Summary(ja):    X.Org X11 X サーバ
 Name:           xorg-x11-server
-Version:        1.20.9
-Release:        2%{?_dist_release}%{?with_systemd:.systemd}
+Version:        1.20.10
+Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -546,6 +546,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.10-1
+- new upstream release.
+
 * Sun Oct 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.9-2
 - fixed %%files.