File sparkleshare.changes of Package sparkleshare

-------------------------------------------------------------------
Mon Jan 23 07:40:00 UTC 2012 - vuntz@opensuse.org

- Update to version 0.8.0:
  + Show syncing progress in the status icon
  + Hide dock icon on Mac until you open a window
  + Update dates in the event log after midnight
  + Don't let git compress already compressed files (.jpg .ogg
    .zip, etc.)
  + Limit git's memory usage
  + Ignore history of any added git/hg/bzr repositories, just add
    the files
  + Spin status icon on syncing changes made before startup
- Move to pkgconfig() BuildRequires:
  + Old ones: gtk-sharp2, notify-sharp, webkit-sharp.
  + New ones: glib-sharp-2.0, gtk-sharp-2.0, notify-sharp,
    webkit-sharp-1.0.
- Remove unneeded ndesk-dbus and ndesk-dbus-glib-devel
  BuildRequires, and ndesk-dbus Requires: they're not used anymore.
- Remove gtk-sharp2, notify-sharp, webkit-sharp Requires: they are
  automatically added the mono() way.
- Add help-C.tar.bz2 source containing help files, as those files
  are missing from the tarball again.

-------------------------------------------------------------------
Mon Jan  2 09:35:34 UTC 2012 - dimstar@opensuse.org

- Update to version 0.6.0
  + Several fixes for annoying bugs and crashes
  + Fix freeze on quit on Mac
  + Show project and history size in the event log
- Remove help-C.tar.bz2 as the tarball now has the doc files.

-------------------------------------------------------------------
Fri Dec  2 13:34:59 UTC 2011 - dimstar@opensuse.org

- Update to version 0.4.2:
  + Fix crash trying to add a project.
- Add libtool BuildRequires and rebootsrap during Build. The
  shipped tarball was not properly bootstrapped, as it fails
  entirely to install help files now.
- Change License tag to spdx identifiers
- Add code to remove x bit on AUTHORS file to silence lint
  warnings.

-------------------------------------------------------------------
Wed Nov 30 20:43:27 UTC 2011 - dimstar@opensuse.org

- Update to version 0.4.1:
  + Bundle git with the Mac application
  + Warn about potential global gitignore files
  + Remove SmartIrc4Net
  + Build system fixes
  + Code cleanups.
- Add help-C.tar.bz2: The tarball has been created without the doc
  enabled and as a result, the help files are missing. Inject them
  during the build.

-------------------------------------------------------------------
Tue Nov 15 11:09:45 UTC 2011 - dimstar@opensuse.org

- Update to version 0.4.0:
  + Support OS X Lion.
  + Revamped "Add Hosted Project..." dialog.
  + First run tutorial.
  + Clicking notifications opens the event log.
  + Support for organisation/host plugins.
  + Adding empty folders now works.
  + More useful error reporting.
  + Progress bar on the initial sync, and a button to cancel.
  + Replace IRC by a custom protocol as the default notification
    system.
  + Port plugin to nautilus 3.x.
  + Many many fixes for crashes and bugs.

-------------------------------------------------------------------
Fri Sep  2 13:57:17 UTC 2011 - vuntz@opensuse.org

- Fix typo in GenericName we add to sparkleshare.desktop.
  Fix bnc#631745.

-------------------------------------------------------------------
Tue Jul 26 09:33:58 CEST 2011 - vuntz@opensuse.org

- Update to version 0.2.5:
  + Reimplement notes to be less buggy and backend independent.
  + Polish about dialog and event log html.
  + Fix a bug where large collections of files weren't being synced
    when adding them at the same time.
  + The event log now collapses huge change sets and squashes
    events together by day when they are on the same day and in the
    same folder.
  + Add a controller per UI component to make the Windows version
    easier to implement.

-------------------------------------------------------------------
Fri Jul  1 15:25:17 CEST 2011 - malcolmlewis@opensuse.org

- Update to version 0.2.4:
  + Fix crash when setting up with an empty Git repository.
- Changes from version 0.2.3:
  + Add the ability to add notes in the event logs.
  + Fix some quirks in the webkit view on Linux.
  + Redo gravatar fetching parts to be more efficient.
  + Remove headless feature.
  + Fix some small bugs and crashes.
  + Try to use existing SSH keypair.
  + Required git version is now 1.7.1 or later.
- Change git-core Requires to be >= 1.7.1.

-------------------------------------------------------------------
Mon Jun 27 21:04:06 CEST 2011 - malcolmlewis@opensuse.org

- Update to version 0.2.2:
  + Fix crash on first run when ~/.ssh doesn't exist.
  + Sync algorithm tweaks. 
  + New global event log.
  + Ubuntu integration with libappindicator.
  + Poll sometimes even when using the notification service.
- Updates from version 0.2.1
  + Fix bug where host names with a "-" in them weren't accepted.
  + Fix crash that happens when the user doesn't have their
    "Real Name" set in the OS and a race condition connecting to
    the announcements server.
