diff --git a/dconf.spec b/dconf.spec index 5b4792e..1700b02 100644 --- a/dconf.spec +++ b/dconf.spec @@ -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 - 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 - 0.14.0-2.1 - Merge spec-file fixes from f18 branch