Skip to content

Commit

Permalink
[packaging] Update to upstream version 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Jan 27, 2015
1 parent 831179a commit fae864e
Show file tree
Hide file tree
Showing 258 changed files with 91,330 additions and 163 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "upstream"]
path = upstream
url = https://github.com/openSUSE/libsolv.git
12 changes: 0 additions & 12 deletions add-mipsel.patch

This file was deleted.

12 changes: 0 additions & 12 deletions fix-armv7tnhl-typo.patch

This file was deleted.

Binary file removed libsolv-0.1.0.tar.bz2
Binary file not shown.
94 changes: 0 additions & 94 deletions libsolv.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions libsolv/.emacs-dirvars
@@ -0,0 +1,9 @@
;; -*- emacs-lisp -*-
;;
;; This file is processed by the dirvars emacs package. Each variable
;; setting below is performed when this dirvars file is loaded.
;;
c-file-style: "gnu";
fill-column: 78
indent-tabs-mode: nil
tab-width: 8
5 changes: 5 additions & 0 deletions libsolv/.gitignore
@@ -0,0 +1,5 @@
*~
build
doc/*.xml
tests/solver/data.libzypp/*/*.result
src/solvversion.h
5 changes: 5 additions & 0 deletions libsolv/.travis.yml
@@ -0,0 +1,5 @@
language: C
before_script: sudo apt-get install cmake
script: mkdir build && cd build && cmake -DDEBIAN=1 -DMULTI_SEMANTICS=1 .. && make && make test


7 changes: 7 additions & 0 deletions libsolv/BUGS
@@ -0,0 +1,7 @@

Having the same key in multiple repodatas of a repo does not work
- searching will return both entries
- repo_write will write a broken solv file
Fixing the search so that it only returns the last entry will also
fix repo_write.

0 comments on commit fae864e

Please sign in to comment.