BPackageVersion: Rename property release to revision

* ... to avoid confusion with the preRelease property. It's also called
  "revision" in the HaikuPorts recipes.
* Update libsolv package. Was necessary due to the BPackageVersion
  change, but also includes a few more changes.
This commit is contained in:
Ingo Weinhold
2013-04-16 00:05:19 +02:00
parent bd59e0d00d
commit 202c1daaed
16 changed files with 82 additions and 79 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ if $(TARGET_ARCH) != x86 {
Echo "Libsolv not available for $(TARGET_ARCH)." ;
} else if $(HAIKU_GCC_VERSION[1]) = 2 {
HAIKU_LIBSOLV_PACKAGE
= libsolv-0.3.0_haiku_2013_04_01-1-x86_gcc2.hpkg ;
= libsolv-0.3.0_haiku_2013_04_15-1-x86_gcc2.hpkg ;
} else {
Echo "Libsolv not available for gcc4." ;
}