Browse Source

updated 6 packages

gdk-pixbuf2-2.42.6-1

glib2-2.68.1-1

grilo-plugins-0.3.13-1

gtk4-4.2.0-1

libepoxy-1.5.5-1

vala-0.48.16-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
0e898c38b7

+ 7 - 1
g/gdk-pixbuf2/gdk-pixbuf2-vl.spec

@@ -10,7 +10,7 @@
 
 Name:           gdk-pixbuf2
 Summary:        An image loading library
-Version:        2.42.4
+Version:        2.42.6
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -52,6 +52,7 @@ gdk-pixbuf is an image loading library that can be extended by loadable
 modules for new image formats. It is used by toolkits such as GTK+ or
 clutter.
 
+
 %package devel
 Summary: Development files for gdk-pixbuf
 Group: programming
@@ -67,6 +68,7 @@ Conflicts: gtk2-devel <= 2.21.2
 This package contains the libraries and header files that are needed
 for writing applications that are using gdk-pixbuf.
 
+
 %if %{build_compat32}
 #######################################################################
 # compat32
@@ -82,6 +84,7 @@ gdk-pixbuf is an image loading library that can be extended by loadable
 modules for new image formats. It is used by toolkits such as GTK+ or
 clutter.
 
+
 %package -n compat32-%{name}-devel
 Summary: Development files for gdk-pixbuf
 Group: programming,legacy
@@ -187,6 +190,9 @@ gdk-pixbuf-query-loaders%{_query_suffix} --update-cache || : > /dev/null 2>&1
 
 
 %changelog
+* Sun Apr 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.42.6-1
+- new upstream release.
+
 * Sat Apr 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.42.4-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 4 - 1
g/glib2/glib2-vl.spec

@@ -3,7 +3,7 @@
 
 Summary:        A library of handy utility functions.
 Name:           glib2
-Version:        2.68.0
+Version:        2.68.1
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -238,6 +238,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
 
 
 %changelog
+* Sun Apr 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.68.1-1
+- new upstream release.
+
 * Tue Mar 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.68.0-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 4 - 1
g/grilo-plugins/grilo-plugins-vl.spec

@@ -3,7 +3,7 @@
 Name:           grilo-plugins
 Summary:        A collection of plugins for the Grilo framework
 Summary(ja):    Grilo フレームワーク用のプラグイン集
-Version:        0.3.12
+Version:        0.3.13
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.13-1
+- new upstream release.
+
 * Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.12-1
 - new upstream release.
 

+ 22 - 3
g/gtk4/gtk4-vl.spec

@@ -1,4 +1,5 @@
 %bcond_with gtk_update_icon_cache
+%bcond_with docs
 
 # biarch support
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
@@ -10,7 +11,7 @@
 Summary: GTK graphical user interface library
 Summary(ja): GTK GUI ライブラリ
 Name: gtk4
-Version: 4.0.3
+Version: 4.2.0
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -69,6 +70,9 @@ Requires: libXrandr >= 1.3.0
 # enable when GTK4 becomes standard version.
 Provides: gtk-update-icon-cache = %{version}-%{release}
 %endif
+%if ! %{with docs}
+Obsoletes: gtk4-docs < %{version}-%{release}
+%endif
 
 %description
 GTK is a multi-platform toolkit for creating graphical user
@@ -96,6 +100,7 @@ The gtk4-devel package contains the header files and developer
 docs for the GTK widget toolkit.
 
 
+%if %{with docs}
 %package docs
 Summary: Developer documentation for GTK
 Summary(ja): GTK による開発のドキュメント
@@ -105,6 +110,7 @@ Requires: gtk4 = %{version}-%{release}
 %description docs
 This package contains developer documentation for version 4 of the GTK
 widget toolkit.
+%endif
 
 
 #######################################################################
@@ -112,7 +118,7 @@ widget toolkit.
 %package -n compat32-%{name}
 Summary: GTK graphical user interface library
 Summary(ja): GTK GUI ライブラリ
-Group: system
+Group: system,legacy
 Requires: compat32-libXrandr >= 1.3.0
 
 %description -n compat32-%{name}
