- update desktop-file-utils to 0.24 release

+ Allow desktop file spec version 1.2.
  + Add Budgie, Deepin, Enlightenment and Pantheon to list of
    registered desktop environments.
  + Sort output lines internally to conserve reproducibility.
  + Use pledge(2) on OpenBSD to limit capabilities.
  + Fix missing ; when appending to a list not ending with one.
  + Add font as valid media type.
  + Fix broken emacs blocking compile.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=102
This commit is contained in:
Dirk Mueller 2019-08-13 11:56:02 +00:00 committed by Git OBS Bridge
parent 0829bedc66
commit faf08c9b9c
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385
size 132000

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1de5da60cbdbe91e5c9c10ac9afee6c3deb019e0cee5fdb9a99dddc245f83d9
size 137424

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 13 11:44:23 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- update desktop-file-utils to 0.24 release
+ Allow desktop file spec version 1.2.
+ Add Budgie, Deepin, Enlightenment and Pantheon to list of
registered desktop environments.
+ Sort output lines internally to conserve reproducibility.
+ Use pledge(2) on OpenBSD to limit capabilities.
+ Fix missing ; when appending to a list not ending with one.
+ Add font as valid media type.
+ Fix broken emacs blocking compile.
-------------------------------------------------------------------
Mon Feb 25 13:58:53 UTC 2019 - matthias.gerstner@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -23,7 +23,7 @@ Summary: RPM file correctness checker
License: GPL-2.0-or-later
Group: System/Packages
Url: http://rpmlint.zarb.org/
Source: desktop-file-utils-0.23.tar.xz
Source: desktop-file-utils-0.24.tar.xz
Source100: rpmlint-deps.txt
Source101: rpmlint.wrapper
Source102: rpmlint-mini.config
@ -48,7 +48,7 @@ rpmlint is a tool to check common errors on RPM packages. Binary and
source packages can be checked.
%prep
%setup -q -n desktop-file-utils-0.23
%setup -q -n desktop-file-utils-0.24
[[ -r COPYING ]]
%build