commit sparkleshare for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2016-08-12 15:56:57

Comparing /work/SRC/openSUSE:Factory/sparkleshare (Old)
 and  /work/SRC/openSUSE:Factory/.sparkleshare.new (New)


Package is "sparkleshare"

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2015-05-29 10:42:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2016-08-12 15:56:58.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 12 08:28:37 UTC 2016 - dims...@opensuse.org
+
+- Hack up build/m4/shamrock/mono.m4 to look for Mono 4.5
+  assemblies (sed 4.0 => 4.5).
+
+---



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.YVoTFO/_old  2016-08-12 15:56:58.0 +0200
+++ /var/tmp/diff_new_pack.YVoTFO/_new  2016-08-12 15:56:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sparkleshare
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,6 +69,7 @@
 %endif
 %prep
 %setup -q -n SparkleShare-%{version}
+sed -i "s/4\\.0/4.5/g" build/m4/shamrock/mono.m4
 
 # Fail when legal/License.txt, News.txt or legal/Authors.txt are no longer 
executable, so this can be dropped
 test -x legal/License_for_SparkleShare.txt -a -x News.txt -a -x 
legal/Authors.txt




commit sparkleshare for openSUSE:Factory

2015-05-29 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2015-05-29 10:42:08

Comparing /work/SRC/openSUSE:Factory/sparkleshare (Old)
 and  /work/SRC/openSUSE:Factory/.sparkleshare.new (New)


Package is sparkleshare

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2015-04-10 09:53:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2015-05-29 10:42:09.0 +0200
@@ -1,0 +2,41 @@
+Wed Apr  8 08:37:06 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.4:
+  + Check user's local bin folders for git binary.
+  + Show a notification after trying to start the app multiple
+times.
+  + Set default focus on password fields when setting up
+encryption.
+  + Show disclosure triangly on Recent Changes window timestamps.
+  + Fix some conflict resolution issues by merging instead of
+rebasing on the remote.
+  + Fix crash when copying to clipboard on Windows.
+  + Sync more quickly after the system wakes up from sleep.
+  + Fix conflict resolution when renaming folders.
+
+---
+Sat Oct  4 21:39:06 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.3:
+  + Port interface from GTK+2 to GTK+3, replace widget
+implementations with new APIs.
+  + Use GTK+3 compatible bindings for libnotify, webkitgtk, and
+appindicator.
+  + Many style usability and behaviour fixes in the setup dialog.
+  + Fix annoying flicker when changing projects on the Recent
+Changes window.
+  + Improved window scalability of the Recent Changes window and
+about dialog.
+  + Remove menu item that toggles notifications (this can now be
+done in GNOME's system menu).
+  + Refocus on existing SparkleShare instance when starting
+multiple times.
+  + Include an appdata XML file for the GNOME Software application.
+  + Show correct icon and application name on GNOME 3 and Ubuntu.
+- Update BuildRequires for port to GTK3:
+  + Drop pkgconfig(gtk-sharp-2.0), pkgconfig(notify-sharp) and
+pkgconfig(webkit-sharp-1.0)
+  + Add pkgconfig(gtk-sharp-3.0), pkgconfig(notify-sharp-3.0) and
+pkgconfig(webkitgtk-sharp-3.0).
+
+---

Old:

  1.2.0.tar.gz

New:

  1.4.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.u598r2/_old  2015-05-29 10:42:10.0 +0200
+++ /var/tmp/diff_new_pack.u598r2/_new  2015-05-29 10:42:10.0 +0200
@@ -19,7 +19,7 @@
 %define with_translations 0
 
 Name:   sparkleshare
-Version:1.2.0
+Version:1.4
 Release:0
 Summary:A file sharing and collaboration tool
 License:GPL-3.0+
@@ -36,9 +36,9 @@
 BuildRequires:  nant
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-sharp-2.0) = 2.12.2
-BuildRequires:  pkgconfig(gtk-sharp-2.0) = 2.12.2
-BuildRequires:  pkgconfig(notify-sharp)
-BuildRequires:  pkgconfig(webkit-sharp-1.0)
+BuildRequires:  pkgconfig(gtk-sharp-3.0) = 2.99.1
+BuildRequires:  pkgconfig(notify-sharp-3.0)
+BuildRequires:  pkgconfig(webkitgtk-sharp-3.0)
 Requires:   git-core = 1.7.1
 Requires:   gvfs
 Requires:   mono-core