@@ -124,7 +130,7 @@ suites.
 %package -n compat32-%{name}-devel
 Summary: Development tools for GTK applications.
 Summary(ja): GTK アプリケーション開発ツール
-Group: programming
+Group: programming,legacy
 Requires: compat32-%{name} = %{version}-%{release}
 Requires: %{name}-devel = %{version}
 Requires: compat32-libX11-devel, compat32-libXcursor-devel, compat32-libXinerama-devel
@@ -156,12 +162,18 @@ export CFLAGS='-fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT %
         -Dxinerama=enabled \
         -Dcolord=enabled \
         -Dsassc=disabled \
+%if %{with docs}
         -Dgtk_doc=true \
+%else
+        -Dgtk_doc=false \
+%endif
         -Dman-pages=true \
         -Dinstall-tests=false
 %meson_build
+%if %{with docs}
 # Workaround for https://github.com/mesonbuild/meson/issues/8117
 %meson_build gtk4-doc:custom
+%endif
 
 
 %install
@@ -178,6 +190,7 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-4.0/%{bin_version}/theming-engines
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-4.0/%{bin_version}/immodules
 
 
+%if %{with gtk_update_icon_cache}
 %post
 if [ $1 = 1 ]; then
 	update-alternatives \
@@ -198,6 +211,7 @@ if [ ! -L %{_bindir}/gtk-update-icon-cache ]; then
 		--install %{_bindir}/gtk-update-icon-cache gtk-update-icon-cache \
 			%{_bindir}/gtk4-update-icon-cache 40
 fi
+%endif
 
 
 %files -f gtk40.lang
@@ -263,8 +277,10 @@ fi
 %{_mandir}/man1/gtk4-query-settings.1*
 %{_mandir}/man1/gtk4-widget-factory.1*
 
+%if %{with docs}
 %files docs
 %{_datadir}/gtk-doc
+%endif
 
 # compat32
 %if %{build_compat32}
@@ -286,6 +302,9 @@ fi
 %endif
 
 %changelog
+* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.2.0-1
+- new upstream release.
+
 * Sun Mar 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.3-1
 - new upstream release.
 

+ 11 - 10
lib/libe/libepoxy/libepoxy-vl.spec

@@ -2,8 +2,8 @@
 
 Summary: A library for handling OpenGL function pointer management
 Name: libepoxy
-Version: 1.5.4
-Release: 2%{?_dist_release}
+Version: 1.5.5
+Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -42,7 +42,7 @@ Header files and libraries for building a extension library for the %{name}.
 # compat32
 %package -n compat32-%{name}
 Summary: A library for handling OpenGL function pointer management
-Group: system
+Group: system,legaxy
 Requires: %{name} = %{version}-%{release}
 
 %description -n compat32-%{name}
@@ -52,7 +52,7 @@ Epoxy is a library for handling OpenGL function pointer management for you.
 %package -n compat32-%{name}-devel
 Summary: Development tools for compat32-%{name}
 Summary(ja): compat32-%{name} の開発環境
-Group: programming
+Group: programming,legaxy
 Requires: compat32-%{name} = %{version}-%{release}
 Requires: %{name}-devel = %{version}-%{release}
 
@@ -60,6 +60,9 @@ Requires: %{name}-devel = %{version}-%{release}
 Header files and libraries for building a extension library for the compat32-%{name}.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -86,12 +89,6 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
 %endif
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%post -n compat32-%{name} -p /sbin/ldconfig
-%postun -n compat32-%{name} -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -116,6 +113,10 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
 %endif
 
 %changelog
+* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.5-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Fri Aug 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.4-2
 - enabled egl.
 

+ 4 - 1
v/vala/vala-vl.spec

@@ -6,7 +6,7 @@ Summary(ja):    GNOME 用のモダンなプログラミング言語
 
 Name:           vala
 # LTS 0.48
-Version:        0.48.15
+Version:        0.48.16
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -199,6 +199,9 @@ make check
 
 
 %changelog
+* Sun Apr 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.48.16-1
+- new upstream release.
+
 * Tue Mar 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.48.15-1
 - new upstream release.
 - dropped ldconfig scriptlets.