| 1 |
%define libxml2_version 2.4.12
|
| 2 |
%define orbit2_version 2.8.0
|
| 3 |
%define glib2_version 2.14.0
|
| 4 |
%define dbus_version 1.0.1
|
| 5 |
%define dbus_glib_version 0.74
|
| 6 |
|
| 7 |
Summary: A process-transparent configuration system
|
| 8 |
Name: GConf2
|
| 9 |
Version: 2.28.0
|
| 10 |
Release: 1%{?dist}
|
| 11 |
License: LGPLv2+
|
| 12 |
Group: System Environment/Base
|
| 13 |
Source: http://download.gnome.org/sources/GConf/2.28/GConf-%{version}.tar.bz2
|
| 14 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 15 |
URL: http://projects.gnome.org/gconf/
|
| 16 |
|
| 17 |
BuildRequires: libxml2-devel >= %{libxml2_version}
|
| 18 |
BuildRequires: ORBit2-devel >= %{orbit2_version}
|
| 19 |
BuildRequires: glib2-devel >= %{glib2_version}
|
| 20 |
BuildRequires: dbus-devel >= %{dbus_version}
|
| 21 |
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
| 22 |
BuildRequires: gtk2-devel
|
| 23 |
BuildRequires: gtk-doc >= 0.9
|
| 24 |
BuildRequires: pkgconfig >= 0.14
|
| 25 |
BuildRequires: gettext
|
| 26 |
BuildRequires: openldap-devel
|
| 27 |
BuildRequires: intltool
|
| 28 |
BuildRequires: polkit-devel >= 0.92
|
| 29 |
BuildRequires: dbus-glib-devel >= 0.8
|
| 30 |
BuildRequires: autoconf automake libtool
|
| 31 |
Requires: dbus
|
| 32 |
# for /usr/share/sgml
|
| 33 |
Requires: sgml-common
|
| 34 |
# for patch0
|
| 35 |
Requires: /usr/bin/killall
|
| 36 |
Conflicts: GConf2-dbus
|
| 37 |
|
| 38 |
Patch0: GConf-2.18.0.1-reload.patch
|
| 39 |
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
|
| 40 |
Patch1: GConf-gettext.patch
|
| 41 |
|
| 42 |
|
| 43 |
%description
|
| 44 |
GConf is a process-transparent configuration database API used to
|
| 45 |
store user preferences. It has pluggable backends and features to
|
| 46 |
support workgroup administration.
|
| 47 |
|
| 48 |
%package devel
|
| 49 |
Summary: Headers and libraries for GConf development
|
| 50 |
Group: Development/Libraries
|
| 51 |
Requires: %{name} = %{version}-%{release}
|
| 52 |
Requires: libxml2-devel >= %{libxml2_version}
|
| 53 |
Requires: ORBit2-devel >= %{orbit2_version}
|
| 54 |
Requires: glib2-devel >= %{glib2_version}
|
| 55 |
# we install a pc file
|
| 56 |
Requires: pkgconfig
|
| 57 |
# we install an automake macro
|
| 58 |
Requires: automake
|
| 59 |
Conflicts: GConf2-dbus-devel
|
| 60 |
|
| 61 |
%description devel
|
| 62 |
GConf development package. Contains files needed for doing
|
| 63 |
development using GConf.
|
| 64 |
|
| 65 |
%package gtk
|
| 66 |
Summary: Graphical GConf utilities
|
| 67 |
Group: System Environment/Base
|
| 68 |
Requires: %{name} = %{version}-%{release}
|
| 69 |
|
| 70 |
%description gtk
|
| 71 |
The GConf2-gtk package contains graphical GConf utilities
|
| 72 |
which require GTK+.
|
| 73 |
|
| 74 |
%prep
|
| 75 |
%setup -q -n GConf-%{version}
|
| 76 |
%patch0 -p1 -b .reload
|
| 77 |
%patch1 -p1 -b .gettext
|
| 78 |
|
| 79 |
autoreconf -f -i
|
| 80 |
|
| 81 |
%build
|
| 82 |
%configure --disable-static --enable-defaults-service
|
| 83 |
|
| 84 |
# drop unneeded direct library deps with --as-needed
|
| 85 |
# libtool doesn't make this easy, so we do it the hard way
|
| 86 |
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
|
| 87 |
|
| 88 |
make
|
| 89 |
|
| 90 |
%install
|
| 91 |
rm -fr $RPM_BUILD_ROOT
|
| 92 |
make install DESTDIR=$RPM_BUILD_ROOT
|
| 93 |
|
| 94 |
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas
|
| 95 |
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/gconf.xml.system
|
| 96 |
|
| 97 |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
| 98 |
rm -f $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.la
|
| 99 |
|
| 100 |
%find_lang %name
|
| 101 |
|
| 102 |
%clean
|
| 103 |
rm -rf $RPM_BUILD_ROOT
|
| 104 |
|
| 105 |
%post
|
| 106 |
/sbin/ldconfig
|
| 107 |
|
| 108 |
if [ $1 -gt 1 ]; then
|
| 109 |
if ! fgrep -q gconf.xml.system %{_sysconfdir}/gconf/2/path; then
|
| 110 |
sed -i -e 's@xml:readwrite:$(HOME)/.gconf@&\n\n# Location for system-wide settings.\nxml:readonly:/etc/gconf/gconf.xml.system@' %{_sysconfdir}/gconf/2/path
|
| 111 |
fi
|
| 112 |
fi
|
| 113 |
|
| 114 |
%postun -p /sbin/ldconfig
|
| 115 |
|
| 116 |
%files -f %{name}.lang
|
| 117 |
%defattr(-, root, root)
|
| 118 |
%doc COPYING NEWS README backends/README.evoldap
|
| 119 |
%config(noreplace) %{_sysconfdir}/gconf/2/path
|
| 120 |
%config(noreplace) %{_sysconfdir}/gconf/2/evoldap.conf
|
| 121 |
%dir %{_sysconfdir}/gconf
|
| 122 |
%dir %{_sysconfdir}/gconf/2
|
| 123 |
%dir %{_sysconfdir}/gconf/gconf.xml.defaults
|
| 124 |
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory
|
| 125 |
%dir %{_sysconfdir}/gconf/gconf.xml.system
|
| 126 |
%dir %{_sysconfdir}/gconf/schemas
|
| 127 |
%{_bindir}/*
|
| 128 |
%{_libexecdir}/gconfd-2
|
| 129 |
%{_libdir}/*.so.*
|
| 130 |
%{_libdir}/GConf/2/*.so
|
| 131 |
%{_datadir}/sgml/gconf
|
| 132 |
%{_datadir}/GConf
|
| 133 |
%{_mandir}/man1/*
|
| 134 |
%dir %{_libdir}/GConf
|
| 135 |
%dir %{_libdir}/GConf/2
|
| 136 |
%{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
|
| 137 |
%{_libexecdir}/gconf-defaults-mechanism
|
| 138 |
%{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy
|
| 139 |
%{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
|
| 140 |
%{_datadir}/dbus-1/services/org.gnome.GConf.service
|
| 141 |
|
| 142 |
%files gtk
|
| 143 |
%{_libexecdir}/gconf-sanity-check-2
|
| 144 |
|
| 145 |
%files devel
|
| 146 |
%defattr(-, root, root)
|
| 147 |
%{_libdir}/*.so
|
| 148 |
%{_includedir}/gconf
|
| 149 |
%{_datadir}/aclocal/*.m4
|
| 150 |
%{_datadir}/gtk-doc/html/gconf
|
| 151 |
%{_libdir}/pkgconfig/*
|
| 152 |
|
| 153 |
%changelog
|
| 154 |
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
| 155 |
- Update to 2.28.0
|
| 156 |
|
| 157 |
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.0-1
|
| 158 |
- Update to 2.27.0
|
| 159 |
|
| 160 |
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.26.2-6
|
| 161 |
- Convert specfile to UTF-8.
|
| 162 |
|
| 163 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.2-5
|
| 164 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
| 165 |
|
| 166 |
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-4
|
| 167 |
- Minor directory ownership cleanup
|
| 168 |
|
| 169 |
* Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-3
|
| 170 |
- Improve the port
|
| 171 |
|
| 172 |
* Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-2
|
| 173 |
- Port to PolicyKit 1
|
| 174 |
|
| 175 |
* Fri May 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-1
|
| 176 |
- Update to 2.26.2
|
| 177 |
- See http://download.gnome.org/sources/GConf/2.26/GConf-2.26.1.news
|
| 178 |
- See http://download.gnome.org/sources/GConf/2.26/GConf-2.26.2.news
|
| 179 |
|
| 180 |
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-3
|
| 181 |
- Support client-side translations
|
| 182 |
|
| 183 |
* Mon Apr 13 2009 Adam Jackson <ajax@redhat.com> 2.26.0-2
|
| 184 |
- Explicit Conflicts: GConf2-dbus (#492636)
|
| 185 |
|
| 186 |
* Mon Mar 16 2009 Ray Strode <rstrode@redhat.com> - 2.26.0-1
|
| 187 |
- update to 2.26.0
|
| 188 |
|
| 189 |
* Tue Mar 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
|
| 190 |
- Avoid some gratitious extra work in the markup backend
|
| 191 |
|
| 192 |
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.2-2
|
| 193 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
| 194 |
|
| 195 |
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
|
| 196 |
- Update to 2.25.2
|
| 197 |
|
| 198 |
* Sun Feb 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.1-1
|
| 199 |
- Update to 2.25.1
|
| 200 |
|
| 201 |
* Sat Jan 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
|
| 202 |
- Update to 2.25.0
|
| 203 |
|
| 204 |
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
|
| 205 |
- Rebuild for pkg-config requires
|
| 206 |
|
| 207 |
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
| 208 |
- Better URL
|
| 209 |
|
| 210 |
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
| 211 |
- Update to 2.24.0
|
| 212 |
- Drop obsolete timeout patch
|
| 213 |
|
| 214 |
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
|
| 215 |
- Update to 2.23.2
|
| 216 |
- Drop upstreamed patches
|
| 217 |
|
| 218 |
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
|
| 219 |
- Upodate to 2.23.1
|
| 220 |
|
| 221 |
* Mon Jun 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-10
|
| 222 |
- Make gconfd notice defaults changes
|
| 223 |
|
| 224 |
* Wed May 21 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-9
|
| 225 |
- Don't ever try to autolaunch a bus if DISPLAY is unset
|
| 226 |
|
| 227 |
* Wed May 21 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-8
|
| 228 |
- If the session bus isn't running, assume local client side
|
| 229 |
access to the database (bug 446703)
|
| 230 |
|
| 231 |
* Wed May 14 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-7
|
| 232 |
- update add_seconds patch to not remove timeouts that aren't
|
| 233 |
created anymore
|
| 234 |
|
| 235 |
* Mon May 12 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-6
|
| 236 |
- If the session bus isn't running, don't autolaunch it unless
|
| 237 |
we also want to autostart gconfd.
|
| 238 |
|
| 239 |
* Thu May 8 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-5
|
| 240 |
- Tie gconf to session bus. This means it will exit when the session
|
| 241 |
exits and won't leave /tmp/gconf-$USER DoS possibilities
|
| 242 |
|
| 243 |
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-4
|
| 244 |
- Apply some patches:
|
| 245 |
- Don't spam syslog
|
| 246 |
- Handle unsetting mandatory keys without critical warnings
|
| 247 |
|
| 248 |
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
|
| 249 |
- Add a dbus service to set defaults
|
| 250 |
|
| 251 |
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
|
| 252 |
- Use g_timeout_add_seconds for long timeouts
|
| 253 |
|
| 254 |
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
| 255 |
- Update to 2.22.0
|
| 256 |
|
| 257 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-2
|
| 258 |
- Autorebuild for GCC 4.3
|
| 259 |
|
| 260 |
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
|
| 261 |
- Update to 2.21.90
|
| 262 |
|
| 263 |
* Mon Jan 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
|
| 264 |
- Update to 2.21.2
|
| 265 |
|
| 266 |
* Wed Jan 9 2008 Caolan McNamara <caolanm@redhat.com> - 2.21.1-2
|
| 267 |
- fix .pc so I can build
|
| 268 |
|
| 269 |
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
| 270 |
- Update to 2.21.1
|
| 271 |
- Drop upstreamed patches
|
| 272 |
|
| 273 |
* Mon Dec 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-4
|
| 274 |
- Rebuild against new openldap
|
| 275 |
|
| 276 |
* Fri Nov 16 2007 Ray Strode <rstrode@redhat.com> - 2.20.1-3
|
| 277 |
- Add the system-wide settings location in post to be more
|
| 278 |
upgrade friendly (config file is noreplace)
|
| 279 |
|
| 280 |
* Sun Nov 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
| 281 |
- Add a location for system-wide settings
|
| 282 |
|
| 283 |
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
| 284 |
- 2.20.1 (translation and documentation updates)
|
| 285 |
|
| 286 |
* Sat Sep 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
| 287 |
- Require /usr/bin/killall, since gconftool uses it
|
| 288 |
|
| 289 |
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
| 290 |
- Update to 2.20.0
|
| 291 |
|
| 292 |
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-5
|
| 293 |
- Some more leak fixes
|
| 294 |
|
| 295 |
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-4
|
| 296 |
- Fix memory leaks
|
| 297 |
|
| 298 |
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.1-3
|
| 299 |
- Rebuild for ppc toolchain bug
|
| 300 |
|
| 301 |
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
|
| 302 |
- Update license field
|
| 303 |
|
| 304 |
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
|
| 305 |
- Update to 2.19.1
|
| 306 |
|
| 307 |
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
|
| 308 |
- Fix a directory ownership issue. (#233756)
|
| 309 |
|
| 310 |
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-1
|
| 311 |
- Update to 2.18.0.1
|
| 312 |
|
| 313 |
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
| 314 |
- Update to 2.16.1
|
| 315 |
|
| 316 |
* Mon Feb 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
|
| 317 |
- Split off a -gtk subpackage to reduce dependencies
|
| 318 |
|
| 319 |
* Sat Feb 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
|
| 320 |
- Minor cleanups from package review
|
| 321 |
|
| 322 |
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
|
| 323 |
- Own the /etc/gconf/schemas directory
|
| 324 |
- Misc cleanups
|
| 325 |
|
| 326 |
* Sun Oct 29 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3
|
| 327 |
- run autoreconf, so that configure gets updated before
|
| 328 |
it generates libtool (so it doesn't just regenerate
|
| 329 |
the original, broken libtool) (again bug 203813)
|
| 330 |
|
| 331 |
* Tue Oct 24 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2
|
| 332 |
- regenerate packaged libtool from RHEL version of libtool so
|
| 333 |
that rpath's don't get added to plugin DSOs (bug 203813).
|
| 334 |
|
| 335 |
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
|
| 336 |
- 2.16.0
|
| 337 |
- Update reload patch
|
| 338 |
|
| 339 |
* Thu Oct 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-5
|
| 340 |
- Require a new enough glib2 to fix upgrade issues (#203813)
|
| 341 |
|
| 342 |
* Fri Oct 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
|
| 343 |
- Fix an issue with error reporting (#202549)
|
| 344 |
- Don't ship static libraries
|
| 345 |
- Require pkgconfig for the -devel package
|
| 346 |
|
| 347 |
* Mon Sep 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
|
| 348 |
- Make sure that gconfd dies shortly after the session ends
|
| 349 |
|
| 350 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-2.1
|
| 351 |
- rebuild
|
| 352 |
|
| 353 |
* Tue Jun 6 2006 Adam Jackson <ajackson@redhat.com> 2.14.0-2
|
| 354 |
- Rebuild.
|
| 355 |
|
| 356 |
* Sun Mar 19 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
|
| 357 |
- Update to 2.14.0
|
| 358 |
|
| 359 |
* Mon Mar 6 2006 Ray Strode <rstrode@redhat.com> 2.13.5-5
|
| 360 |
- Only sync the database once when installing multiple
|
| 361 |
schema files. Patch by Josselin Mouette <joss@debian.org>.
|
| 362 |
(upstream bug 333353)
|
| 363 |
|
| 364 |
* Wed Feb 15 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-4
|
| 365 |
- Send SIGTERM instead of SIGHUP to gconfd
|
| 366 |
|
| 367 |
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2.1
|
| 368 |
- rebump for build order issues during double-long bump
|
| 369 |
|
| 370 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.2
|
| 371 |
- bump again for double-long bug on ppc(64)
|
| 372 |
|
| 373 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.13.5-3.1
|
| 374 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
| 375 |
|
| 376 |
* Thu Feb 2 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-3
|
| 377 |
- Use the correct patch ;-)
|
| 378 |
|
| 379 |
* Wed Feb 1 2006 Christopher Aillon <caillon@redhat.com> 2.13.5-2
|
| 380 |
- Add patch from Mandriva to reload GConf2 every time a schema is
|
| 381 |
added or removed (solves bug 173869)
|
| 382 |
|
| 383 |
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
|
| 384 |
- Update to 2.13.5
|
| 385 |
|
| 386 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
| 387 |
- rebuilt
|
| 388 |
|
| 389 |
* Wed Dec 7 2005 Dan Williams <dcbw@redhat.com> 2.12.1-2
|
| 390 |
- Fix segfault in gconf_unescape_key(). GNOME #323479
|
| 391 |
|
| 392 |
* Thu Nov 3 2005 Alexander Larsson <alexl@redhat.com> - 2.12.1-1
|
| 393 |
- Update to 2.12.1
|
| 394 |
|
| 395 |
* Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
|
| 396 |
- Update to 2.12.0
|
| 397 |
|
| 398 |
* Tue Aug 16 2005 Ray Strode <rstrode@redhat.com> 2.11.90-2
|
| 399 |
- rebuild
|
| 400 |
|
| 401 |
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> 2.11.90-1
|
| 402 |
- Newer upstream version
|
| 403 |
|
| 404 |
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
|
| 405 |
- Newer upstream version
|
| 406 |
- Drop upstreamed patch
|
| 407 |
|
| 408 |
* Mon May 9 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-4
|
| 409 |
- Update to upstream evoldap.schema which uses GNOME's OID base
|
| 410 |
rather than Red Hat's OID.
|
| 411 |
|
| 412 |
* Wed Apr 27 2005 Mark McLoughlin <markmc@redhat.com> 2.10.0-3
|
| 413 |
- Fix undefined symbol in the evoldap backend
|
| 414 |
|
| 415 |
* Mon Apr 18 2005 Mark McLoughlin <markmc@redhat.com> - 2.10.0-2
|
| 416 |
- Add evolution mail accounts backend
|
| 417 |
|
| 418 |
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
|
| 419 |
- Update to 2.10.0
|
| 420 |
|
| 421 |
* Mon Feb 7 2005 Mark McLoughlin <markmc@redhat.com> 2.9.91-1
|
| 422 |
- Update to 2.9.91
|
| 423 |
|
| 424 |
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
|
| 425 |
- Update to 2.9.2
|
| 426 |
|
| 427 |
* Wed Jan 19 2005 Mark McLoughlin <markmc@redhat.com> 2.8.1-2
|
| 428 |
- Backport some fixes from upstream CVS
|
| 429 |
|
| 430 |
* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
|
| 431 |
- Update to 2.8.1
|
| 432 |
|
| 433 |
* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
|
| 434 |
- Update to 2.8.0.1
|
| 435 |
|
| 436 |
* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
|
| 437 |
- Update to 2.7.92
|
| 438 |
|
| 439 |
* Thu Aug 19 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91.1-1
|
| 440 |
- Update to 2.7.91.1
|
| 441 |
|
| 442 |
* Wed Aug 18 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
|
| 443 |
- Update to 2.7.91
|
| 444 |
|
| 445 |
* Tue Aug 3 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
|
| 446 |
- Update to 2.7.90
|
| 447 |
- Add patch to disable merge files for now
|
| 448 |
|
| 449 |
* Fri Jul 2 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-7
|
| 450 |
- Add patch to fix problem when using merged files. Mainly
|
| 451 |
neccessary only to work will with GConf 2.8.
|
| 452 |
|
| 453 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
| 454 |
- rebuilt
|
| 455 |
|
| 456 |
* Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 2.6.0-5
|
| 457 |
- Apply patch to move temporary directory creation into daemon,
|
| 458 |
needed for SELinux GConf policy
|
| 459 |
|
| 460 |
* Wed Apr 14 2004 Warren Togami <wtogami@redhat.com> - 2.6.0-4
|
| 461 |
- #110724 BR gtk2-devel gettext
|
| 462 |
- #106283 add versioned ORBit2 minimum
|
| 463 |
- #112863 own /etc/gconf/2/
|
| 464 |
- really kill *.la
|
| 465 |
|
| 466 |
* Mon Apr 5 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-3
|
| 467 |
- Remove the dont-dump-schema-default patch
|
| 468 |
|
| 469 |
* Thu Apr 1 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.0-2
|
| 470 |
- Backport some fixes from HEAD for lockdown/deployment type stuff
|
| 471 |
|
| 472 |
* Tue Mar 23 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
|
| 473 |
- update to 2.6.0
|
| 474 |
|
| 475 |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
| 476 |
- rebuilt
|
| 477 |
|
| 478 |
* Fri Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
|
| 479 |
- Update to 2.5.90
|
| 480 |
|
| 481 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
| 482 |
- rebuilt
|
| 483 |
|
| 484 |
* Fri Jan 16 2004 Jonathan Blandford <jrb@redhat.com> 2.5.1-1
|
| 485 |
- new version
|
| 486 |
|
| 487 |
* Tue Sep 9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
| 488 |
- 2.4.0
|
| 489 |
|
| 490 |
* Thu Aug 7 2003 Jonathan Blandford <jrb@redhat.com>
|
| 491 |
- begin the move to GNOME-2.4
|
| 492 |
- locking patch appears to be upstream. Removing.
|
| 493 |
|
| 494 |
* Tue Aug 5 2003 Elliot Lee <sopwith@redhat.com> 2.2.1-3
|
| 495 |
- Fix libtool
|
| 496 |
|
| 497 |
* Mon Jul 14 2003 Havoc Pennington <hp@redhat.com>
|
| 498 |
- automated rebuild
|
| 499 |
|
| 500 |
* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
|
| 501 |
- upgrade to 2.2.1
|
| 502 |
|
| 503 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
| 504 |
- rebuilt
|
| 505 |
|
| 506 |
* Tue Apr 8 2003 Matt Wilson <msw@redhat.com> 2.2.0-2
|
| 507 |
- use system libtool (#88338)
|
| 508 |
|
| 509 |
* Tue Feb 4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
|
| 510 |
- 2.2.0
|
| 511 |
|
| 512 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
| 513 |
- rebuilt
|
| 514 |
|
| 515 |
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
|
| 516 |
- 2.1.90
|
| 517 |
|
| 518 |
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
|
| 519 |
- rebuild as libc seems to have changed or something
|
| 520 |
|
| 521 |
* Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
|
| 522 |
- rebuild
|
| 523 |
- standardize spec file name
|
| 524 |
|
| 525 |
* Fri Aug 30 2002 Havoc Pennington <hp@redhat.com>
|
| 526 |
- add GCONF_LOCAL_LOCKS mode, and syslog encoding patch from tagoh
|
| 527 |
|
| 528 |
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
|
| 529 |
- add dialog to offer to delete gconf locks
|
| 530 |
|
| 531 |
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
| 532 |
- 1.2.1
|
| 533 |
- include libexecdir stuff
|
| 534 |
|
| 535 |
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
|
| 536 |
- move .pc fle to -devel package
|
| 537 |
|
| 538 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
| 539 |
- automated rebuild
|
| 540 |
|
| 541 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
| 542 |
- automated rebuild
|
| 543 |
|
| 544 |
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
| 545 |
- fix warning on gnome-panel install
|
| 546 |
|
| 547 |
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
| 548 |
- 1.2.0
|
| 549 |
- own libdir/GConf/2 directory
|
| 550 |
- include gtk-doc docs
|
| 551 |
- don't include static lib for backend modules
|
| 552 |
|
| 553 |
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
|
| 554 |
- rebuild in different environment
|
| 555 |
|
| 556 |
* Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
|
| 557 |
- 1.1.11
|
| 558 |
- remove AUTHORS for rpmlint
|
| 559 |
|
| 560 |
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
| 561 |
- automated rebuild
|
| 562 |
|
| 563 |
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
|
| 564 |
- rebuild in different environment
|
| 565 |
|
| 566 |
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
|
| 567 |
- rebuild in different environment
|
| 568 |
|
| 569 |
* Thu May 2 2002 Havoc Pennington <hp@redhat.com>
|
| 570 |
- 1.1.10
|
| 571 |
|
| 572 |
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
| 573 |
- 1.1.9
|
| 574 |
|
| 575 |
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
|
| 576 |
- 1.1.8
|
| 577 |
- remove .la files
|
| 578 |
|
| 579 |
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
|
| 580 |
- Version 1.1.6
|
| 581 |
- Rebuild for dependencies
|
| 582 |
|
| 583 |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
| 584 |
- automated rebuild
|
| 585 |
|
| 586 |
* Fri Jan 4 2002 Havoc Pennington <hp@redhat.com>
|
| 587 |
- 1.1.5.93 snap with important bugfix so gconf actually works
|
| 588 |
|
| 589 |
* Thu Jan 3 2002 Havoc Pennington <hp@redhat.com>
|
| 590 |
- 1.1.5.92 snap with GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
| 591 |
|
| 592 |
* Thu Jan 3 2002 Havoc Pennington <hp@redhat.com>
|
| 593 |
- 1.1.5.91 snap with gconf.m4 fix for libgnome
|
| 594 |
|
| 595 |
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
| 596 |
- since every other build seems to avoid libglib-1.3.so.11,
|
| 597 |
rebuild and hope
|
| 598 |
|
| 599 |
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
| 600 |
- cvs snap 1.1.5.90
|
| 601 |
|
| 602 |
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
|
| 603 |
- GConf 1.1.5, glib 1.3.11
|
| 604 |
|
| 605 |
* Sat Oct 27 2001 Havoc Pennington <hp@redhat.com>
|
| 606 |
- rebuild for glib 1.3.10
|
| 607 |
|
| 608 |
* Sun Oct 14 2001 Havoc Pennington <hp@redhat.com>
|
| 609 |
- 1.1.3
|
| 610 |
|
| 611 |
* Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
|
| 612 |
- cvs snap, remove bonobo-activation deps
|
| 613 |
|
| 614 |
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
|
| 615 |
- update to new CVS snap, rebuild
|
| 616 |
|
| 617 |
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
|
| 618 |
- create gconf2 rpm based on gconf1, comment out pofiles
|
| 619 |
- include .pc files
|
| 620 |
|
| 621 |
* Fri Sep 14 2001 Havoc Pennington <hp@redhat.com>
|
| 622 |
- fix description/summary
|
| 623 |
|
| 624 |
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
|
| 625 |
- Add po files from sources.redhat.com
|
| 626 |
|
| 627 |
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
|
| 628 |
- Add po files from sources.redhat.com
|
| 629 |
|
| 630 |
* Wed Aug 15 2001 Havoc Pennington <hp@redhat.com>
|
| 631 |
- upgrade to 1.0.4 release I just made
|
| 632 |
- fixes #51223, syslog spew
|
| 633 |
|
| 634 |
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
|
| 635 |
- move gconf-config to devel RPM
|
| 636 |
|
| 637 |
* Mon Jul 23 2001 Havoc Pennington <hp@redhat.com>
|
| 638 |
- how many releases of GConf can I make before it works?
|
| 639 |
|
| 640 |
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
|
| 641 |
- Upgrade to 1.0.2 (which contains only bugfixes that
|
| 642 |
I reviewed and/or wrote myself)
|
| 643 |
|
| 644 |
* Wed Jul 18 2001 Havoc Pennington <hp@redhat.com>
|
| 645 |
- create the /etc/gconf/gconf.xml.defaults directory
|
| 646 |
|
| 647 |
* Fri Jul 6 2001 Alexander Larsson <alexl@redhat.com>
|
| 648 |
- Install the .la files in the devel package.
|
| 649 |
|
| 650 |
* Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
| 651 |
- Use %%{_tmppath}
|
| 652 |
- Move the .so files to the devel subpackage
|
| 653 |
- langify
|
| 654 |
- Move changelog to the end, where it should be :)
|
| 655 |
- Don't specify (a bad) doc directory
|
| 656 |
- Don't define name, version and release and use it in the rpm headers later
|
| 657 |
- Remove "Packager:"
|
| 658 |
- s/Copyright/License/
|
| 659 |
|
| 660 |
* Fri Jun 22 2001 Havoc Pennington <hp@redhat.com>
|
| 661 |
- add --direct option to gconftool to avoid spawning oafd,
|
| 662 |
then commented out gconftool entirely since it checks
|
| 663 |
whether gconfd is running and that spawns oafd anyhow.
|
| 664 |
oafd simply needs to exit when unused.
|
| 665 |
|
| 666 |
* Tue May 15 2001 Havoc Pennington <hp@redhat.com>
|
| 667 |
- Fix post, pointed out by Bill
|
| 668 |
|
| 669 |
* Mon May 14 2001 Havoc Pennington <hp@redhat.com>
|
| 670 |
- Upgrade to 1.0.1
|
| 671 |
|
| 672 |
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
|
| 673 |
- Import to Red Hat build system.
|
| 674 |
|
| 675 |
* Sun Jun 11 2000 Eskil Heyn Olsen <deity@eazel.com>
|
| 676 |
|
| 677 |
- Created the .spec file
|