| 1 | %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0} |
|---|
| 2 | %define _unpackaged_files_terminate_build 1 |
|---|
| 3 | |
|---|
| 4 | Summary: A library of handy utility functions. |
|---|
| 5 | Name: glib2 |
|---|
| 6 | Version: 2.66.7 |
|---|
| 7 | Release: 1%{?_dist_release} |
|---|
| 8 | Group: system |
|---|
| 9 | Vendor: Project Vine |
|---|
| 10 | Distribution: Vine Linux |
|---|
| 11 | Packager: daisuke |
|---|
| 12 | |
|---|
| 13 | License: LGPLv2+ |
|---|
| 14 | URL: http://www.gtk.org |
|---|
| 15 | %define shortver %(echo %{version} | cut -d. -f1-2) |
|---|
| 16 | Source: https://download.gnome.org/sources/glib/%{shortver}/glib-%{version}.tar.xz |
|---|
| 17 | Source2: glib2.sh |
|---|
| 18 | Source3: glib2.csh |
|---|
| 19 | |
|---|
| 20 | BuildRoot: %{_tmppath}/glib-%{version}-root |
|---|
| 21 | |
|---|
| 22 | BuildRequires: dbus-devel |
|---|
| 23 | BuildRequires: docbook-style-xsl |
|---|
| 24 | BuildRequires: gamin-devel |
|---|
| 25 | BuildRequires: libattr-devel |
|---|
| 26 | BuildRequires: libffi-devel |
|---|
| 27 | BuildRequires: libmount-devel |
|---|
| 28 | BuildRequires: libxslt |
|---|
| 29 | BuildRequires: meson |
|---|
| 30 | BuildRequires: pcre-devel >= 8.13 |
|---|
| 31 | BuildRequires: pkgconfig >= 0.14 |
|---|
| 32 | BuildRequires: python3-devel |
|---|
| 33 | BuildRequires: zlib-devel |
|---|
| 34 | Obsoletes: glib-gtkbeta |
|---|
| 35 | |
|---|
| 36 | # for gio-querymodules |
|---|
| 37 | Requires(post,postun): libffi |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | %description |
|---|
| 41 | GLib is the low-level core library that forms the basis |
|---|
| 42 | for projects such as GTK+ and GNOME. It provides data structure |
|---|
| 43 | handling for C, portability wrappers, and interfaces for such runtime |
|---|
| 44 | functionality as an event loop, threads, dynamic loading, and an |
|---|
| 45 | object system. |
|---|
| 46 | |
|---|
| 47 | This package provides version %{shortver} of GLib. |
|---|
| 48 | |
|---|
| 49 | %package devel |
|---|
| 50 | Summary: Development files for the GLib library |
|---|
| 51 | Group: programming |
|---|
| 52 | Requires: %{name} = %{version} |
|---|
| 53 | Requires: pkgconfig >= 0.14 |
|---|
| 54 | Requires: libffi-devel |
|---|
| 55 | Requires: zlib-devel |
|---|
| 56 | Requires: python3 |
|---|
| 57 | |
|---|
| 58 | Obsoletes: glib-gtkbeta-devel |
|---|
| 59 | Conflicts: glib-devel <= 1.2.8 |
|---|
| 60 | |
|---|
| 61 | %description devel |
|---|
| 62 | The glib-devel package includes the header files for |
|---|
| 63 | version %{shortver} of the GLib library. |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | ## to build compat32 for x86_64 architecture support |
|---|
| 67 | %package -n compat32-%{name} |
|---|
| 68 | Summary: A library of handy utility functions. |
|---|
| 69 | Group: system |
|---|
| 70 | |
|---|
| 71 | %description -n compat32-%{name} |
|---|
| 72 | GLib is the low-level core library that forms the basis |
|---|
| 73 | for projects such as GTK+ and GNOME. It provides data structure |
|---|
| 74 | handling for C, portability wrappers, and interfaces for such runtime |
|---|
| 75 | functionality as an event loop, threads, dynamic loading, and an |
|---|
| 76 | object system. |
|---|
| 77 | |
|---|
| 78 | This package provides version %{shortver} of GLib. |
|---|
| 79 | |
|---|
| 80 | |
|---|
| 81 | %package -n compat32-%{name}-devel |
|---|
| 82 | Summary: Development files for the GLib library |
|---|
| 83 | Group: programming |
|---|
| 84 | Requires: pkgconfig >= 0.14 |
|---|
| 85 | Requires: compat32-%{name} = %{version} |
|---|
| 86 | |
|---|
| 87 | Conflicts: glib-devel <= 1.2.8 |
|---|
| 88 | |
|---|
| 89 | %description -n compat32-%{name}-devel |
|---|
| 90 | The glib-devel package includes the header files for |
|---|
| 91 | version %{shortver} of the GLib library. |
|---|
| 92 | |
|---|
| 93 | |
|---|
| 94 | %debug_package |
|---|
| 95 | |
|---|
| 96 | |
|---|
| 97 | %prep |
|---|
| 98 | %setup -q -n glib-%{version} |
|---|
| 99 | |
|---|
| 100 | %build |
|---|
| 101 | %meson \ |
|---|
| 102 | -Dselinux=disabled \ |
|---|
| 103 | -Dman=true |
|---|
| 104 | |
|---|
| 105 | %meson_build |
|---|
| 106 | |
|---|
| 107 | %install |
|---|
| 108 | rm -rf $RPM_BUILD_ROOT |
|---|
| 109 | |
|---|
| 110 | %meson_install |
|---|
| 111 | |
|---|
| 112 | ## glib2.sh and glib2.csh |
|---|
| 113 | mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d |
|---|
| 114 | install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d |
|---|
| 115 | install -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d |
|---|
| 116 | |
|---|
| 117 | #mkdir -p $RPM_BUILD_ROOT%{python_sitearch} |
|---|
| 118 | #ln -sf %{_libdir}/gdbus-2.0/codegen $RPM_BUILD_ROOT%{python_sitearch}/codegen |
|---|
| 119 | |
|---|
| 120 | mkdir -p $RPM_BUILD_ROOT%{_libdir}/gio/modules |
|---|
| 121 | touch $RPM_BUILD_ROOT%{_libdir}/gio/modules/giomodule.cache |
|---|
| 122 | |
|---|
| 123 | rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 124 | rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/lib*.{a,la} |
|---|
| 125 | rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.cache |
|---|
| 126 | |
|---|
| 127 | %find_lang glib20 |
|---|
| 128 | |
|---|
| 129 | %clean |
|---|
| 130 | rm -rf $RPM_BUILD_ROOT |
|---|
| 131 | |
|---|
| 132 | %post |
|---|
| 133 | /sbin/ldconfig |
|---|
| 134 | gio-querymodules %{_libdir}/gio/modules |
|---|
| 135 | |
|---|
| 136 | %postun |
|---|
| 137 | /sbin/ldconfig |
|---|
| 138 | gio-querymodules %{_libdir}/gio/modules |
|---|
| 139 | |
|---|
| 140 | %post -n compat32-%{name} -p /sbin/ldconfig |
|---|
| 141 | |
|---|
| 142 | %postun -n compat32-%{name} -p /sbin/ldconfig |
|---|
| 143 | |
|---|
| 144 | |
|---|
| 145 | %files -f glib20.lang |
|---|
| 146 | %defattr(-, root, root) |
|---|
| 147 | %license COPYING |
|---|
| 148 | %doc AUTHORS NEWS README* |
|---|
| 149 | %{_bindir}/gapplication |
|---|
| 150 | %{_bindir}/gdbus |
|---|
| 151 | %{_bindir}/gio |
|---|
| 152 | #{_bindir}/gio-launch-desktop |
|---|
| 153 | %{_bindir}/gio-querymodules |
|---|
| 154 | %{_bindir}/glib-compile-schemas |
|---|
| 155 | %{_bindir}/gsettings |
|---|
| 156 | %{_libdir}/libglib-2.0.so.* |
|---|
| 157 | %{_libdir}/libgthread-2.0.so.* |
|---|
| 158 | %{_libdir}/libgmodule-2.0.so.* |
|---|
| 159 | %{_libdir}/libgobject-2.0.so.* |
|---|
| 160 | %{_libdir}/libgio-2.0.so.* |
|---|
| 161 | %dir %{_libdir}/gio |
|---|
| 162 | %dir %{_libdir}/gio/modules |
|---|
| 163 | #%{_libdir}/gio/modules/giomodule.cache |
|---|
| 164 | #%{_libdir}/gio/modules/lib*.so |
|---|
| 165 | %{_sysconfdir}/profile.d/* |
|---|
| 166 | %dir %{_datadir}/bash-completion/completions |
|---|
| 167 | %dir %{_datadir}/bash-completion |
|---|
| 168 | %{_datadir}/bash-completion/completions/gapplication |
|---|
| 169 | %{_datadir}/bash-completion/completions/gdbus |
|---|
| 170 | %{_datadir}/bash-completion/completions/gio |
|---|
| 171 | %{_datadir}/bash-completion/completions/gsettings |
|---|
| 172 | |
|---|
| 173 | %files devel |
|---|
| 174 | %defattr(-, root, root) |
|---|
| 175 | %{_bindir}/gdbus-codegen |
|---|
| 176 | %{_bindir}/glib-compile-resources |
|---|
| 177 | %{_bindir}/glib-genmarshal |
|---|
| 178 | %{_bindir}/glib-gettextize |
|---|
| 179 | %{_bindir}/glib-mkenums |
|---|
| 180 | %{_bindir}/gobject-query |
|---|
| 181 | %{_bindir}/gresource |
|---|
| 182 | %{_bindir}/gtester |
|---|
| 183 | %{_bindir}/gtester-report |
|---|
| 184 | %{_libdir}/lib*.so |
|---|
| 185 | #%{_libdir}/lib*.a |
|---|
| 186 | #%{_libdir}/gdbus-2.0/codegen/* |
|---|
| 187 | %{_libdir}/glib-2.0 |
|---|
| 188 | %{_libdir}/pkgconfig/* |
|---|
| 189 | #%{python_sitearch}/codegen |
|---|
| 190 | %{_includedir}/* |
|---|
| 191 | %{_datadir}/aclocal/* |
|---|
| 192 | %{_datadir}/glib-2.0 |
|---|
| 193 | %{_datadir}/gettext/its/gschema.its |
|---|
| 194 | %{_datadir}/gettext/its/gschema.loc |
|---|
| 195 | #%doc %{_datadir}/gtk-doc/html/* |
|---|
| 196 | %doc %{_mandir}/man1/* |
|---|
| 197 | %{_datadir}/gdb/auto-load%{_libdir}/libglib-2.0.so.*-gdb.py* |
|---|
| 198 | %{_datadir}/gdb/auto-load%{_libdir}/libgobject-2.0.so.*-gdb.py* |
|---|
| 199 | %dir %{_datadir}/bash-completion/completions |
|---|
| 200 | %dir %{_datadir}/bash-completion |
|---|
| 201 | %{_datadir}/bash-completion/completions/gresource |
|---|
| 202 | |
|---|
| 203 | %if %{build_compat32} |
|---|
| 204 | %files -n compat32-%{name} |
|---|
| 205 | %defattr(-, root, root) |
|---|
| 206 | %{_libdir}/libglib-2.0.so.* |
|---|
| 207 | %{_libdir}/libgthread-2.0.so.* |
|---|
| 208 | %{_libdir}/libgmodule-2.0.so.* |
|---|
| 209 | %{_libdir}/libgobject-2.0.so.* |
|---|
| 210 | %{_libdir}/libgio-2.0.so.* |
|---|
| 211 | %dir %{_libdir}/gio |
|---|
| 212 | %dir %{_libdir}/gio/modules |
|---|
| 213 | |
|---|
| 214 | %files -n compat32-%{name}-devel |
|---|
| 215 | %defattr(-, root, root) |
|---|
| 216 | %{_libdir}/lib*.so |
|---|
| 217 | %{_libdir}/glib-2.0 |
|---|
| 218 | %endif |
|---|
| 219 | |
|---|
| 220 | %changelog |
|---|
| 221 | * Fri Feb 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.66.7-1 |
|---|
| 222 | - new upstream release. |
|---|
| 223 | |
|---|
| 224 | * Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.66.4-1 |
|---|
| 225 | - new upstream release. |
|---|
| 226 | |
|---|
| 227 | * Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.66.0-1 |
|---|
| 228 | - new upstream release. |
|---|
| 229 | |
|---|
| 230 | * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.64.4-1 |
|---|
| 231 | - new upstream release. |
|---|
| 232 | |
|---|
| 233 | * Sat May 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.64.3-1 |
|---|
| 234 | - new upstream release. |
|---|
| 235 | |
|---|
| 236 | * Wed Apr 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.64.2-2 |
|---|
| 237 | - rebuilt with libffi-3.3. |
|---|
| 238 | |
|---|
| 239 | * Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.64.2-1 |
|---|
| 240 | - new upstream release. |
|---|
| 241 | |
|---|
| 242 | * Fri Nov 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.62.2-1 |
|---|
| 243 | - new upstream release. |
|---|
| 244 | |
|---|
| 245 | * Sat Apr 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.58.3-1 |
|---|
| 246 | - new upstream release. |
|---|
| 247 | |
|---|
| 248 | * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.58.2-1 |
|---|
| 249 | - new upstream release. |
|---|
| 250 | |
|---|
| 251 | * Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.55.0-1 |
|---|
| 252 | - new upstream release. |
|---|
| 253 | - dropped Patch0: fixed in upstream. |
|---|
| 254 | - added BR:libmount-devel. |
|---|
| 255 | |
|---|
| 256 | * Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.48.1-1 |
|---|
| 257 | - new upstream release |
|---|
| 258 | - add BuildRequires: pcre-devel |
|---|
| 259 | |
|---|
| 260 | * Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.46.2-2 |
|---|
| 261 | - add Requires: libffi |
|---|
| 262 | |
|---|
| 263 | * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.46.2-1 |
|---|
| 264 | - new upstream release |
|---|
| 265 | |
|---|
| 266 | * Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.46.1-1 |
|---|
| 267 | - new upstream release |
|---|
| 268 | |
|---|
| 269 | * Thu May 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.44.1-1 |
|---|
| 270 | - new upstream release |
|---|
| 271 | |
|---|
| 272 | * Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.44.0-1 |
|---|
| 273 | - new upstream release |
|---|
| 274 | |
|---|
| 275 | * Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.42.2-1 |
|---|
| 276 | - new upstream release |
|---|
| 277 | |
|---|
| 278 | * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.42.1-1 |
|---|
| 279 | - new upstream release |
|---|
| 280 | |
|---|
| 281 | * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.42.0-1 |
|---|
| 282 | - new upstream release |
|---|
| 283 | |
|---|
| 284 | * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.0-2 |
|---|
| 285 | - rebuild with libffi-3.0.13 |
|---|
| 286 | |
|---|
| 287 | * Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.0-1 |
|---|
| 288 | - new upstream release |
|---|
| 289 | |
|---|
| 290 | * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.2-1 |
|---|
| 291 | - new upstream release |
|---|
| 292 | |
|---|
| 293 | * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.1-1 |
|---|
| 294 | - new upstream release |
|---|
| 295 | |
|---|
| 296 | * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.4-1 |
|---|
| 297 | - new upstream release |
|---|
| 298 | - remove Patch1 (glib-2.36.3-revert-g_file_set_contents.patch) from upstream |
|---|
| 299 | |
|---|
| 300 | * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.3-1 |
|---|
| 301 | - new upstream release |
|---|
| 302 | - add Patch1 (glib-2.36.3-revert-g_file_set_contents.patch) from upstream |
|---|
| 303 | |
|---|
| 304 | * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.2-1 |
|---|
| 305 | - new upstream release |
|---|
| 306 | |
|---|
| 307 | * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.1-1 |
|---|
| 308 | - new upstream release |
|---|
| 309 | |
|---|
| 310 | * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.3-1 |
|---|
| 311 | - new upstream release |
|---|
| 312 | |
|---|
| 313 | * Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.2-1 |
|---|
| 314 | - new upstream release |
|---|
| 315 | |
|---|
| 316 | * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.1-1 |
|---|
| 317 | - new upstream release |
|---|
| 318 | |
|---|
| 319 | * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.0-1 |
|---|
| 320 | - new upstream release |
|---|
| 321 | |
|---|
| 322 | * Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-1 |
|---|
| 323 | - new upstream release |
|---|
| 324 | |
|---|
| 325 | * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1 |
|---|
| 326 | - new upstream release |
|---|
| 327 | |
|---|
| 328 | * Wed May 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1 |
|---|
| 329 | - new upstream release |
|---|
| 330 | |
|---|
| 331 | * Sat Apr 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1 |
|---|
| 332 | - new upstream release |
|---|
| 333 | - add BuildRequires: python-devel |
|---|
| 334 | - add Patch0 (glib-2.32.1-dconf-path.patch) |
|---|
| 335 | |
|---|
| 336 | * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1 |
|---|
| 337 | - new upstream release |
|---|
| 338 | |
|---|
| 339 | * Sun Oct 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1 |
|---|
| 340 | - new upstream release |
|---|
| 341 | |
|---|
| 342 | * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1 |
|---|
| 343 | - new upstream release |
|---|
| 344 | - add Requires: libffi-devel, zlib-devel (-devel sub package) |
|---|
| 345 | |
|---|
| 346 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.92-1 |
|---|
| 347 | - new upstream release |
|---|
| 348 | |
|---|
| 349 | * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.18-1 |
|---|
| 350 | - new upstream release |
|---|
| 351 | - remove Patch0,1 |
|---|
| 352 | |
|---|
| 353 | * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.16-1 |
|---|
| 354 | - new upstream release |
|---|
| 355 | - Patch0: glib-2.29.16-fixes-bug-656387.patch |
|---|
| 356 | - Patch1: glib-2.29.16-fixes-bug-656675.patch |
|---|
| 357 | |
|---|
| 358 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.14-1 |
|---|
| 359 | - new upstream release |
|---|
| 360 | - add BuildRequires: libffi-devel, dbus-devel |
|---|
| 361 | |
|---|
| 362 | * Sat Jun 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.8-1 |
|---|
| 363 | - new upstream release |
|---|
| 364 | |
|---|
| 365 | * Fri Apr 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-1 |
|---|
| 366 | - new upstream release |
|---|
| 367 | |
|---|
| 368 | * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.5-1 |
|---|
| 369 | - new upstream release |
|---|
| 370 | |
|---|
| 371 | * Wed Mar 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-1 |
|---|
| 372 | - new upstream release |
|---|
| 373 | |
|---|
| 374 | * Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1 |
|---|
| 375 | - new upstream release |
|---|
| 376 | |
|---|
| 377 | * Sun Mar 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1 |
|---|
| 378 | - new upstream release |
|---|
| 379 | |
|---|
| 380 | * Sat Feb 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1 |
|---|
| 381 | - new upstream release |
|---|
| 382 | |
|---|
| 383 | * Sat Feb 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1 |
|---|
| 384 | - new upstream release |
|---|
| 385 | |
|---|
| 386 | * Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.1-2 |
|---|
| 387 | - move the following files from glib2-devel to glib2 package |
|---|
| 388 | (gdbus, gio-querymodules, glib-compile-schemas, gsettings) |
|---|
| 389 | |
|---|
| 390 | * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.1-1 |
|---|
| 391 | - new upstream release |
|---|
| 392 | |
|---|
| 393 | * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1 |
|---|
| 394 | - new upstream release |
|---|
| 395 | - fix Source (add URL) |
|---|
| 396 | - fix %files to add /etc/bash_completion.d files |
|---|
| 397 | |
|---|
| 398 | * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.24.2-2 |
|---|
| 399 | - build with rpm-4.8.1-1 for pkg-config file |
|---|
| 400 | |
|---|
| 401 | * Sat Aug 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.2-1 |
|---|
| 402 | - new upstream release |
|---|
| 403 | |
|---|
| 404 | * Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.1-1 |
|---|
| 405 | - new upstream release |
|---|
| 406 | |
|---|
| 407 | * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-1 |
|---|
| 408 | - new upstream release |
|---|
| 409 | - add BuildRequires: zlib-devel |
|---|
| 410 | |
|---|
| 411 | * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.5-1 |
|---|
| 412 | - new upstream release |
|---|
| 413 | |
|---|
| 414 | * Mon Jan 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.4-1 |
|---|
| 415 | - new upstream release |
|---|
| 416 | |
|---|
| 417 | * Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.3-1 |
|---|
| 418 | - new upstream release |
|---|
| 419 | |
|---|
| 420 | * Sun Oct 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1 |
|---|
| 421 | - new upstream release |
|---|
| 422 | |
|---|
| 423 | * Thu Sep 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-1 |
|---|
| 424 | - new upstream release |
|---|
| 425 | |
|---|
| 426 | * Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.4-1 |
|---|
| 427 | - new upstream release |
|---|
| 428 | |
|---|
| 429 | * Tue Jun 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.3-1 |
|---|
| 430 | - new upstream release |
|---|
| 431 | |
|---|
| 432 | * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.2-1 |
|---|
| 433 | - new upstream release |
|---|
| 434 | |
|---|
| 435 | * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-1 |
|---|
| 436 | - new upstream release |
|---|
| 437 | |
|---|
| 438 | * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.0-1 |
|---|
| 439 | - new upstream release |
|---|
| 440 | |
|---|
| 441 | * Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.4-1 |
|---|
| 442 | - new upstream release |
|---|
| 443 | |
|---|
| 444 | * Tue Nov 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.3-1 |
|---|
| 445 | - new upstream release |
|---|
| 446 | |
|---|
| 447 | * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-1 |
|---|
| 448 | - new upstream release |
|---|
| 449 | |
|---|
| 450 | * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-1 |
|---|
| 451 | - new upstream release |
|---|
| 452 | |
|---|
| 453 | * Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-1 |
|---|
| 454 | - new upstream release |
|---|
| 455 | |
|---|
| 456 | * Mon Jul 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.4-1 |
|---|
| 457 | - new upstream release |
|---|
| 458 | |
|---|
| 459 | * Sat May 10 2008 NAKAMURA Kenta <kenta@vinelinux.org> 2.16.3-2 |
|---|
| 460 | - updated %%if %%{build_compat32} case related statements |
|---|
| 461 | |
|---|
| 462 | * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.3-1vl5 |
|---|
| 463 | - new upstream release |
|---|
| 464 | - removed lib*.la files from devel package |
|---|
| 465 | |
|---|
| 466 | * Sun Apr 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.2-1vl5 |
|---|
| 467 | - new upstream release |
|---|
| 468 | |
|---|
| 469 | * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.1-1vl5 |
|---|
| 470 | - added %%{?_dist_release} |
|---|
| 471 | - BuildRequires: gamin-devel |
|---|
| 472 | |
|---|
| 473 | * Tue Mar 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.1-0vl1 |
|---|
| 474 | - new upstream release |
|---|
| 475 | |
|---|
| 476 | * Thu Feb 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.6-0vl1 |
|---|
| 477 | - new upstream release |
|---|
| 478 | |
|---|
| 479 | * Wed Jan 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.5-0vl1 |
|---|
| 480 | - new upstream release |
|---|
| 481 | |
|---|
| 482 | * Wed Nov 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1 |
|---|
| 483 | - new upstream release |
|---|
| 484 | |
|---|
| 485 | * Thu Oct 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1 |
|---|
| 486 | - new upstream release |
|---|
| 487 | - removed BuildRequires: automake17 |
|---|
| 488 | |
|---|
| 489 | * Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.1-0vl1 |
|---|
| 490 | - new upstream release |
|---|
| 491 | |
|---|
| 492 | * Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.0-0vl1 |
|---|
| 493 | - new upstream release |
|---|
| 494 | |
|---|
| 495 | * Wed Jul 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.13-0vl1 |
|---|
| 496 | - new upstream release |
|---|
| 497 | |
|---|
| 498 | * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.12-0vl2 |
|---|
| 499 | - rebuild with new environment |
|---|
| 500 | |
|---|
| 501 | * Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.12-0vl1 |
|---|
| 502 | - new upstream release |
|---|
| 503 | |
|---|
| 504 | * Thu Mar 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.11-0vl1 |
|---|
| 505 | - new upstream release |
|---|
| 506 | |
|---|
| 507 | * Mon Jan 08 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.7-0vl1 |
|---|
| 508 | - new upstream release |
|---|
| 509 | |
|---|
| 510 | * Mon Dec 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.6-0vl1 |
|---|
| 511 | - new upstream release |
|---|
| 512 | |
|---|
| 513 | * Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.3-0vl1 |
|---|
| 514 | - new upstream release |
|---|
| 515 | |
|---|
| 516 | * Wed Aug 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1 |
|---|
| 517 | - new upstream release |
|---|
| 518 | |
|---|
| 519 | * Sat Aug 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1 |
|---|
| 520 | - new upstream release |
|---|
| 521 | |
|---|
| 522 | * Mon Jun 26 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.10.3-0vl3 |
|---|
| 523 | - rebuild |
|---|
| 524 | |
|---|
| 525 | * Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl2 |
|---|
| 526 | - update glib2.{sh,csh} |
|---|
| 527 | - add EUC-JP,CP932,UTF-8 to G_FILENAME_ENCODING |
|---|
| 528 | |
|---|
| 529 | * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1 |
|---|
| 530 | - new upstream release |
|---|
| 531 | |
|---|
| 532 | * Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.2-0vl1 |
|---|
| 533 | - new upstream release |
|---|
| 534 | |
|---|
| 535 | * Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1 |
|---|
| 536 | - new upstream release |
|---|
| 537 | |
|---|
| 538 | * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1 |
|---|
| 539 | - new upstream release |
|---|
| 540 | |
|---|
| 541 | * Mon Feb 27 2006 Shu KONNO <owa@bg.wakwak.com> 2.8.6-0vl2 |
|---|
| 542 | - added compat32-* packages for x86_64 architecture support |
|---|
| 543 | - chaged G_ATOMIC_X86_64 to I486 in config.h before making compat32 |
|---|
| 544 | |
|---|
| 545 | * Sun Jan 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.6-0vl1 |
|---|
| 546 | - new upstream release |
|---|
| 547 | |
|---|
| 548 | * Thu Jan 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.5-0vl1 |
|---|
| 549 | - new upstream release |
|---|
| 550 | |
|---|
| 551 | * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.4-0vl1 |
|---|
| 552 | - new upstream release |
|---|
| 553 | |
|---|
| 554 | * Tue Sep 27 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl1 |
|---|
| 555 | - new upstream release |
|---|
| 556 | |
|---|
| 557 | * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl3 |
|---|
| 558 | - fixed typo in glib2.csh |
|---|
| 559 | |
|---|
| 560 | * Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl2 |
|---|
| 561 | - update glib2.{sh,csh} to use G_FILENAME_ENCODING instead of |
|---|
| 562 | G_BROKEN_FILENAMES. |
|---|
| 563 | |
|---|
| 564 | * Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1 |
|---|
| 565 | - new upstream release |
|---|
| 566 | |
|---|
| 567 | * Sat Aug 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl1 |
|---|
| 568 | - new upstream release |
|---|
| 569 | |
|---|
| 570 | * Sat Aug 06 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.7-0vl1 |
|---|
| 571 | - new upstream release |
|---|
| 572 | |
|---|
| 573 | * Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-0vl1 |
|---|
| 574 | - new upstream release |
|---|
| 575 | |
|---|
| 576 | * Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.4-0vl1 |
|---|
| 577 | - new upstream release |
|---|
| 578 | |
|---|
| 579 | * Sun Jul 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl1 |
|---|
| 580 | - new upstream release |
|---|
| 581 | - add *.la to build arts (should be fixed in arts?) |
|---|
| 582 | |
|---|
| 583 | * Sat Apr 09 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1 |
|---|
| 584 | - new upstream release |
|---|
| 585 | |
|---|
| 586 | * Fri Mar 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-0vl1 |
|---|
| 587 | - new upstream release |
|---|
| 588 | |
|---|
| 589 | * Sat Feb 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1 |
|---|
| 590 | - new upstream release |
|---|
| 591 | |
|---|
| 592 | * Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1 |
|---|
| 593 | - new upstream release |
|---|
| 594 | |
|---|
| 595 | * Sat Dec 04 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl1 |
|---|
| 596 | - new upstream release |
|---|
| 597 | |
|---|
| 598 | * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-0vl2 |
|---|
| 599 | - rebuilt |
|---|
| 600 | |
|---|
| 601 | * Mon Oct 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-0vl1 |
|---|
| 602 | - new upstream release |
|---|
| 603 | |
|---|
| 604 | * Sat Aug 14 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-0vl1 |
|---|
| 605 | - new upstream release |
|---|
| 606 | |
|---|
| 607 | * Sun Aug 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.5-0vl1 |
|---|
| 608 | - new upstream release |
|---|
| 609 | |
|---|
| 610 | * Fri Jul 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-0vl1 |
|---|
| 611 | - new upstream release |
|---|
| 612 | |
|---|
| 613 | * Sat Jun 5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1 |
|---|
| 614 | - new upstream release |
|---|
| 615 | |
|---|
| 616 | * Sat May 1 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1 |
|---|
| 617 | - new upstream release |
|---|
| 618 | |
|---|
| 619 | * Thu Mar 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1 |
|---|
| 620 | - new upstream release |
|---|
| 621 | |
|---|
| 622 | * Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.2.3-0vl2 |
|---|
| 623 | - rebuild with new toolchain |
|---|
| 624 | |
|---|
| 625 | * Sat Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl1 |
|---|
| 626 | - new upstream release |
|---|
| 627 | |
|---|
| 628 | * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1 |
|---|
| 629 | - new upstream release |
|---|
| 630 | |
|---|
| 631 | * Mon Feb 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1 |
|---|
| 632 | - new upstream release |
|---|
| 633 | |
|---|
| 634 | * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1 |
|---|
| 635 | - new upstream release |
|---|
| 636 | |
|---|
| 637 | * Fri Dec 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1 |
|---|
| 638 | - new upstream release |
|---|
| 639 | - build for Vine Linux |
|---|
| 640 | |
|---|
| 641 | * Tue Aug 13 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 642 | - install glib2.sh and glib2.csh to set G_BROKEN_FILENAMES |
|---|
| 643 | - blow away unpackaged files in install |
|---|
| 644 | |
|---|
| 645 | * Thu Aug 8 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 646 | - Version 2.0.6 |
|---|
| 647 | - Remove fixed-ltmain.sh; shouldn't be needed any more. |
|---|
| 648 | |
|---|
| 649 | * Fri Jun 21 2002 Tim Powers <timp@redhat.com> |
|---|
| 650 | - automated rebuild |
|---|
| 651 | |
|---|
| 652 | * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 653 | - 2.0.4 |
|---|
| 654 | |
|---|
| 655 | * Thu May 23 2002 Tim Powers <timp@redhat.com> |
|---|
| 656 | - automated rebuild |
|---|
| 657 | |
|---|
| 658 | * Wed Apr 24 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 659 | - rebuild in different environment |
|---|
| 660 | |
|---|
| 661 | * Mon Apr 15 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 662 | - Fix missing .po files (#63336) |
|---|
| 663 | |
|---|
| 664 | * Wed Apr 3 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 665 | - Update to version 2.0.1 |
|---|
| 666 | |
|---|
| 667 | * Fri Mar 8 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 668 | - Version 2.0.0 |
|---|
| 669 | |
|---|
| 670 | * Mon Feb 25 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 671 | - Update to 1.3.15 |
|---|
| 672 | |
|---|
| 673 | * Thu Feb 21 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 674 | - Bump for rebuild |
|---|
| 675 | |
|---|
| 676 | * Mon Feb 18 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 677 | - Update to 1.3.14 |
|---|
| 678 | |
|---|
| 679 | * Fri Feb 15 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 680 | - add horrible buildrequires hack |
|---|
| 681 | |
|---|
| 682 | * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 683 | - 1.3.13.91 cvs snap |
|---|
| 684 | |
|---|
| 685 | * Mon Feb 11 2002 Matt Wilson <msw@redhat.com> |
|---|
| 686 | - rebuild from CVS snapshot |
|---|
| 687 | - use setup -q |
|---|
| 688 | |
|---|
| 689 | * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> |
|---|
| 690 | - rebuild |
|---|
| 691 | |
|---|
| 692 | * Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 693 | - 1.3.13 |
|---|
| 694 | |
|---|
| 695 | * Tue Jan 22 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 696 | - attempting rebuild in rawhide |
|---|
| 697 | |
|---|
| 698 | * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 699 | - remove 64-bit patch now upstream, 1.3.12.90 |
|---|
| 700 | |
|---|
| 701 | * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 702 | - add some missing files to file list, langify |
|---|
| 703 | |
|---|
| 704 | * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 705 | - add temporary patch to fix GTypeFundamentals on 64-bit |
|---|
| 706 | |
|---|
| 707 | * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 708 | - Version 1.3.11 |
|---|
| 709 | |
|---|
| 710 | * Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 711 | - Version 1.3.10 |
|---|
| 712 | |
|---|
| 713 | * Tue Sep 25 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 714 | - Version 1.3.9 |
|---|
| 715 | |
|---|
| 716 | * Wed Sep 19 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 717 | - Version 1.3.8 |
|---|
| 718 | |
|---|
| 719 | * Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 720 | - Make -devel package require main package (#45388) |
|---|
| 721 | - Fix description and summary |
|---|
| 722 | - Configure with --disable-gtk-doc |
|---|
| 723 | |
|---|
| 724 | * Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> |
|---|
| 725 | - add some portability fixes needed at least on s390 |
|---|
| 726 | - copy config.{guess,sub} instead of calling libtoolize |
|---|
| 727 | |
|---|
| 728 | * Wed Jun 13 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 729 | - try a new glib tarball with Makefile changes to work around |
|---|
| 730 | libtool linking to installed .la files |
|---|
| 731 | - make -devel require pkgconfig |
|---|
| 732 | |
|---|
| 733 | * Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 734 | - either libtool or the bad libtool hacks caused link |
|---|
| 735 | against glib-gobject 1.3.2, rebuild |
|---|
| 736 | |
|---|
| 737 | * Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 738 | - 1.3.6 |
|---|
| 739 | - bad libtool workarounds |
|---|
| 740 | |
|---|
| 741 | * Fri May 04 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 742 | - 1.3.5, rename to glib2 |
|---|
| 743 | |
|---|
| 744 | * Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 745 | - Final 1.3.2 |
|---|
| 746 | |
|---|
| 747 | * Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 748 | - Version 1.3.2pre1 |
|---|
| 749 | - Remove pkgconfig |
|---|
| 750 | |
|---|
| 751 | * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 752 | - Call 1.3.1b instead of snap... the snap* naming doesn't |
|---|
| 753 | order correctly. |
|---|
| 754 | |
|---|
| 755 | * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> |
|---|
| 756 | - new snapshot with fixed .pc files |
|---|
| 757 | |
|---|
| 758 | * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> |
|---|
| 759 | - include .pc files in file list |
|---|
| 760 | |
|---|
| 761 | * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> |
|---|
| 762 | - Include pkg-config |
|---|
| 763 | - Upgrade to a glib CVS snapshot |
|---|
| 764 | |
|---|
| 765 | * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> |
|---|
| 766 | - rebuild to cope with glibc locale binary incompatibility |
|---|
| 767 | |
|---|
| 768 | * Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 769 | - Remove glib-config.1 manpage from build since |
|---|
| 770 | it conflicts with glib-devel. When we go to |
|---|
| 771 | glib glib1.2 setup, we should add it back |
|---|
| 772 | |
|---|
| 773 | * Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 774 | - Version 1.3.1 |
|---|
| 775 | - Move back to standard %{prefix} |
|---|
| 776 | |
|---|
| 777 | * Thu Jun 8 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 778 | - Rebuild in /opt/gtk-beta |
|---|
| 779 | |
|---|
| 780 | * Tue May 30 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 781 | - New version (adds gobject) |
|---|
| 782 | |
|---|
| 783 | * Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 784 | - Don't blow away /etc/ld.so.conf (sorry!) |
|---|
| 785 | |
|---|
| 786 | * Mon Apr 24 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 787 | - Snapshot RPM for Pango testing |
|---|
| 788 | |
|---|
| 789 | * Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 790 | - Added fixes from stable branch of CVS |
|---|
| 791 | |
|---|
| 792 | * Thu Oct 7 1999 Owen Taylor <otaylor@redhat.com> |
|---|
| 793 | - version 1.2.6 |
|---|
| 794 | |
|---|
| 795 | * Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com> |
|---|
| 796 | - version 1.2.5 |
|---|
| 797 | |
|---|
| 798 | * Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com> |
|---|
| 799 | - version 1.2.4 |
|---|
| 800 | |
|---|
| 801 | * Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com> |
|---|
| 802 | - version 1.2.3 |
|---|
| 803 | |
|---|
| 804 | * Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 805 | - version 1.2.1 |
|---|
| 806 | |
|---|
| 807 | * Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 808 | - Version 1.2 |
|---|
| 809 | |
|---|
| 810 | * Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 811 | - version 1.2.0pre1 |
|---|
| 812 | |
|---|
| 813 | * Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 814 | - new description tags |
|---|
| 815 | |
|---|
| 816 | * Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 817 | - removed libtoolize from %build |
|---|
| 818 | |
|---|
| 819 | * Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 820 | - added libgthread to file list |
|---|
| 821 | |
|---|
| 822 | * Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 823 | - version 1.1.15 |
|---|
| 824 | |
|---|
| 825 | * Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 826 | - version 1.1.14 |
|---|
| 827 | |
|---|
| 828 | * Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 829 | - version 1.1.13 |
|---|
| 830 | |
|---|
| 831 | * Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 832 | - version 1.1.12 |
|---|
| 833 | |
|---|
| 834 | * Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com> |
|---|
| 835 | - updated in preparation for the GNOME freeze |
|---|
| 836 | |
|---|
| 837 | * Mon Apr 13 1998 Marc Ewing <marc@redhat.com> |
|---|
| 838 | - Split out glib package |
|---|
| 839 | |
|---|