Update spec file

Update License field.
Update Source URL.
Add link of corresponding bug for the memory leak patch.
This commit is contained in:
Marek Kasik 2012-11-07 17:49:30 +01:00
parent 89c7620da8
commit a15bf4c1ee

View File

@ -3,14 +3,14 @@
Name: dconf
Version: 0.14.0
Release: 2.1%{?dist}
Release: 3%{?dist}
Summary: A configuration system
Group: System Environment/Base
License: LGPLv2+
License: LGPLv2+ and GPLv2+ and GPLv3+
URL: http://live.gnome.org/dconf
#VCS: git:git://git.gnome.org/dconf
Source0: http://download.gnome.org/sources/dconf/0.12/dconf-%{version}.tar.xz
Source0: http://download.gnome.org/sources/dconf/0.14/dconf-%{version}.tar.xz
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk3-devel
@ -23,6 +23,7 @@ BuildRequires: intltool
Requires: dbus
# upstream fix
# https://bugzilla.gnome.org/show_bug.cgi?id=686573
Patch0: 0001-dconf_rebuilder_get_parent-don-t-leak-parent_name.patch
%description
@ -115,6 +116,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
%changelog
* Wed Nov 7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-3
- Update License field
- Update Source URL
- Add link of corresponding bug for the memory leak patch
* Wed Nov 7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-2.1
- Merge spec-file fixes from f18 branch