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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2012-01-05 19:15:57.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.Al0moY/_new  2012-01-05 19:15:58.000000000 +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
 

++++++ sparkleshare-0.2.5.tar.gz -> sparkleshare-0.6.0.tar.gz ++++++
++++ 77226 lines of diff (skipped)

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

Reply via email to