]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libsolv: Update to version 0.7.14
authorErik Kapfer <ummeegge@ipfire.org>
Thu, 1 Oct 2020 12:37:14 +0000 (14:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Oct 2020 14:54:18 +0000 (14:54 +0000)
Several fixes and features has been added.
A full overview of all changes can be found in here --> https://github.com/openSUSE/libsolv/blob/master/package/libsolv.changes .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libsolv
lfs/libsolv

index de1d12d05540556ef5e1919b5122669e0b6eb04e..8a9c1a24616ac08d86a32a99f45f877d55104c10 100644 (file)
@@ -19,6 +19,7 @@
 #usr/include/solv/repo_write.h
 #usr/include/solv/repodata.h
 #usr/include/solv/rules.h
+#usr/include/solv/selection.h
 #usr/include/solv/solv_xfopen.h
 #usr/include/solv/solvable.h
 #usr/include/solv/solver.h
 #usr/include/solv/transaction.h
 #usr/include/solv/util.h
 #usr/lib/libsolv.so
-usr/lib/libsolv.so.0
+usr/lib/libsolv.so.1
 #usr/lib/libsolvext.so
-usr/lib/libsolvext.so.0
+usr/lib/libsolvext.so.1
+#usr/lib/pkgconfig/libsolv.pc
+#usr/lib/pkgconfig/libsolvext.pc
 #usr/share/cmake
 #usr/share/cmake/Modules
 #usr/share/cmake/Modules/FindLibSolv.cmake
+#usr/share/man/man1/dumpsolv.1
+#usr/share/man/man1/installcheck.1
+#usr/share/man/man1/mergesolv.1
+#usr/share/man/man1/repo2solv.1
+#usr/share/man/man1/solv.1
+#usr/share/man/man1/testsolv.1
+#usr/share/man/man3/libsolv-bindings.3
+#usr/share/man/man3/libsolv-constantids.3
+#usr/share/man/man3/libsolv-history.3
+#usr/share/man/man3/libsolv-pool.3
+#usr/share/man/man3/libsolv.3
index 1f79ce70034ebec2a434a0a31d36f2a4e28d508e..3741fddaff7f4d0acfe1b6f2ebb3d5a7fc415037 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.0.0-c02d759
+VER        = 0.7.14
 
 THISAPP    = libsolv-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = libsolv
 DEPS       =
-PAK_VER    = 2
+PAK_VER    = 3
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a8ba49ca49c309d61836fe78b0e0f83a
+$(DL_FILE)_MD5 = a7a991fa70c310c31fabedc5b12453af
 
 install : $(TARGET)