- Update spec file Licence field from GPLv3 to GPL-3.0 to conform
  with spdx.org identifier.

-------------------------------------------------------------------
Tue Jun  7 11:10:41 CEST 2011 - vuntz@opensuse.org

- Update to 0.2:
  + Added support for Growl to show notifications on Mac.
  + Removed the dependancy on GitSharp.
  + File rename detection support in the event logs.
  + Fixed all crashes reported in RC1 and improved sync algorithm.
  + Redid collision detection and conflict resolving (use a copy of
    each version).
  + Improved about dialogs with version checking.
  + Pluggable backend (experimental Mercurial support).
- Detect where the nautilus extension is installed by checking the
  nautilus-python pkg-config file, to make sure we build fine
  against all versions of openSUSE.

-------------------------------------------------------------------
Mon May  9 00:58:52 CEST 2011 - vuntz@opensuse.org

- Update to 0.2-rc1:
  + Lot of fixes and optimisations across the backend
  + Less memory usage, less crashes
  + Instant notifications of new changes instead of polling
  + Refreshed event log HTML theme
  + Keeping logs in memory for faster reopening and loads more
    goodness
- Changes from 0.2-beta2:
  + Massive restructure of the code to an MVC-like model
  + Port the event logs to Webkit
- Add nant and webkit-sharp BuildRequires.
- Add webkit-sharp Requires.

-------------------------------------------------------------------
Sat Feb 12 19:53:14 CET 2011 - vuntz@opensuse.org

- Call missing relevant macros in %post/%postun:
  + %desktop_database_post/postun because the package ships at
    least one desktop file.
- 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 Dec 14 15:46:32 CET 2010 - vuntz@opensuse.org

- Own /usr/share/gnome and /usr/share/gnome/help to fix build.

-------------------------------------------------------------------
Sat Sep 25 15:26:59 CEST 2010 - vuntz@opensuse.org

- Add gnome-doc-utils-devel BuildRequires to build the help.

-------------------------------------------------------------------
Mon Sep  6 16:46:52 CEST 2010 - vuntz@opensuse.org

- Update to version 0.2-beta1:
  + Improve event logs:
    - make them prettier
    - add link for easy access to files
    - automatically refresh on new events
  + Nautilus plugin:
    - add "Copy Web Link" context menu item, to make sharing links
      easier
  + Misc bug fixes.
- Drop sparkleshare-fix-encoding.patch: fixed upstream.

-------------------------------------------------------------------
Sat Sep  4 12:15:52 CEST 2010 - vuntz@opensuse.org

- Add sparkleshare-fix-encoding.patch to fix string encoding issues
  in the interface, because the encoding is defined wrong at build
  time.

-------------------------------------------------------------------
Thu Aug 26 14:21:47 CEST 2010 - vuntz@opensuse.org

- Update to version 0.2-alpha2.
- Add python-nautilus-devel BuildRequires and python-nautilus
  Requires to build nautilus extension, which is split in a
  nautilus-sparkleshare subpackage.
- Remove monodevelop BuildRequires and replace mono-core
  BuildRequires with mono-devel.
- Change git Requires to git-core.
- Drop sparkleshare-desktop.patch and instead use
  %suse_update_desktop_file to add GenericName and a category.
- Split lang package.
- Use fdupes.
- Clean up packaging a bit.

-------------------------------------------------------------------
Tue Aug 10 09:04:29 UTC 2010 - awafaa@opensuse.org

- Update to new version 0.2.20100810

-------------------------------------------------------------------
Tue Aug  3 13:44:13 UTC 2010 - prusnak@opensuse.org

- fix desktop file (desktop.patch)
- spec cleanup

-------------------------------------------------------------------
Tue Aug 03 10:30:34 UTC 2010 - awafaa@opensuse.org

- New version 0.2.201000803
- Remove so_solid_moo's patches as they are now integrated upstream

-------------------------------------------------------------------
Tue Jul 28 08:43:16 UTC 2010 - awafaa@opensuse.org

- Add fix-icon-path.diff & icon-resize.diff thanks to so_solid_moo

-------------------------------------------------------------------
Mon Jul 27 21:42:43 UTC 2010 - awafaa@opensuse.org

- New version 0.1.20100727

-------------------------------------------------------------------
Mon Jun 28 13:11:40 UTC 2010 - awafaa@opensuse.org

- New version 0.1.20100628

-------------------------------------------------------------------
Thu Jun 17 21:23:16 UTC 2010 - awafaa@opensuse.org

- Add sparkleshare-build.patch & sparkleshare-bash-path.patch

-------------------------------------------------------------------
Thu Jun 17 09:13:27 UTC 2010 - awafaa@opensuse.org

- Initial import for openSUSE version 0.1.20100617

openSUSE Build Service is sponsored by