Drop some questionable conversions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@@ -8,7 +8,11 @@ License: LGPLv2+
|
||||
# no homepage exists for this component
|
||||
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
|
||||
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
|
||||
Source: http://download.gnome.org/sources/%{name}/3.0/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/%{name}/3.0/%{name}-%{version}.tar.bz2
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647039
|
||||
Patch0: 0001-Remove-some-questionable-conversions.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: glib2-devel >= 2.25.11
|
||||
@@ -32,6 +36,7 @@ and header files for developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .cull-migrations
|
||||
|
||||
%build
|
||||
%configure --disable-schemas-compile
|
||||
@@ -67,6 +72,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-2
|
||||
- Don't perform questionable migrations
|
||||
|
||||
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user