Browse Source

updated 3 packages

libsolv-0.7.22-1

libzypp-17.31.4-1

zypper-1.14.57-1
Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
a3200f2ad1
3 changed files with 15 additions and 5 deletions
  1. 5 1
      lib/libs/libsolv/libsolv-vl.spec
  2. 6 3
      lib/libz/libzypp/libzypp-vl.spec
  3. 4 1
      z/zypper/zypper-vl.spec

+ 5 - 1
lib/libs/libsolv/libsolv-vl.spec

@@ -36,7 +36,7 @@
 
 Name:		libsolv
 Summary:	Package dependency solver
-Version:	0.7.20
+Version:	0.7.22
 Release:	1%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
@@ -136,6 +136,7 @@ Perl bindings for sat solver.
 
 %build
 %cmake %_cmake_opts \
+        -DPYTHON_EXECUTABLE=%{python3} \
         -DPythonLibs_FIND_VERSION=3 -DPythonLibs_FIND_VERSION_MAJOR=3
 %cmake_build
 
@@ -200,6 +201,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
 
 
 %changelog
+* Fri Oct 28 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.22-1
+- new upstream release.
+
 * Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.20-1
 - new upstream release.
 

+ 6 - 3
lib/libz/libzypp/libzypp-vl.spec

@@ -18,7 +18,7 @@
 %define _unpackaged_files_terminate_build 1
 
 Name:           libzypp
-Version:        17.28.6
+Version:        17.31.4
 Release:        1%{?_dist_release}
 Summary:        Package, Patch, Pattern, and Product Management
 Group:          system
@@ -56,7 +56,7 @@ BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  graphviz
-BuildRequires:  asciidoc
+BuildRequires:  asciidoctor
 #BuildRequires:  graphviz-gnome
 BuildRequires:  libxml2-devel
 BuildRequires:  libproxy-devel
@@ -272,13 +272,16 @@ rm -rf "$RPM_BUILD_ROOT"
 %defattr(-,root,root)
 %license COPYING
 %{_libdir}/libzypp.so
-%{_includedir}/zypp
+%{_includedir}/zypp*
 %{_includedir}/zypp-core
 %{_datadir}/cmake/Modules/*
 %{_libdir}/pkgconfig/libzypp.pc
 
 
 %changelog
+* Fri Oct 28 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.31.4-1
+- new upstream release.
+
 * Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.28.6-1
 - new upstream release.
 - built with openssl-3.0.0.

+ 4 - 1
z/zypper/zypper-vl.spec

@@ -19,7 +19,7 @@
 Name:           zypper
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Command line software manager using libzypp
-Version:        1.14.50
+Version:        1.14.57
 Release:        1%{?_dist_release}
 Group:          system,admin-tools
 Vendor:         Project Vine
@@ -180,6 +180,9 @@ rm -rf "$RPM_BUILD_ROOT"
 
 
 %changelog
+* Fri Oct 28 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.57-1
+- new upstream release.
+
 * Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.50-1
 - new upstream release.