| 1 | Summary: Gnome CD/DVD burning application |
|---|
| 2 | Summary(ja): Gnome CD/DVD 書き込みアプリケーション |
|---|
| 3 | |
|---|
| 4 | Name: brasero |
|---|
| 5 | Version: 3.4.1 |
|---|
| 6 | Release: 1%{?_dist_release} |
|---|
| 7 | Group: Applications/Multimedia |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | URL: http://www.gnome.org/projects/brasero/ |
|---|
| 10 | Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.4/%{name}-%{version}.tar.xz |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | BuildRequires: glib2-devel >= 2.32.0 |
|---|
| 16 | BuildRequires: gettext intltool gtk-doc |
|---|
| 17 | BuildRequires: desktop-file-utils |
|---|
| 18 | BuildRequires: gstreamer-devel >= 0.10.15 |
|---|
| 19 | BuildRequires: gstreamer-plugins-base-devel >= 0.10.0 |
|---|
| 20 | BuildRequires: totem-pl-parser-devel >= 2.32.0 |
|---|
| 21 | BuildRequires: libnotify-devel >= 0.4.5 |
|---|
| 22 | BuildRequires: libxml2-devel >= 2.7.7 |
|---|
| 23 | BuildRequires: dbus-glib-devel >= 0.88 |
|---|
| 24 | BuildRequires: gnome-doc-utils >= 0.3.2 |
|---|
| 25 | BuildRequires: scrollkeeper |
|---|
| 26 | BuildRequires: libxslt |
|---|
| 27 | BuildRequires: libburn-devel >= 0.4.0 |
|---|
| 28 | BuildRequires: libisofs-devel >= 0.6.4 |
|---|
| 29 | BuildRequires: nautilus-devel >= 2.32.0 |
|---|
| 30 | BuildRequires: libSM-devel |
|---|
| 31 | BuildRequires: unique3-devel >= 3.0.0 |
|---|
| 32 | BuildRequires: libcanberra-gtk3-devel |
|---|
| 33 | BuildRequires: gobject-introspection-devel |
|---|
| 34 | BuildRequires: tracker-devel |
|---|
| 35 | |
|---|
| 36 | Requires: dvd+rw-tools |
|---|
| 37 | # cdrecord |
|---|
| 38 | Requires: wodim |
|---|
| 39 | # mkisofs |
|---|
| 40 | Requires: genisoimage |
|---|
| 41 | # cdda2wav |
|---|
| 42 | Requires: icedax |
|---|
| 43 | Requires: cdrdao |
|---|
| 44 | |
|---|
| 45 | Requires(post): shared-mime-info |
|---|
| 46 | Requires(postun): shared-mime-info |
|---|
| 47 | |
|---|
| 48 | Obsoletes: nautilus-cd-burner <= 2.25.3 |
|---|
| 49 | |
|---|
| 50 | Provides: nautilus-cd-burner <= 2.25.3 |
|---|
| 51 | |
|---|
| 52 | Vendor: Project Vine |
|---|
| 53 | Distribution: Vine Linux |
|---|
| 54 | Packager: Takemikaduchi |
|---|
| 55 | |
|---|
| 56 | %description |
|---|
| 57 | Simple and easy to use CD/DVD burning application for the Gnome |
|---|
| 58 | desktop. |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %package libs |
|---|
| 62 | Summary: Libraries for %{name} |
|---|
| 63 | Summary(ja): %{name} の共有ライブラリ |
|---|
| 64 | Group: System Environment/Libraries |
|---|
| 65 | |
|---|
| 66 | %description libs |
|---|
| 67 | The %{name}-libs package contains the runtime shared libraries for |
|---|
| 68 | %{name}. |
|---|
| 69 | |
|---|
| 70 | |
|---|
| 71 | %package nautilus |
|---|
| 72 | Summary: Nautilus extension for %{name} |
|---|
| 73 | Summary(ja): %{name} の Nautilus 拡張 |
|---|
| 74 | Group: User Interface/Desktops |
|---|
| 75 | |
|---|
| 76 | %description nautilus |
|---|
| 77 | The %{name}-nautilus package contains the brasero nautilus extension. |
|---|
| 78 | |
|---|
| 79 | |
|---|
| 80 | %package devel |
|---|
| 81 | Summary: Headers for developing programs that will use %{name} |
|---|
| 82 | Summary(ja): %{name} を用いるプログラムを開発に必要なファイル集 |
|---|
| 83 | Group: Development/Libraries |
|---|
| 84 | Requires: %{name} = %{version}-%{release} |
|---|
| 85 | Requires: pkgconfig |
|---|
| 86 | |
|---|
| 87 | %description devel |
|---|
| 88 | This package contains the static libraries and header files needed for |
|---|
| 89 | developing brasero applications. |
|---|
| 90 | |
|---|
| 91 | |
|---|
| 92 | %prep |
|---|
| 93 | %setup -q |
|---|
| 94 | |
|---|
| 95 | %build |
|---|
| 96 | %configure \ |
|---|
| 97 | --with-gtk=3.0 \ |
|---|
| 98 | --enable-nautilus \ |
|---|
| 99 | --enable-libburnia \ |
|---|
| 100 | --enable-search \ |
|---|
| 101 | --enable-playlist \ |
|---|
| 102 | --enable-preview \ |
|---|
| 103 | --enable-inotify \ |
|---|
| 104 | --disable-caches \ |
|---|
| 105 | --disable-static \ |
|---|
| 106 | --enable-introspection=yes |
|---|
| 107 | sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool |
|---|
| 108 | make %{?_smp_mflags} |
|---|
| 109 | |
|---|
| 110 | |
|---|
| 111 | %install |
|---|
| 112 | rm -rf $RPM_BUILD_ROOT |
|---|
| 113 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 |
|---|
| 114 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 115 | find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' |
|---|
| 116 | %find_lang %{name} |
|---|
| 117 | |
|---|
| 118 | desktop-file-install --vendor "" \ |
|---|
| 119 | --dir $RPM_BUILD_ROOT%{_datadir}/applications \ |
|---|
| 120 | $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop |
|---|
| 121 | |
|---|
| 122 | desktop-file-install --vendor "" \ |
|---|
| 123 | --dir $RPM_BUILD_ROOT%{_datadir}/applications \ |
|---|
| 124 | $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-nautilus.desktop |
|---|
| 125 | |
|---|
| 126 | %clean |
|---|
| 127 | rm -rf $RPM_BUILD_ROOT |
|---|
| 128 | |
|---|
| 129 | |
|---|
| 130 | %post |
|---|
| 131 | umask 022 |
|---|
| 132 | update-mime-database %{_datadir}/mime &> /dev/null || : |
|---|
| 133 | touch --no-create %{_datadir}/icons/hicolor || : |
|---|
| 134 | if [ -x %{_bindir}/gtk-update-icon-cache ]; then |
|---|
| 135 | %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |
|---|
| 136 | fi |
|---|
| 137 | update-desktop-database &> /dev/null ||: |
|---|
| 138 | |
|---|
| 139 | |
|---|
| 140 | %post libs -p /sbin/ldconfig |
|---|
| 141 | |
|---|
| 142 | |
|---|
| 143 | %postun |
|---|
| 144 | umask 022 |
|---|
| 145 | update-mime-database %{_datadir}/mime &> /dev/null || : |
|---|
| 146 | touch --no-create %{_datadir}/icons/hicolor || : |
|---|
| 147 | if [ -x %{_bindir}/gtk-update-icon-cache ]; then |
|---|
| 148 | %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |
|---|
| 149 | fi |
|---|
| 150 | update-desktop-database &> /dev/null ||: |
|---|
| 151 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 152 | |
|---|
| 153 | |
|---|
| 154 | %postun libs -p /sbin/ldconfig |
|---|
| 155 | |
|---|
| 156 | %posttrans |
|---|
| 157 | gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : |
|---|
| 158 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 159 | |
|---|
| 160 | %preun |
|---|
| 161 | if [ "$1" -eq 0 ]; then |
|---|
| 162 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
|---|
| 163 | gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : |
|---|
| 164 | killall -HUP gconfd-2 &>/dev/null || : |
|---|
| 165 | fi |
|---|
| 166 | |
|---|
| 167 | |
|---|
| 168 | %files -f %{name}.lang |
|---|
| 169 | %defattr(-,root,root,-) |
|---|
| 170 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 171 | %{_mandir}/man1/%{name}.* |
|---|
| 172 | %{_bindir}/* |
|---|
| 173 | %{_libdir}/%{name}3 |
|---|
| 174 | %{_datadir}/%{name} |
|---|
| 175 | %{_datadir}/applications/%{name}.desktop |
|---|
| 176 | %{_datadir}/applications/%{name}-nautilus.desktop |
|---|
| 177 | %{_datadir}/gnome/help/%{name} |
|---|
| 178 | %{_datadir}/icons/hicolor/*/apps/* |
|---|
| 179 | %{_datadir}/mime/packages/* |
|---|
| 180 | %{_datadir}/GConf/gsettings/brasero.convert |
|---|
| 181 | %{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml |
|---|
| 182 | |
|---|
| 183 | %files libs |
|---|
| 184 | %defattr(-,root,root,-) |
|---|
| 185 | %{_libdir}/*.so.* |
|---|
| 186 | |
|---|
| 187 | %files nautilus |
|---|
| 188 | %defattr(-,root,root,-) |
|---|
| 189 | %{_libdir}/nautilus/extensions-3.0/*.so |
|---|
| 190 | %{_libdir}/girepository-1.0/*.typelib |
|---|
| 191 | %{_datadir}/applications/brasero-nautilus.desktop |
|---|
| 192 | |
|---|
| 193 | %files devel |
|---|
| 194 | %defattr(-,root,root,-) |
|---|
| 195 | %doc %{_datadir}/gtk-doc/html/libbrasero-burn |
|---|
| 196 | %doc %{_datadir}/gtk-doc/html/libbrasero-media |
|---|
| 197 | %{_includedir}/%{name}3 |
|---|
| 198 | %{_libdir}/*.so |
|---|
| 199 | %{_libdir}/pkgconfig/*.pc |
|---|
| 200 | %{_datadir}/gir-1.0/*.gir |
|---|
| 201 | |
|---|
| 202 | |
|---|
| 203 | %changelog |
|---|
| 204 | * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1 |
|---|
| 205 | - new upstream release |
|---|
| 206 | - remove BuildRequires: GConf2-devel |
|---|
| 207 | - remove Patch0 |
|---|
| 208 | |
|---|
| 209 | * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1 |
|---|
| 210 | - new upstream release |
|---|
| 211 | |
|---|
| 212 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1 |
|---|
| 213 | - new upstream release |
|---|
| 214 | - add BuildRequires: tracker-devel |
|---|
| 215 | - update Patch0 (brasero-3.1.92-desktop-files.patch) |
|---|
| 216 | |
|---|
| 217 | * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1 |
|---|
| 218 | - new upstream release |
|---|
| 219 | - replace Patch0 (brasero-3.1.90-desktop-files.patch) |
|---|
| 220 | |
|---|
| 221 | * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1 |
|---|
| 222 | - new upstream release |
|---|
| 223 | - change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel |
|---|
| 224 | - change Requires: wodim insread of cdrecord |
|---|
| 225 | - change Requires: genisoimage insread of mkisofs |
|---|
| 226 | - change Requires: icedax instead of cdda2wav |
|---|
| 227 | - add Patch0 (brasero-desktop-file.patch) from fedora |
|---|
| 228 | |
|---|
| 229 | * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1 |
|---|
| 230 | - new upstream release |
|---|
| 231 | |
|---|
| 232 | * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1 |
|---|
| 233 | - new upstream release |
|---|
| 234 | - remove BuildRequires: libgnomeui-devel |
|---|
| 235 | - add BuildRequires: gobject-introspection-devel |
|---|
| 236 | - add configure option (--enable-introspection=yes) |
|---|
| 237 | - remove Source1 |
|---|
| 238 | |
|---|
| 239 | * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2 |
|---|
| 240 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 241 | |
|---|
| 242 | * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.2-1 |
|---|
| 243 | - new upstream release |
|---|
| 244 | |
|---|
| 245 | * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1 |
|---|
| 246 | - new upstream release |
|---|
| 247 | |
|---|
| 248 | * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1 |
|---|
| 249 | - new upstream release |
|---|
| 250 | - remove BuildRequires: hal-devel, eel2-devel |
|---|
| 251 | - add BuildRequires: unique-devel, libcanberra-devel |
|---|
| 252 | - add Obsoletes: nautilus-cd-burner <= 2.25.3 |
|---|
| 253 | - add Provides: nautilus-cd-burner <= 2.25.3 |
|---|
| 254 | |
|---|
| 255 | * Sat Jan 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.28.3-1 |
|---|
| 256 | - new upstream release |
|---|
| 257 | |
|---|
| 258 | * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1 |
|---|
| 259 | - new upstream release |
|---|
| 260 | |
|---|
| 261 | * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1 |
|---|
| 262 | - new upstream release |
|---|
| 263 | |
|---|
| 264 | * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1 |
|---|
| 265 | - new upstream release |
|---|
| 266 | |
|---|
| 267 | * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1 |
|---|
| 268 | - new upstream release |
|---|
| 269 | |
|---|
| 270 | * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1 |
|---|
| 271 | - initial build for Vine Linux |
|---|
| 272 | |
|---|
| 273 | * Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-3 |
|---|
| 274 | - Fix icon and Bugzilla component |
|---|
| 275 | |
|---|
| 276 | * Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-2 |
|---|
| 277 | - Fix regressions in burn:/// and blank media handling |
|---|
| 278 | |
|---|
| 279 | * Tue Feb 24 2009 Denis Leroy <denis@poolshark.org> - 2.25.91.2-1 |
|---|
| 280 | - Update to upstream 2.25.91.2 |
|---|
| 281 | - Dvdcss patch upstreamed |
|---|
| 282 | - Split nautilus extension into subpackage (#485918) |
|---|
| 283 | |
|---|
| 284 | * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.90-3 |
|---|
| 285 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 286 | |
|---|
| 287 | * Sat Feb 7 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-2 |
|---|
| 288 | - Added patch to fix dynamic load of libdvdcss (#484413) |
|---|
| 289 | |
|---|
| 290 | * Tue Feb 3 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-1 |
|---|
| 291 | - Update to upstream 2.25.90 |
|---|
| 292 | - Split media library into separate RPM (#483754) |
|---|
| 293 | - Added patch to validate desktop files |
|---|
| 294 | |
|---|
| 295 | * Tue Jan 20 2009 Denis Leroy <denis@poolshark.org> - 0.9.1-1 |
|---|
| 296 | - Update to upstream 0.9.1 |
|---|
| 297 | - Added development package |
|---|
| 298 | |
|---|
| 299 | * Tue Dec 16 2008 Denis Leroy <denis@poolshark.org> - 0.8.3-1 |
|---|
| 300 | - Update to upstream 0.8.4 |
|---|
| 301 | - Enabled nautilus extension |
|---|
| 302 | |
|---|
| 303 | * Mon Sep 15 2008 Denis Leroy <denis@poolshark.org> - 0.8.2-1 |
|---|
| 304 | - Update to upstream 0.8.2 |
|---|
| 305 | |
|---|
| 306 | * Wed Aug 27 2008 Denis Leroy <denis@poolshark.org> - 0.8.1-1 |
|---|
| 307 | - Update to upstream 0.8.1 |
|---|
| 308 | - Desktop patch upstreamed |
|---|
| 309 | |
|---|
| 310 | * Sun Jul 6 2008 Denis Leroy <denis@poolshark.org> - 0.7.91-1 |
|---|
| 311 | - Update to unstable 0.7.91 |
|---|
| 312 | - open flags patch upstreamed |
|---|
| 313 | |
|---|
| 314 | * Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.7.90-1 |
|---|
| 315 | - Update to unstable 0.7.90 |
|---|
| 316 | - Added patch to validate desktop file |
|---|
| 317 | - BRs updated |
|---|
| 318 | |
|---|
| 319 | * Fri May 16 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-4 |
|---|
| 320 | - Rebuild for new totem-pl-parser |
|---|
| 321 | |
|---|
| 322 | * Sat Feb 23 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-3 |
|---|
| 323 | - Fixed desktop mime field |
|---|
| 324 | |
|---|
| 325 | * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.1-2 |
|---|
| 326 | - Autorebuild for GCC 4.3 |
|---|
| 327 | |
|---|
| 328 | * Tue Jan 29 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-1 |
|---|
| 329 | - Update to 0.7.1 upstream, bugfix release |
|---|
| 330 | |
|---|
| 331 | * Sun Dec 30 2007 Denis Leroy <denis@poolshark.org> - 0.7.0-1 |
|---|
| 332 | - Update to upstream 0.7.0, updated BRs |
|---|
| 333 | - Forward-ported open() permission patch |
|---|
| 334 | |
|---|
| 335 | * Mon Dec 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-4 |
|---|
| 336 | - Changed totem-devel req to totem-pl-parser-devel |
|---|
| 337 | |
|---|
| 338 | * Sun Dec 9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-3 |
|---|
| 339 | - Rebuild with new libbeagle |
|---|
| 340 | |
|---|
| 341 | * Fri Nov 9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-2 |
|---|
| 342 | - Rebuild to pick up new totem version (#361361) |
|---|
| 343 | |
|---|
| 344 | * Sat Aug 25 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-1 |
|---|
| 345 | - Update to upstream version 0.6.1 |
|---|
| 346 | - Filter UI patch is now upstream |
|---|
| 347 | |
|---|
| 348 | * Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-2 |
|---|
| 349 | - Updated License tag |
|---|
| 350 | - Fixed open() O_CREAT problem |
|---|
| 351 | |
|---|
| 352 | * Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-1 |
|---|
| 353 | - Update to 0.6.0 |
|---|
| 354 | - Removed libburn support until it compiles against libisofs 0.2.8 |
|---|
| 355 | - Fixed project URL |
|---|
| 356 | - Added patch to port to new Gtk+ tooltip interface |
|---|
| 357 | - Added patch to fix filter dialog crash |
|---|
| 358 | |
|---|
| 359 | * Sun Jun 3 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-4 |
|---|
| 360 | - Removed beagle support for ppc64 |
|---|
| 361 | |
|---|
| 362 | * Tue May 22 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-3 |
|---|
| 363 | - Added umask 022 to scriptlets (#230781) |
|---|
| 364 | |
|---|
| 365 | * Mon May 21 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-2 |
|---|
| 366 | - Rebuild to pick up new totem library |
|---|
| 367 | |
|---|
| 368 | * Mon Feb 26 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-1 |
|---|
| 369 | - Update to 0.5.2 |
|---|
| 370 | - Removed libisofs patch, now upstream |
|---|
| 371 | |
|---|
| 372 | * Wed Jan 17 2007 Denis Leroy <denis@poolshark.org> - 0.5.1-2 |
|---|
| 373 | - Added patch to support libisofs.so.4 and libburn.so.6 |
|---|
| 374 | |
|---|
| 375 | * Thu Nov 16 2006 Denis Leroy <denis@poolshark.org> - 0.5.1-1 |
|---|
| 376 | - Update to 0.5.1 |
|---|
| 377 | |
|---|
| 378 | * Sun Oct 29 2006 Denis Leroy <denis@poolshark.org> - 0.5.0-1 |
|---|
| 379 | - Update to 0.5.0 |
|---|
| 380 | - Updated icon paths |
|---|
| 381 | - Added gconf schemas sections |
|---|
| 382 | |
|---|
| 383 | * Tue Oct 3 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-3 |
|---|
| 384 | - fixed homepage URL |
|---|
| 385 | |
|---|
| 386 | * Tue Sep 26 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-2 |
|---|
| 387 | - BRs cleanup |
|---|
| 388 | |
|---|
| 389 | * Fri Sep 22 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-1 |
|---|
| 390 | - First version |
|---|
| 391 | foo |
|---|