Package Release Info

tasque-0.1.12-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

tasque
tasque-lang

Change Logs

Version: 0.1.12-bp150.1.5
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Nov 17 2015 badshah400@gmail.com
- Add Requries: mono-data-sqlite to fix crash (boo#955052).
* Tue May 19 2015 zaitor@opensuse.org
- Replace mono(Mono.Data.Sqlite) for mono-data-sqlite, as rpm does
  not pull the package when using the former.
* Tue May 12 2015 dimstar@opensuse.org
- Add mono(Mono.Data.Sqlite) BuildRequires: ensure the mono SQL
  connector is available during build.
* Sun Nov 18 2012 zaitor@opensuse.org
- Drop BuildRequires: pkgconfig(gconf-2.0), no longer needed.
* Tue Oct 30 2012 dimstar@opensuse.org
- Update to version 0.1.12:
  + xbuild is now used for the build. An interface for autotools
    build is still in place.
  + Tasque for Windows now features a msi installer.
  + gtk-update-icon-cache is not run anymore after install.
  + configure checks now for Mono.Data.Sqlite
  + Fix for "recurring tasks" (bgo#656608)
  + Fix for "Crashes on startup in Windows 7" (bgo#634158)
  + Fix for "Remove gnome-sharp and gconf dependencies"
    (bgo#670391)
  + Fix for "Tasque build-depends on gtk-dotnet-sharp" (bgo#568910)
  + Adding task by clicking anywhere in the window now possible,
    (bgo#566499)
  + Use dbus-sharp instead of NDesk.DBus (bgo#671553)
  + Fix "Normal characters are escaped in notewidget label"
    (bgo#538017)
  + Imitate tooltip in AppIndicator using a MenuItem (bgo#649670)
  + Other bug fixes: bgo#668422, bgo#656513, bgo#653354,
    bgo#649752, bgo#578279, bgo#566355.
  + Updated translations.
* Sun Sep 02 2012 dimstar@opensuse.org
- Update to version 0.1.11:
  + Internal cleanup.
  + Updated translations.
- Changes from version 0.1.10:
  + Fixed some automake issues.
  + Tasque runs now on .NET 4 profile.
  + Added support for Ubuntu/Unity's Application Indicator in
    addition to Gtk's StatusIcon.
  + Fixed "Unable to complete tasks in RTM" bug. Side effect: Smart
    lists are temporarily not supported by Tasque.
  + Evolution backend disabled.
  + Bugs fixed: bgo#557792, bgo#578279, bgo#645040, bgo#570517,
    bgo#579428, bgo#591090, bgo#614505, bgo#607816, bgo#555680,
    bgo#613969.
  + Updated translations.
- Drop evolution-sharp BuildRequires: no longer needed, as the
  evolution backend has been disabled.
* Mon Feb 14 2011 sbrabec@suse.cz
- Added support for translation-update-upstream.
* Sat Feb 12 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
  + %desktop_database_post/postun because the package ships at
    least one desktop file.
  + %icon_theme_cache_post/postun because the package ships themed
    icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
  can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
  english documentation is not there anymore.
* Tue Feb 16 2010 vuntz@opensuse.org
- Update to version 0.1.9:
  + Support for Mono >= 2.6
  + Support for enabling groups of backends when building:
  - -enable-standard-backends, --enable-experimental-backends and
  - -enable-all-backends.
  + Customizable color highlighting in tasks.
  + Clear "New Task..." text in inputfield on drag and drop.
  + Option to change category via context menu.
  + Hiveminder improvements.
  + Close task window on ESC keypress.
  + Initial implementation of tooltip for the tray icon.
  + Bugs fixes: bgo#540983, bgo#567730, bgo#555242, bgo#533182
    bgo#532915, bgo#534749, bgo#566052, bgo#563748, bgo#563748,
    bgo#572074, bgo#567947, bgo#609712, bgo#574521
  + Updated translations.
- Drop tasque-fix-rtmnet-dir.patch: fixed upstream.
- Pass --enable-standard-backends to configure instead of
  - -enable-backend-rtm --enable-backend-sqlite --enable-backend-eds
  - -enable-backend-hiveminder.
- Remove tr_TR locale workaround: not needed anymore.
* Wed Dec 02 2009 vuntz@opensuse.org
- Update the way we remove the tr_TR locale.
* Fri Oct 02 2009 vuntz@opensuse.org
- Add tasque-fix-rtmnet-dir.patch to make tasque work on x86_64.
  Fix bnc#538983.
- Do not add category to desktop file that is already there.
- Do not call intltoolize/autoreconf.
- Add a Provides to completement the Obsoletes of tasky, and make
  them versioned. Fix a rpmlint warning.
- Other minor cleanups.
* Mon Jan 26 2009 vuntz@novell.com
- On openSUSE <= 11.1, exclude locales unknown to the system.
* Thu Jan 22 2009 vuntz@novell.com
- Review changes, and sanitize a bit the file list.
* Thu Dec 25 2008 mboman@suse.de
- Update to version 0.1.8:
  + Initial support for Windows and Mac OS X
  + Update Remember The Milk backend to work with latest rememberthemilk.com
  + SQLite backend improvements
  + Much improved DBus interface
  + Better info in status bar, including cool countdown when completing tasks.
  + Experimental new Hiveminder backend
  + Better GTK+ theme compliance
  + Add --quiet command line option to start with window hidden
  + Add --debug, --trace, and --profile command line options
  + Several crash fixes
  + Bugs fixed: bgo#562026, bgo#556549, bgo#532766, bgo#562845, bgo#526662,
    bgo#563932, bgo#551717, bgo#564344, bgo#562729, bgo#561430, bgo#540983,
    bgo#537911, bgo#542113, bgo#552944, bgo#555921, bgo#555168, bgo#538019,
    bgo#533033, bgo#526492, bgo#532274, bgo#534760, bgo#555028, bgo#560640,
    bgo#554352
* Sat Sep 06 2008 mboman@novell.com
- Updated to version 0.1.7
  + Make translations actually work.
  + Add tooltips that show notes for a task
  + Bugs fixed: bgo#525281, bgo#543245, bgo#540588, bgo#539781,
    bgo#541190
  + Translation updates
- Reviewed work from awafaa@opensuse.org
* Wed Aug 06 2008 awafaa@opensuse.org
- Update to latest release 0.1.6
  + New task entry widget at top of Tasque window.
  + When entering a new task, parse for due date information.
  + Cleaner SVG icon
  + Use Gtk.StatusIcon
  + Crash fixes
  + Bugs fixed: bgo#525306, bgo#525282, bgo#536740, bgo#532764
    bgo#526663, bgo#525272, bgo#538144, bgo#533609, bgo#533607
- Remove patch as it is integrated in the new release
* Thu Jun 12 2008 mauro@suse.de
- Added eds and sqlite backends to fix bnc#399862.
* Mon May 26 2008 jpr@suse.de
- Make sure tasque-exe-config-fix-bnc382448.patch is applied properly
* Thu May 15 2008 btimothy@suse.de
- Add Tasque.exe.config.in to specify the proper dll libraries.
  This fixes BNC #382448, crash at startup.