@@ -71,7 +71,7 @@
 %setup -q -n SparkleShare-%{version}
 
 # Fail when legal/License.txt, News.txt or legal/Authors.txt are no longer 
executable, so this can be dropped
-test -x legal/License.txt -a -x News.txt -a -x legal/Authors.txt
+test -x legal/License_for_SparkleShare.txt -a -x News.txt -a -x 
legal/Authors.txt
 chmod a-x legal/*.txt News.txt
 
 %build

++ 1.2.0.tar.gz - 1.4.tar.gz ++
 5299 lines of diff (skipped)




commit sparkleshare for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2013-01-10 15:15:39

Comparing /work/SRC/openSUSE:Factory/sparkleshare (Old)
 and  /work/SRC/openSUSE:Factory/.sparkleshare.new (New)


Package is sparkleshare, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2012-11-13 09:44:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2013-01-10 15:15:41.0 +0100
@@ -1,0 +2,39 @@
+Wed Jan  9 11:53:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Rebrand 0.9.10 with some minor changes to 1.0.0.
+- Changes from version 0.9.10:
+  + Fix folders not opening from statusicon menu on Windows
+  + Fix freeze on Mac when retrying a failed add a project attempt
+  + Fix a freeze on Mac when updating the status icon when the menu
+is open
+- Changes from version 0.9.9:
+  + Add high resolution images for retina displays on macs
+  + Put uncommonly used menu items in a submenu in the statusicon
+  + Fix an issue connecting to encrypted projects
+  + New tutorial slides
+  + Detect more types of sync errors
+  + Various small fixes and cleanups
+- Changes from version 0.9.8:
+  + Show both the cumulative upload and download speeds when
+multiple projects are syncing at the same time
+  + Defer receiving changes when affected files are locked and show
+a warning in the statusicon (mostly affects Windows)
+  + Fix an issue where changing the case of a file name that will
+be synced to Windows or Mac would result in a no longer
+syncable project
+  + Add a Try Again action underneath every error reported in the
+statusicon to force a retry
+  + Always sync to the default git branch even when it's not named
+master (e.g. gh-pages)
+  + Fix unicode characters displaying weirdly in the event log
+- Changes from version 0.9.7:
+  + Remove Growl and use native OS X notifications
+  + Treat underscores in project names as spaces for the folder
+names
+  + Allow periods . in project names
+  + Depend on git = 1.7.12
+  + Fix Mac unicode compatibility (could cause duplicate files or
+folders between different platforms)
+
+---

Old:

  sparkleshare-linux-0.9.6.tar.gz

New:

  sparkleshare-linux-1.0.0.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.Z9cF6E/_old  2013-01-10 15:15:42.0 +0100
+++ /var/tmp/diff_new_pack.Z9cF6E/_new  2013-01-10 15:15:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sparkleshare
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define with_translations 0
 
 Name:   sparkleshare
-Version:0.9.6
+Version:1.0.0
 Release:0
 Summary:A file sharing and collaboration tool
 License:GPL-3.0+

++ sparkleshare-linux-0.9.6.tar.gz - sparkleshare-linux-1.0.0.tar.gz ++
 5852 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sparkleshare for openSUSE:Factory

2012-11-13 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2012-11-13 09:44:13

Comparing /work/SRC/openSUSE:Factory/sparkleshare (Old)
 and  /work/SRC/openSUSE:Factory/.sparkleshare.new (New)


Package is sparkleshare, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2012-10-22 22:10:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2012-11-13 09:44:23.0 +0100
@@ -1,0 +2,31 @@
+Wed Nov  7 21:03:56 UTC 2012 - g...@opensuse.org
+
+- Update to version 0.9.6:
+  + Show link code and Copy button on last tutorial page
+  + Fix crash when the SparkleShare folder is on an unmounted
+drive
+  + Fix crash of the event log on Windows
+  + Keep Continue button in the same place on each tutorial page
+  + Remove dock icon badging on Mac now that Mountain Lion has
+a notification queue
+  + Fix Show all link not working in event log
+  + Fix wrong version number in the Windows about dialog
+  + Fix some problems with encrypted projects
+  + Fix .sparkleshare file not always being hidden on Windows
+  + Fix Open files button when an encrypted project has been
+added
+  + Fix a crash of the event log on Windows
+  + Remove Nautilus extension
+  + Restore previous revisions of files from the event log
+  + Fix Mac file system watcher not always triggering
+  + Add symbolic icon for GNOME 3
+  + New Bitbucket and default user icon
+  + For encrypted projects, use a different salt for each project
+- Drop and obsolete nautilus-sparkleshare sunpackage, following
+  upstreams removal of the nautilus extension.
+- Drop python-nautilus-devel BuildRequires: it was only needed for
+  the nautilus extension.
+- Change license tag to GPL-3.0+, which is the license specified
+  in the source files.
+
+---

Old:

  sparkleshare-linux-0.9.3.tar.gz

New:

  sparkleshare-linux-0.9.6.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.OPLjk4/_old  2012-11-13 09:44:24.0 +0100
+++ /var/tmp/diff_new_pack.OPLjk4/_new  2012-11-13 09:44:24.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-%define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
 %define with_translations 0
 
 Name:   sparkleshare
-Version:0.9.3
+Version:0.9.6
 Release:0
 Summary:A file sharing and collaboration tool
-License:GPL-3.0
+License:GPL-3.0+
 Group:  Productivity/Archiving/Backup
 Url:http://sparkleshare.org
 Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-linux-%{version}.tar.gz
@@ -34,7 +33,6 @@
 %endif
 BuildRequires:  mono-devel
 BuildRequires:  nant
-BuildRequires:  python-nautilus-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-sharp-2.0) = 2.12.2
 BuildRequires:  pkgconfig(gtk-sharp-2.0) = 2.12.2
@@ -44,6 +42,7 @@
 Requires:   gvfs
 Requires:   mono-core
 Requires:   openssh
+Obsoletes:  nautilus-sparkleshare  %{version}
 Recommends: %{name}-lang
 %if ! %{with_translations}
 Obsoletes:  %{name}-lang  %{version}
@@ -64,28 +63,6 @@
 backup tool, it may be useful for other kinds of purposes as well, like
 backing up small files or monitoring your favourite project.
 
-%package -n nautilus-sparkleshare
-Summary:A file sharing and collaboration tool -- Nautilus extension
-Group:  Productivity/Archiving/Backup
-Requires:   %{name} = %{version}
-Requires:   python-nautilus
-Supplements:packageand(%{name}:nautilus)
-
-%description -n nautilus-sparkleshare
-SparkleShare is a file sharing and collaboration tool inspired by Dropbox.
-
-SparkleShare isn't just a piece of software, it's part of your workflow.
-It's designed to make sharing documents and collaboration easier,
-and to make peers aware of what you are doing. It allows you to instantly
-sync with any Git repository you have access to. The user interface and
-features are made to support this goal.
-
-Though SparkleShare is not made to be a graphical frontend for git or a
-backup tool, it may be useful for other kinds of purposes as well, like
-backing up small files or monitoring your favourite project.
-
-This package provides a nautilus extension for sparkleshare.
-
 %if with_translations
 %lang_package
 %endif
@@ -120,10 +97,12 @@
 %post
 %desktop_database_post
 %icon_theme_cache_post
+%icon_theme_cache_post gnome
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun gnome
 
 %files
 %defattr(-,root,root)
@@ -132,13 +111,13 @@
 

commit sparkleshare for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2012-10-22 22:10:03

Comparing /work/SRC/openSUSE:Factory/sparkleshare (Old)
 and  /work/SRC/openSUSE:Factory/.sparkleshare.new (New)


Package is sparkleshare, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2012-01-25 12:19:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2012-10-22 22:10:05.0 +0200
@@ -1,0 +2,58 @@
+Mon Oct 15 18:09:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.9.3:
+  + Fix endless loop when adding empty folders
+  + Fix freeze when adding lots of files
+  + Fix using hosts with a non-standard SSH port
+  + Fix receiving of notification service message after the first
+one
+  + New non-animating status icons
+  + More descriptive error reporting in the status icon
+  + Add link to debug log in the about dialog
+  + Use port 443 on the notification service to work better in
+restricted networks
+
+---
+Fri Sep 21 22:14:22 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 0.9.2:
+  + fixes a crash that can happen after adding a new project as
+well ssh-agent sometimes not starting in Windows
+  + parallel builds disabled in %build; currently broken
+- Changes from version 0.9.1:
+  + use HTTPS to fetch gravatars
+  +mWebsite links in the about dialog
+  + Scalable custom folder icon in Nautilus 3.x
+  + Default host user is now storage instead of git
+  + Create crash reports in ~/SparkleShare when things go wrong
+  + New Windows folder icons
+  + Project folders can now be renamed in the file manager
+  + Resizable event log on Mac
+  + Fix some bugs in conflict resolution mechanis
+- Changes from version 0.9.0:
+  + Experimental client side encryption using OpenSSL's AES
+  + Allow setting custom paths in config.xml
+  + Ship host keys of default plugins and verify on project add
+  + Don't touch the user's ~/.ssh/config to configure SSH
+  + Make fetching remote project's history optional
+  + Cached logs for faster event log loading/switching
+  + Sort event log file entries by time
+  + Change default notification service to use port 80
+  + Show backend error message(s) when on failed project add
+  + Update Growl framework to version 1.3.1: A separate Growl is no
+longer needed and ready for Mountain Lion's notifications
+  + Monochrome appindicator icons on Ubuntu
+  + For changes of the latest 0.8.x releases, see News.txt
+- Do not package the Ubuntu icon themes
+- Drop help-C.tar.bz2 source: there is currently no support for
+  translations and/or help.
+- Introduce with_translations defines:
+  + Conditionally create a lang-package and call find_lang only
+when with_translations is set to 1. Sparkleshare since 0.9.0
+does not come with any translations after the large rewrite
+  + If translations are not enabled, do not BuildRequire intltools
+and gnome-doc-utils-devel.
+  + If with_translations is set to 0, Obsolete/prove the -lang
+package from the main package (to have a clean update logic).
+
+---

Old:

  help-C.tar.bz2
  sparkleshare-0.8.0.tar.gz

New:

  sparkleshare-linux-0.9.3.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.Brtqma/_old  2012-10-22 22:10:07.0 +0200
+++ /var/tmp/diff_new_pack.Brtqma/_new  2012-10-22 22:10:07.0 +0200
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
+%define with_translations 0
 
 Name:   sparkleshare
-Version:0.8.0
+Version:0.9.3
 Release:0
 Summary:A file sharing and collaboration tool
 License:GPL-3.0
 Group:  Productivity/Archiving/Backup
 Url:http://sparkleshare.org
-Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
-# Help files missing from tarball, again
-Source1:help-C.tar.bz2
+Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-linux-%{version}.tar.gz
 BuildRequires:  fdupes
+%if %{with_translations}
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
+%endif
 BuildRequires:  mono-devel
 BuildRequires:  nant
 BuildRequires:  python-nautilus-devel
@@ -43,6 +45,10 @@
 Requires:   mono-core
 Requires:   openssh
 Recommends: %{name}-lang
+%if ! %{with_translations}
+Obsoletes:  %{name}-lang  %{version}
+Provides:   %{name}-lang = 

commit sparkleshare for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2012-01-25 12:19:21

Comparing /work/SRC/openSUSE:Factory/sparkleshare (Old)
 and  /work/SRC/openSUSE:Factory/.sparkleshare.new (New)


Package is sparkleshare, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2012-01-05 19:15:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2012-01-25 12:19:22.0 +0100
@@ -1,0 +2,24 @@
+Mon Jan 23 07:40:00 UTC 2012 - vu...@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.
+
+---

Old:

  sparkleshare-0.6.0.tar.gz

New:

  help-C.tar.bz2
  sparkleshare-0.8.0.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.IgfLym/_old  2012-01-25 12:19:24.0 +0100
+++ /var/tmp/diff_new_pack.IgfLym/_new  2012-01-25 12:19:24.0 +0100
@@ -15,37 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
 
 Name:   sparkleshare
-Version:0.6.0
+Version:0.8.0
 Release:0
 Summary:A file sharing and collaboration tool
 License:GPL-3.0
 Group:  Productivity/Archiving/Backup
 Url:http://sparkleshare.org
 Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
+# Help files missing from tarball, again
+Source1:help-C.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtk-sharp2
 BuildRequires:  intltool
 BuildRequires:  mono-devel
 BuildRequires:  nant
-BuildRequires:  ndesk-dbus
-BuildRequires:  ndesk-dbus-glib-devel
-BuildRequires:  notify-sharp
 BuildRequires:  python-nautilus-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  webkit-sharp
+BuildRequires:  pkgconfig(glib-sharp-2.0) = 2.12.2
+BuildRequires:  pkgconfig(gtk-sharp-2.0) = 2.12.2
+BuildRequires:  pkgconfig(notify-sharp)
+BuildRequires:  pkgconfig(webkit-sharp-1.0)
 Requires:   git-core = 1.7.1
-Requires:   gtk-sharp2
 Requires:   gvfs
 Requires:   mono-core
-Requires:   ndesk-dbus
-Requires:   notify-sharp
 Requires:   openssh
-Requires:   webkit-sharp
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -86,7 +82,7 @@
 
 %lang_package
 %prep
-%setup -q
+%setup -q -a1
 if [ -x AUTHORS ]; then
   chmod a-x AUTHORS LICENSE NEWS
 else

++ sparkleshare-0.6.0.tar.gz - sparkleshare-0.8.0.tar.gz ++
 16391 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sparkleshare for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2012-01-05 19:15:55

Comparing /work/SRC/openSUSE:Factory/sparkleshare (Old)
 and  /work/SRC/openSUSE:Factory/.sparkleshare.new (New)


Package is sparkleshare, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2011-09-23 12:46:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2012-01-05 19:15:57.0 +0100
@@ -1,0 +2,51 @@
+Mon Jan  2 09:35:34 UTC 2012 - dims...@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 - dims...@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 - dims...@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 - dims...@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.
+
+---

Old:

  sparkleshare-0.2.5.tar.gz

New:

  sparkleshare-0.6.0.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.Al0moY/_old  2012-01-05 19:15:58.0 +0100
+++ /var/tmp/diff_new_pack.Al0moY/_new  2012-01-05 19:15:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sparkleshare
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
 
 Name:   sparkleshare
-Version:0.2.5
-Release:1
-License:GPL-3.0
+Version:0.6.0
+Release:0
 Summary:A file sharing and collaboration tool
-Url:http://sparkleshare.org
+License:GPL-3.0
 Group:  Productivity/Archiving/Backup
+Url:http://sparkleshare.org
 Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -63,7 +63,6 @@
 backing up small files or monitoring your favourite project.
 
 %package -n nautilus-sparkleshare
-License:GPLv3
 Summary:A file sharing and collaboration tool -- Nautilus extension
 Group:  Productivity/Archiving/Backup
 Requires:   %{name} = %{version}
@@ -88,6 +87,12 @@
 %lang_package
 %prep
 %setup -q
+if [ -x AUTHORS ]; then
+  chmod a-x AUTHORS LICENSE NEWS
+else
+  echo The AUTHORS files is no longer executable. You can drop this hack
+  /bin/false
+fi
 
 %build
 %configure
@@ -118,7 +123,9 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS README
+%doc AUTHORS LICENSE NEWS
+%dir %{_datadir}/gnome/help/sparkleshare
+%doc %{_datadir}/gnome/help/sparkleshare/C/
 %{_bindir}/sparkleshare
 %{_datadir}/applications/sparkleshare.desktop
 %{_datadir}/icons/hicolor/*/*/*.png
@@ -128,7 +135,7 @@
 
 %files -n nautilus-sparkleshare
 %defattr(-,root,root)
-%{pynautilusextdir}/sparkleshare-nautilus-extension.py
+%{pynautilusextdir}/sparkleshare-nautilus3-extension.py
 
 %files lang -f %{name}.lang
 


commit sparkleshare for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory
checked in at Mon Sep 5 17:54:32 CEST 2011.




--- GNOME/sparkleshare/sparkleshare.changes 2011-07-02 20:46:13.0 
+0200
+++ sparkleshare/sparkleshare.changes   2011-09-02 15:57:54.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep  2 13:57:17 UTC 2011 - vu...@opensuse.org
+
+- Fix typo in GenericName we add to sparkleshare.desktop.
+  Fix bnc#631745.
+
+---
+Tue Jul 26 09:33:58 CEST 2011 - vu...@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.
+
+---

calling whatdependson for head-i586


Old:

  sparkleshare-0.2.4.tar.gz

New:

  sparkleshare-0.2.5.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.bFSAPz/_old  2011-09-05 17:16:01.0 +0200
+++ /var/tmp/diff_new_pack.bFSAPz/_new  2011-09-05 17:16:01.0 +0200
@@ -19,13 +19,13 @@
 %define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
 
 Name:   sparkleshare
-Version:0.2.4
+Version:0.2.5
 Release:1
 License:GPL-3.0
 Summary:A file sharing and collaboration tool
 Url:http://sparkleshare.org
 Group:  Productivity/Archiving/Backup
-Source: 
http://cloud.github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
+Source: 
https://github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-sharp2
@@ -96,7 +96,7 @@
 %install
 %makeinstall
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file -G Syncrhonization Tool %{name} FileTransfer
+%suse_update_desktop_file -G Synchronization Tool %{name} FileTransfer
 %fdupes %{buildroot}%{_datadir}
 
 %clean

++ sparkleshare-0.2.4.tar.gz - sparkleshare-0.2.5.tar.gz ++
 26958 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sparkleshare for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory
checked in at Wed Aug 3 17:35:28 CEST 2011.




--- GNOME/sparkleshare/sparkleshare.changes 2011-05-09 01:03:00.0 
+0200
+++ /mounts/work_src_done/STABLE/sparkleshare/sparkleshare.changes  
2011-07-02 20:46:13.0 +0200
@@ -1,0 +2,48 @@
+Fri Jul  1 15:25:17 CEST 2011 - malcolmle...@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 - malcolmle...@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 - vu...@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.
+
+---

calling whatdependson for head-i586


Old:

  sparkleshare-0.2-rc1.tar.gz

New:

  sparkleshare-0.2.4.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.xtFTD4/_old  2011-08-03 17:34:26.0 +0200
+++ /var/tmp/diff_new_pack.xtFTD4/_new  2011-08-03 17:34:26.0 +0200
@@ -16,16 +16,16 @@
 #
 
 
+%define pynautilusextdir %(pkg-config --variable=pythondir 
nautilus-python)
 
 Name:   sparkleshare
-Version:0.1.99_0.2.rc1
+Version:0.2.4
 Release:1
-%define _version 0.2-rc1
-License:GPLv3
+License:GPL-3.0
 Summary:A file sharing and collaboration tool
 Url:http://sparkleshare.org
 Group:  Productivity/Archiving/Backup
-Source: %{name}-%{_version}.tar.gz
+Source: 
http://cloud.github.com/downloads/hbons/SparkleShare/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-sharp2
@@ -38,7 +38,7 @@
 BuildRequires:  python-nautilus-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  webkit-sharp
-Requires:   git-core = 1.7
+Requires:   git-core = 1.7.1
 Requires:   gtk-sharp2
 Requires:   gvfs
 Requires:   mono-core
@@ -87,7 +87,7 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q
 
 %build
 %configure
@@ -119,20 +119,16 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS README
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/%{name}/
-%doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/sparkleshare
 %{_datadir}/applications/sparkleshare.desktop
-%{_datadir}/icons/hicolor/*/apps/folder-sparkleshare.png
+%{_datadir}/icons/hicolor/*/*/*.png
 %{_datadir}/sparkleshare/
 %{_libdir}/sparkleshare/
 %{_mandir}/man1/sparkleshare.1*
 
 %files -n nautilus-sparkleshare
 %defattr(-,root,root)
