Hello community, here is the log from the commit of package parcellite for openSUSE:Factory checked in at 2012-12-21 10:31:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parcellite (Old) and /work/SRC/openSUSE:Factory/.parcellite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parcellite", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/parcellite/parcellite.changes 2012-02-14 19:04:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.parcellite.new/parcellite.changes 2012-12-21 10:31:38.000000000 +0100 @@ -1,0 +2,21 @@ +Wed Dec 19 11:02:14 UTC 2012 - [email protected] + +- new upstream version 1.0.2rc5 + * Fixed 100% CPU bug that occurs with certain clipboard data. + * Fixed list not staying at the top of the list. + * Added patch that corrects clipboard losing text data when app closes. + * Added more man page information. + * Created new icon ‘parcellite’ and added it to install. + * Moved newline to after elipsizing (thanks, Christian). + * Added right-click delete. + * Added history location + * Added search as you type. + * Added Data Size limt. + * Fixed build so dist-clean does not remove icons. + * Added wrapper p_strcmp so it builds with Gtk <2.16 + * and many many more +- removed parcellite-0.9.1-ld_fix.diff now in upstream code +- rebased parcellite-0.9.1-defaults.diff to apply +- added parcellite-1.0.2rc5-rpmlint_happy.patch to fix some compiler warnings + +------------------------------------------------------------------- Old: ---- parcellite-0.9.1-ld_fix.diff parcellite-0.9.2.tar.bz2 New: ---- parcellite-1.0.2rc5-rpmlint_happy.patch parcellite-1.0.2rc5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parcellite.spec ++++++ --- /var/tmp/diff_new_pack.mpIif4/_old 2012-12-21 10:31:40.000000000 +0100 +++ /var/tmp/diff_new_pack.mpIif4/_new 2012-12-21 10:31:40.000000000 +0100 @@ -15,21 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: parcellite -Version: 0.9.2 +Version: 1.0.2rc5 Release: 0 Summary: A lightweight GTK+ clipboard manager License: GPL-3.0+ Group: Productivity/Other Url: http://parcellite.sourceforge.net/ -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: parcellite-0.9.1-german.diff Patch1: parcellite-0.9.1-lxde-autostart.patch Patch2: parcellite-0.9.1-defaults.diff -Patch3: parcellite-0.9.1-ld_fix.diff # PATCH-FIX-UPSTREAM parcellite-0.9.2-fix-glib-includes.patch [email protected] -- Do not include glib/gtypes.h directly Patch4: parcellite-0.9.2-fix-glib-includes.patch +Patch5: parcellite-1.0.2rc5-rpmlint_happy.patch BuildRequires: automake BuildRequires: gnome-icon-theme BuildRequires: gtk2-devel >= 2.10.0 @@ -50,8 +51,8 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %patch4 -p1 +%patch5 -p1 %build autoreconf -fi @@ -62,11 +63,7 @@ %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -%if 0%suse_version > 1110 %define iconname edit-paste -%else -%define iconname gtk-paste -%endif install -m 644 \ /usr/share/icons/gnome/32x32/actions/%{iconname}.png \ $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png @@ -77,14 +74,11 @@ %clean rm -rf $RPM_BUILD_ROOT -%if 0%{?suse_version} >= 1140 - %post %desktop_database_post %postun %desktop_database_postun -%endif %files -f %{name}.lang %defattr(-,root,root,-) @@ -92,7 +86,7 @@ %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/%{name}.png +%{_datadir}/pixmaps/%{name}.* %{_mandir}/man1/* %changelog ++++++ parcellite-0.9.1-defaults.diff ++++++ --- /var/tmp/diff_new_pack.mpIif4/_old 2012-12-21 10:31:40.000000000 +0100 +++ /var/tmp/diff_new_pack.mpIif4/_new 2012-12-21 10:31:40.000000000 +0100 @@ -1,12 +1,7 @@ -change some defaults: -- monitor primary -- disable global key bindings - -Index: parcellite-0.9.2/src/preferences.h -=================================================================== ---- parcellite-0.9.2.orig/src/preferences.h -+++ parcellite-0.9.2/src/preferences.h -@@ -26,7 +26,7 @@ G_BEGIN_DECLS +diff -uNr old-parcellite-1.0.2rc5/src/preferences.h parcellite-1.0.2rc5/src/preferences.h +--- old-parcellite-1.0.2rc5/src/preferences.h 2011-09-10 01:02:32.000000000 +0200 ++++ parcellite-1.0.2rc5/src/preferences.h 2012-12-19 12:24:35.302718735 +0100 +@@ -26,7 +26,7 @@ #define INIT_MENU_KEY NULL #define DEF_USE_COPY TRUE @@ -15,7 +10,7 @@ #define DEF_SYNCHRONIZE FALSE #define DEF_SAVE_HISTORY TRUE #define DEF_HISTORY_LIMIT 25 -@@ -36,9 +36,9 @@ G_BEGIN_DECLS +@@ -36,9 +36,9 @@ #define DEF_REVERSE_HISTORY FALSE #define DEF_ITEM_LENGTH 50 #define DEF_ELLIPSIZE 2 @@ -27,4 +22,4 @@ +#define DEF_MENU_KEY "" #define DEF_NO_ICON FALSE - #define ACTIONS_FILE ".local/share/parcellite/actions" + #define ACTIONS_FILE "parcellite/actions" ++++++ parcellite-1.0.2rc5-rpmlint_happy.patch ++++++ diff -uNr old-parcellite-1.0.2rc5/src/main.c parcellite-1.0.2rc5/src/main.c --- old-parcellite-1.0.2rc5/src/main.c 2011-09-10 01:02:32.000000000 +0200 +++ parcellite-1.0.2rc5/src/main.c 2012-12-19 14:24:01.724585469 +0100 @@ -20,6 +20,9 @@ #include <config.h> #endif +#include <stdio.h>. +#include <unistd.h> +#include <sys/socket.h> #include <glib.h> #include <stdlib.h> #include <unistd.h> @@ -776,6 +779,7 @@ /*g_print("selection_active=%d\n",selection_active); */ /*g_print("Got selection_done\n"); */ gtk_widget_destroy((GtkWidget *)menushell); + return TRUE ; } /***************************************************************************/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
