2017-07-05 14:44:31 +00:00
committed by Git OBS Bridge
parent 4f399f5a0c
commit d3453831ea
2 changed files with 32 additions and 0 deletions

View File

@@ -11,6 +11,24 @@ Wed Jul 5 16:28:46 CEST 2017 - ngompa13@gmail.com
timestamps
New patch: changes-doc.diff
-------------------------------------------------------------------
Thu Jun 15 07:08:45 UTC 2017 - alarrosa@suse.com
- Added a %rpm_vercmp macro which accepts two versions as parameters and
returns -1, 0, 1 if the first version is less than, equal or
greater than the second version respectively.
- Added a %pkg_version macro that accepts a package or capability name
as argument and returns the version number of the installed package. If
no package provides the argument, it returns the string ~~~
- Added a %pkg_vcmp macro that accepts 3 parameters. The first parameter
is a package name or provided capability name, the second argument is an
operator ( < <= = >= > != ) and the third parameter is a version string
to compare the installed version of the first argument with.
- Added a %pkg_version_cmp macro which accepts a package or capability name
as first argument and a version number as second argument and returns
-1, 0, 1 or ~~~ . The number values have the same meaning as in %rpm_vercmp
and the ~~~ string is returned if the package or capability can't be found.
-------------------------------------------------------------------
Fri Jun 9 15:33:01 UTC 2017 - sriedel@suse.com