| 1 | %define glib2_version 2.32.1 |
|---|
| 2 | %define gtk3_version 3.4.1 |
|---|
| 3 | %define desktop_file_utils_version 0.17 |
|---|
| 4 | %define gtksourceview3_version 3.4.1 |
|---|
| 5 | %define gnome_doc_utils_version 0.6.0 |
|---|
| 6 | %define pygobject_version 2.28.6 |
|---|
| 7 | |
|---|
| 8 | Summary: gedit is a small but powerful text editor for GNOME. |
|---|
| 9 | Summary(ja): GNOME 用の小さくかつ強力なテキストエディタ |
|---|
| 10 | Name: gedit |
|---|
| 11 | Version: 3.4.1 |
|---|
| 12 | Release: 1%{?_dist_release} |
|---|
| 13 | License: GPLv2 |
|---|
| 14 | Group: Applications/Editors |
|---|
| 15 | Source0: http://ftp.gnome.org/pub/GNOME/sources/gedit/3.4/%{name}-%{version}.tar.xz |
|---|
| 16 | URL: http://gedit.sourceforge.net/ |
|---|
| 17 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 18 | |
|---|
| 19 | Requires: pygobject3 |
|---|
| 20 | |
|---|
| 21 | BuildRequires: glib2-devel >= %{glib2_version} |
|---|
| 22 | BuildRequires: gtk3-devel >= %{gtk3_version} |
|---|
| 23 | BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} |
|---|
| 24 | BuildRequires: gtksourceview3-devel >= %{gtksourceview3_version} |
|---|
| 25 | BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version} |
|---|
| 26 | BuildRequires: pygobject3-devel |
|---|
| 27 | BuildRequires: perl-XML-Parser |
|---|
| 28 | BuildRequires: libattr-devel |
|---|
| 29 | BuildRequires: libffi-devel |
|---|
| 30 | BuildRequires: libSM-devel |
|---|
| 31 | BuildRequires: libpeas-devel >= 0.7.3 |
|---|
| 32 | BuildRequires: gsettings-desktop-schemas-devel |
|---|
| 33 | BuildRequires: itstool |
|---|
| 34 | BuildRequires: intltool > 0.40 |
|---|
| 35 | |
|---|
| 36 | Vendor: Project Vine |
|---|
| 37 | Distribution: Vine Linux |
|---|
| 38 | Packager: daisuke, inagaki, Takemikaduchi |
|---|
| 39 | |
|---|
| 40 | %description |
|---|
| 41 | gedit is a small but powerful text editor designed specifically for |
|---|
| 42 | the GNOME GUI desktop. gedit includes a plug-in API (which supports |
|---|
| 43 | extensibility while keeping the core binary small), support for |
|---|
| 44 | editing multiple documents using notebook tabs, and standard text |
|---|
| 45 | editor functions. |
|---|
| 46 | |
|---|
| 47 | You will need to have GNOME and GTK+ installed to use gedit. |
|---|
| 48 | |
|---|
| 49 | %description -l ja |
|---|
| 50 | gedit は GNOME 用の小さく、それでいて、強力なテキストエディタです。 |
|---|
| 51 | |
|---|
| 52 | これは、コア部分は小さいままに、geditに対し多くの機能を拡張 |
|---|
| 53 | できるようにするための(画面分割モード等の)プラグインの機能や、 |
|---|
| 54 | 『タブ』ノートブックを利用した複数のドキュメント編集、そして、 |
|---|
| 55 | その他多くの機能を備えています。 |
|---|
| 56 | |
|---|
| 57 | gedit には GNOME と GTK+2 が必要です |
|---|
| 58 | |
|---|
| 59 | %package devel |
|---|
| 60 | Summary: The files needed for developing plug-ins for the gedit editor. |
|---|
| 61 | Summary(ja): gedit エディタ用のプラグイン開発 |
|---|
| 62 | Group: Development/Libraries |
|---|
| 63 | Requires: %{name} = %{version}-%{release} |
|---|
| 64 | Requires: gtksourceview3-devel >= %{gtksourceview3_version} |
|---|
| 65 | |
|---|
| 66 | %description devel |
|---|
| 67 | gedit is a small but powerful text editor for the GNOME GUI desktop. |
|---|
| 68 | This package allows you to develop plug-ins that work within gedit. |
|---|
| 69 | |
|---|
| 70 | Install gedit-devel if you want to write plug-ins for gedit. |
|---|
| 71 | |
|---|
| 72 | %description -l ja devel |
|---|
| 73 | gedit は GNOME 用の小さく、それでいて、強力なテキストエディタです。 |
|---|
| 74 | このパッケージを用いてgedit内で動くプラグインを開発することができます。 |
|---|
| 75 | |
|---|
| 76 | gedit のプラグインを開発する場合には gedit-devel をインストールしてください。 |
|---|
| 77 | |
|---|
| 78 | %prep |
|---|
| 79 | %setup -n gedit-%{version} -q |
|---|
| 80 | |
|---|
| 81 | %build |
|---|
| 82 | %configure \ |
|---|
| 83 | --disable-schemas-install \ |
|---|
| 84 | --disable-spell \ |
|---|
| 85 | --disable-updater \ |
|---|
| 86 | --enable-attr |
|---|
| 87 | make %{?_smp_mflags} V=1 |
|---|
| 88 | |
|---|
| 89 | %install |
|---|
| 90 | rm -rf $RPM_BUILD_ROOT |
|---|
| 91 | |
|---|
| 92 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 |
|---|
| 93 | make DESTDIR=$RPM_BUILD_ROOT install |
|---|
| 94 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
|---|
| 95 | |
|---|
| 96 | desktop-file-install --delete-original \ |
|---|
| 97 | --dir $RPM_BUILD_ROOT%{_datadir}/applications \ |
|---|
| 98 | --add-only-show-in GNOME \ |
|---|
| 99 | $RPM_BUILD_ROOT%{_datadir}/applications/* |
|---|
| 100 | |
|---|
| 101 | ## clean up all the static libs for plugins (workaround for no -module) |
|---|
| 102 | /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/%{name}/plugin-loaders -name "*.la"` |
|---|
| 103 | /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins -name "*.la"` |
|---|
| 104 | /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir} -name "*.la"` |
|---|
| 105 | |
|---|
| 106 | ## clean up unpackage files |
|---|
| 107 | #/bin/rm -rf $RPM_BUILD_ROOT%{_includedir}/gedit-2.20 |
|---|
| 108 | /bin/rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/gedit |
|---|
| 109 | |
|---|
| 110 | /bin/rm -rf $RPM_BUILD_ROOT%{_libexecdir}/gedit |
|---|
| 111 | |
|---|
| 112 | %find_lang %{name} |
|---|
| 113 | |
|---|
| 114 | %clean |
|---|
| 115 | rm -rf $RPM_BUILD_ROOT |
|---|
| 116 | |
|---|
| 117 | %post |
|---|
| 118 | update-desktop-database %{_datadir}/applications >& /dev/null ||: |
|---|
| 119 | |
|---|
| 120 | %postun |
|---|
| 121 | update-desktop-database %{_datadir}/applications >& /dev/null ||: |
|---|
| 122 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 123 | |
|---|
| 124 | %posttrans |
|---|
| 125 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 126 | |
|---|
| 127 | %files -f %{name}.lang |
|---|
| 128 | %defattr(-, root, root) |
|---|
| 129 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 130 | %{_bindir}/gedit |
|---|
| 131 | %{_bindir}/gnome-text-editor |
|---|
| 132 | %{_libdir}/libgedit-private.so.* |
|---|
| 133 | %{_libdir}/%{name}/girepository-1.0/*.typelib |
|---|
| 134 | %{_libdir}/%{name}/plugins |
|---|
| 135 | %{python_sitearch}/gi/overrides/Gedit.* |
|---|
| 136 | %{_datadir}/GConf/gsettings/gedit.convert |
|---|
| 137 | %{_datadir}/applications/gedit.desktop |
|---|
| 138 | %{_datadir}/dbus-1/services/org.gnome.gedit.service |
|---|
| 139 | %{_datadir}/%{name}/logo |
|---|
| 140 | %{_datadir}/%{name}/plugins |
|---|
| 141 | %{_datadir}/glib-2.0/schemas/*.xml |
|---|
| 142 | %{_datadir}/help/*/%{name} |
|---|
| 143 | %{_mandir}/man1/* |
|---|
| 144 | |
|---|
| 145 | %files devel |
|---|
| 146 | %defattr(-, root, root) |
|---|
| 147 | %{_includedir}/%{name}-3.0 |
|---|
| 148 | %{_libdir}/libgedit-private.so |
|---|
| 149 | %{_libdir}/pkgconfig/*.pc |
|---|
| 150 | %{_datadir}/%{name}/gir-1.0/*.gir |
|---|
| 151 | |
|---|
| 152 | %changelog |
|---|
| 153 | * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1 |
|---|
| 154 | - new upstream release |
|---|
| 155 | - add BuildRequires: itstool, pygobject3-devel |
|---|
| 156 | - remove BuildRequires: GConf2-devel |
|---|
| 157 | |
|---|
| 158 | * Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.6-1 |
|---|
| 159 | - new upstream release |
|---|
| 160 | |
|---|
| 161 | * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1 |
|---|
| 162 | - new upstream release |
|---|
| 163 | |
|---|
| 164 | * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1 |
|---|
| 165 | - new upstream release |
|---|
| 166 | |
|---|
| 167 | * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1 |
|---|
| 168 | - new upstream release |
|---|
| 169 | |
|---|
| 170 | * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1 |
|---|
| 171 | - new upstream release |
|---|
| 172 | |
|---|
| 173 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.6-1 |
|---|
| 174 | - new upstream release |
|---|
| 175 | |
|---|
| 176 | * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1 |
|---|
| 177 | - new upstream release |
|---|
| 178 | - change BuildRequires: gtk3-devel instead of gtk2-devel |
|---|
| 179 | - change BuildRequires: gtksourceview3-devel instead of gtksourceview2-devel |
|---|
| 180 | - add BuildRequires: libpeas-devel, gsettings-desktop-schemas |
|---|
| 181 | |
|---|
| 182 | * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.4-1 |
|---|
| 183 | - new upstream release |
|---|
| 184 | |
|---|
| 185 | * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-2 |
|---|
| 186 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 187 | |
|---|
| 188 | * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1 |
|---|
| 189 | - new upstream release |
|---|
| 190 | |
|---|
| 191 | * Sun May 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1 |
|---|
| 192 | - new upstream release |
|---|
| 193 | |
|---|
| 194 | * Fri Apr 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1 |
|---|
| 195 | - new upstream release |
|---|
| 196 | - add BuildRequires: libSM-devel |
|---|
| 197 | |
|---|
| 198 | * Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 2.28.2-3 |
|---|
| 199 | - rebuilt with python-2.6.4-3 |
|---|
| 200 | |
|---|
| 201 | * Tue Dec 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-2 |
|---|
| 202 | - split devel package |
|---|
| 203 | - added Requires: gtksourceview2 to devel package (<BTS:831>) |
|---|
| 204 | |
|---|
| 205 | * Sat Nov 21 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1 |
|---|
| 206 | - new upstream release |
|---|
| 207 | |
|---|
| 208 | * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1 |
|---|
| 209 | - new upstream release |
|---|
| 210 | - dropped Patch1 (merged into upstream) |
|---|
| 211 | - added --disable-updater |
|---|
| 212 | |
|---|
| 213 | * Sun Aug 2 2009 Kazutaka HARADA <toshi.kd2@gmail.com> 2.26.3-1 |
|---|
| 214 | - new upstream release |
|---|
| 215 | - added BuildRequires: libffi-devel |
|---|
| 216 | |
|---|
| 217 | * Fri Jun 19 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.26.2-2 |
|---|
| 218 | - add Patch1 to fix errors on external tools (<BTS:VineLinux:710>) |
|---|
| 219 | - add BuildRequires: libattr-devel |
|---|
| 220 | |
|---|
| 221 | * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1 |
|---|
| 222 | - new upstream release |
|---|
| 223 | |
|---|
| 224 | * Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-2 |
|---|
| 225 | - s/gEdit/gedit in Summary/Description |
|---|
| 226 | |
|---|
| 227 | * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1 |
|---|
| 228 | - new upstream release |
|---|
| 229 | |
|---|
| 230 | * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1 |
|---|
| 231 | - new upstream release |
|---|
| 232 | |
|---|
| 233 | * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1 |
|---|
| 234 | - new upstream release |
|---|
| 235 | |
|---|
| 236 | * Sat Oct 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-3 |
|---|
| 237 | - add Requires: pygobject >= 2.15.4 |
|---|
| 238 | |
|---|
| 239 | * Sun Sep 28 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.24.0-2 |
|---|
| 240 | - drop --vendor=gnome option when executing desktop-file-install |
|---|
| 241 | |
|---|
| 242 | * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1 |
|---|
| 243 | - new upstream release |
|---|
| 244 | |
|---|
| 245 | * Sat Jul 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.22.1-2vl5 |
|---|
| 246 | - added lBuildRequires: perl-XML-Parser |
|---|
| 247 | - rebuilt with python-2.5.2 |
|---|
| 248 | |
|---|
| 249 | * Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5 |
|---|
| 250 | - new upstream release |
|---|
| 251 | - added BuildRequires: pygtksourceview-devel |
|---|
| 252 | |
|---|
| 253 | * Sat Aug 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.2-0vl2 |
|---|
| 254 | - add BuildRequires: pygobject-devel, gnome-python-desktop |
|---|
| 255 | because of adding --enable-python |
|---|
| 256 | (TODO: moving to pygobjects and gnome-python-desktop to main or not?) |
|---|
| 257 | |
|---|
| 258 | * Wed Aug 8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1 |
|---|
| 259 | - new upstream release |
|---|
| 260 | - added --enable-python option |
|---|
| 261 | |
|---|
| 262 | * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl1 |
|---|
| 263 | - new upstream release |
|---|
| 264 | |
|---|
| 265 | * Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1 |
|---|
| 266 | - new upstream release |
|---|
| 267 | |
|---|
| 268 | * Thu May 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2 |
|---|
| 269 | - temporarily disabled patch10 which has encoding detection bugs. |
|---|
| 270 | |
|---|
| 271 | * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1 |
|---|
| 272 | - new upstream release |
|---|
| 273 | |
|---|
| 274 | * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1 |
|---|
| 275 | - new upstream release |
|---|
| 276 | |
|---|
| 277 | * Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl1 |
|---|
| 278 | - new upstream release |
|---|
| 279 | |
|---|
| 280 | * Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1 |
|---|
| 281 | - new upstream release |
|---|
| 282 | |
|---|
| 283 | * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1 |
|---|
| 284 | - new upstream release |
|---|
| 285 | - forwardport Patch10 from Vine Linux 3.2. |
|---|
| 286 | |
|---|
| 287 | * Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.2-0vl1 |
|---|
| 288 | - new upstream release |
|---|
| 289 | |
|---|
| 290 | * Wed Mar 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1 |
|---|
| 291 | - new upstream release |
|---|
| 292 | |
|---|
| 293 | * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1 |
|---|
| 294 | - new upstream version |
|---|
| 295 | |
|---|
| 296 | * Tue Mar 08 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.3-0vl2 |
|---|
| 297 | - fixed to include message catalogs |
|---|
| 298 | |
|---|
| 299 | * Sat Mar 05 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.3-0vl1 |
|---|
| 300 | - new upstream release |
|---|
| 301 | |
|---|
| 302 | * Tue Nov 09 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1 |
|---|
| 303 | - new upstream release |
|---|
| 304 | |
|---|
| 305 | * Sat Feb 14 2004 Tomoya TAKA <taka@vinelinux.org> 2.4.1-0vl2 |
|---|
| 306 | - add Patch0, fix type mismatch in gedit_document_load() |
|---|
| 307 | |
|---|
| 308 | * Fri Oct 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1 |
|---|
| 309 | - new upstream release |
|---|
| 310 | |
|---|
| 311 | * Tue Oct 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl2 |
|---|
| 312 | - add missing files to %%files |
|---|
| 313 | |
|---|
| 314 | * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1 |
|---|
| 315 | - new upstream release |
|---|
| 316 | |
|---|
| 317 | * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-0vl2 |
|---|
| 318 | - remove obsolete ja.po |
|---|
| 319 | |
|---|
| 320 | * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-0vl1 |
|---|
| 321 | - new upstream release |
|---|
| 322 | |
|---|
| 323 | * Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1 |
|---|
| 324 | - new upstream release |
|---|
| 325 | - update ja.po |
|---|
| 326 | |
|---|
| 327 | * Thu Apr 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1 |
|---|
| 328 | - new upstream release |
|---|
| 329 | - update ja.po |
|---|
| 330 | |
|---|
| 331 | * Tue Jan 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1 |
|---|
| 332 | - new upstream release |
|---|
| 333 | |
|---|
| 334 | * Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.91-0vl1 |
|---|
| 335 | - new upstream release |
|---|
| 336 | |
|---|
| 337 | * Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl2 |
|---|
| 338 | - add updated ja.po |
|---|
| 339 | |
|---|
| 340 | * Thu Jan 9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1 |
|---|
| 341 | - new upstream release |
|---|
| 342 | |
|---|
| 343 | * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1 |
|---|
| 344 | - new upstream release |
|---|
| 345 | - build for Vine Linux |
|---|
| 346 | |
|---|
| 347 | * Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 348 | - Add missing bonobo server files (#71261, Taco Witte) |
|---|
| 349 | - Remove empty NEWS, FAQ files from %%doc (#66079) |
|---|
| 350 | |
|---|
| 351 | * Thu Aug 1 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 352 | - fix desktop file really |
|---|
| 353 | |
|---|
| 354 | * Thu Aug 1 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 355 | - fix desktop file |
|---|
| 356 | |
|---|
| 357 | * Mon Jul 29 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 358 | - 2.0.2 |
|---|
| 359 | - build with new gail |
|---|
| 360 | |
|---|
| 361 | * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 362 | - 2.0.1 |
|---|
| 363 | |
|---|
| 364 | * Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 365 | - 2.0.0, fix missing locale files |
|---|
| 366 | |
|---|
| 367 | * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 368 | - 1.199.0 |
|---|
| 369 | - use desktop-file-install |
|---|
| 370 | - remove static libs from plugins dir |
|---|
| 371 | |
|---|
| 372 | * Sat Jun 08 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 373 | - rebuild in different environment |
|---|
| 374 | |
|---|
| 375 | * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 376 | - 1.121.1 |
|---|
| 377 | |
|---|
| 378 | * Sun May 26 2002 Tim Powers <timp@redhat.com> |
|---|
| 379 | - automated rebuild |
|---|
| 380 | |
|---|
| 381 | * Tue May 21 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 382 | - rebuild in different environment |
|---|
| 383 | |
|---|
| 384 | * Tue May 21 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 385 | - 1.120.0 |
|---|
| 386 | |
|---|
| 387 | * Fri May 3 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 388 | - 1.118.0 |
|---|
| 389 | |
|---|
| 390 | * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 391 | - move to gnome 2 version |
|---|
| 392 | |
|---|
| 393 | * Thu Apr 18 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 394 | - fix ko.po |
|---|
| 395 | |
|---|
| 396 | * Thu Apr 18 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 397 | - get correct po files from elvis |
|---|
| 398 | |
|---|
| 399 | * Thu Apr 18 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 400 | - gedit-pofiles.tar.gz, not gedit-po.tar.gz |
|---|
| 401 | |
|---|
| 402 | * Mon Apr 15 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 403 | - merge translations |
|---|
| 404 | |
|---|
| 405 | * Fri Mar 29 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 406 | - gettextize default font |
|---|
| 407 | |
|---|
| 408 | * Thu Mar 28 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 409 | - more multibyte fixes #61948 |
|---|
| 410 | |
|---|
| 411 | * Wed Mar 27 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 412 | - 0.9.7 for multibyte support |
|---|
| 413 | |
|---|
| 414 | * Tue Mar 26 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-11 |
|---|
| 415 | - gedit-0.9.4-printprefs.patch: I forgot to add to POTFILES.in... |
|---|
| 416 | - gedit-po.tar.gz: added. it's on CVS now. |
|---|
| 417 | |
|---|
| 418 | * Sun Mar 24 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-10 |
|---|
| 419 | - gedit-0.9.4-printprefs.patch: fix typo and sanity check. |
|---|
| 420 | |
|---|
| 421 | * Mon Mar 04 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-9 |
|---|
| 422 | - Applied a font selector patch for the printing |
|---|
| 423 | - fix BuildRequires for automake-1.4 |
|---|
| 424 | |
|---|
| 425 | * Mon Jan 28 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 426 | - rebuild in rawhide |
|---|
| 427 | - fix up cflags for moved gnome headers |
|---|
| 428 | |
|---|
| 429 | * Thu Jul 19 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 430 | - add some more build requires |
|---|
| 431 | |
|---|
| 432 | * Tue Jul 17 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 433 | - require libglade-devel to build |
|---|
| 434 | |
|---|
| 435 | * Fri Jun 15 2001 Nalin Dahyabhai <nalin@redhat.com> |
|---|
| 436 | - rebuild in new environment |
|---|
| 437 | |
|---|
| 438 | * Fri Feb 23 2001 Akira TAGOH <tagoh@redhat.com> |
|---|
| 439 | - Fixed preview for !ja locale. |
|---|
| 440 | |
|---|
| 441 | * Wed Feb 07 2001 Akira TAGOH <tagoh@redhat.com> |
|---|
| 442 | - Fixed handling fontset. (Bug#24998) |
|---|
| 443 | - Added print out for multibyte patch. |
|---|
| 444 | |
|---|
| 445 | * Fri Dec 29 2000 Matt Wilson <msw@redhat.com> |
|---|
| 446 | - 0.9.4 |
|---|
| 447 | |
|---|
| 448 | * Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> |
|---|
| 449 | - Up Epoch and release |
|---|
| 450 | |
|---|
| 451 | * Wed Aug 09 2000 Jonathan Blandford <jrb@redhat.com> |
|---|
| 452 | - include glade files so that it will actually work. |
|---|
| 453 | |
|---|
| 454 | * Tue Aug 01 2000 Jonathan Blandford <jrb@redhat.com> |
|---|
| 455 | - upgrade package to newer version at request of author. |
|---|
| 456 | |
|---|
| 457 | * Thu Jul 13 2000 Prospector <bugzilla@redhat.com> |
|---|
| 458 | - automatic rebuild |
|---|
| 459 | |
|---|
| 460 | * Mon Jun 19 2000 Preston Brown <pbrown@redhat.com> |
|---|
| 461 | - FHS paths |
|---|
| 462 | |
|---|
| 463 | * Sun Jun 11 2000 Jonathan Blandford <jrb@redhat.com> |
|---|
| 464 | - update to 0.7.9. Somewhat untested. |
|---|
| 465 | |
|---|
| 466 | * Fri Feb 11 2000 Jonathan Blandford <jrb@redhat.com> |
|---|
| 467 | - removed "reverse search function as it doesn't work. |
|---|
| 468 | |
|---|
| 469 | * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com> |
|---|
| 470 | - rebuild to gzip man pages |
|---|
| 471 | |
|---|
| 472 | * Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com> |
|---|
| 473 | - If I don't put in a log entry here, people will be very upset about not |
|---|
| 474 | being able to find out that I am to blame for the 0.6.1 upgrade |
|---|
| 475 | |
|---|
| 476 | * Mon Aug 16 1999 Michael Fulbright <drmike@redhat.com> |
|---|
| 477 | - version 0.5.4 |
|---|
| 478 | |
|---|
| 479 | * Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com> |
|---|
| 480 | - Cleaned up a bit for Red Hat use |
|---|
| 481 | |
|---|
| 482 | * Thu Oct 22 1998 Alex Roberts <bse@dial.pipex.com> |
|---|
| 483 | - First try at an RPM |
|---|