-%{_libdir}/nautilus/extensions-2.0/python/sparkleshare-nautilus-extension.py
+%{pynautilusextdir}/sparkleshare-nautilus-extension.py
 
 %files lang -f %{name}.lang
 

++ sparkleshare-0.2-rc1.tar.gz - sparkleshare-0.2.4.tar.gz ++
 149234 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sparkleshare for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory
checked in at Mon May 16 11:29:51 CEST 2011.




--- GNOME/sparkleshare/sparkleshare.changes 2011-02-12 20:27:22.0 
+0100
+++ /mounts/work_src_done/STABLE/sparkleshare/sparkleshare.changes  
2011-05-09 01:03:00.0 +0200
@@ -1,0 +2,16 @@
+Mon May  9 00:58:52 CEST 2011 - vu...@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.
+
+---

calling whatdependson for head-i586


Old:

  sparkleshare-0.2-beta1.tar.bz2

New:

  sparkleshare-0.2-rc1.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.pWYEOv/_old  2011-05-16 11:29:10.0 +0200
+++ /var/tmp/diff_new_pack.pWYEOv/_new  2011-05-16 11:29:10.0 +0200
@@ -18,24 +18,26 @@
 
 
 Name:   sparkleshare
-Version:0.1.99_0.2.beta1
-Release:4
-%define _version 0.2-beta1
+Version:0.1.99_0.2.rc1
+Release:1
+%define _version 0.2-rc1
 License:GPLv3
 Summary:A file sharing and collaboration tool
 Url:http://sparkleshare.org
 Group:  Productivity/Archiving/Backup
-Source: %{name}-%{_version}.tar.bz2
+Source: %{name}-%{_version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-sharp2
 BuildRequires:  intltool
 BuildRequires:  mono-devel
+BuildRequires:  nant
 BuildRequires:  ndesk-dbus
 BuildRequires:  ndesk-dbus-glib-devel
 BuildRequires:  notify-sharp
 BuildRequires:  python-nautilus-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  webkit-sharp
 Requires:   git-core = 1.7
 Requires:   gtk-sharp2
 Requires:   gvfs
@@ -43,6 +45,7 @@
 Requires:   ndesk-dbus
 Requires:   notify-sharp
 Requires:   openssh
+Requires:   webkit-sharp
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -123,7 +126,6 @@
 %{_bindir}/sparkleshare
 %{_datadir}/applications/sparkleshare.desktop
 %{_datadir}/icons/hicolor/*/apps/folder-sparkleshare.png
-%{_datadir}/pixmaps/side-splash.png
 %{_datadir}/sparkleshare/
 %{_libdir}/sparkleshare/
 %{_mandir}/man1/sparkleshare.1*






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org