Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package parcellite for openSUSE:Factory 
checked in at 2024-05-13 17:58:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parcellite (Old)
 and      /work/SRC/openSUSE:Factory/.parcellite.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parcellite"

Mon May 13 17:58:25 2024 rev:34 rq:1173607 version:1.2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/parcellite/parcellite.changes    2024-02-29 
21:52:11.126001795 +0100
+++ /work/SRC/openSUSE:Factory/.parcellite.new.1880/parcellite.changes  
2024-05-13 17:59:03.520035398 +0200
@@ -1,0 +2,28 @@
+Mon May 13 09:01:30 UTC 2024 - Michael Vetter <mvet...@suse.com>
+
+- Switch to https://github.com/rickyrockrat/parcellite
+  by the same person but containing newer tags than sf
+- Update to 1.2.2:
+  * Added Makefile.simple as a fix before changing autodiscover build system.
+  * Fixed issue with systemd logging output.
+  * Fixed bug with zero length history file.
+  * Added Disable clear history.
+  * Added manual Unity setting.
+  * Added save_history_Lineno preference for save as option
+  * Added fifo command to save history. echo "save_history
+    /path/to/file" >/home/user/.local/share/parcellite/fifo_cmd
+  * Fixed bug where single and double quotes are lost when using xdotool
+    and keyboard input.
+- Update to 1.2.3:
+  * Added top_builddir definition for some intltools.
+  * Added basque translation.
+- Update to 1.2.4.0:
+  * Fixed span parse error for preferenced dialog.
+  * Move icon menu up 150 so it is not over systray, and history to top if not 
set in pref.
+  * Attempt to fix xdotool segfaulting when passed mis-matched quotes. This 
may break xdotool deps.
+  * Added install-bin, install-doc, and install-lang to support Alpine's 
sparse packages.
+- Update parcellite-1.1.7-defaults.patch
+- Add parcellite-1.2.4.0-simple.patch to remove non existing header
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  parcellite-1.2.1.tar.gz

New:
----
  1.2.4.0.tar.gz
  parcellite-1.2.4.0-simple.patch

BETA DEBUG BEGIN:
  New:- Update parcellite-1.1.7-defaults.patch
- Add parcellite-1.2.4.0-simple.patch to remove non existing header
- Run spec-cleaner
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ parcellite.spec ++++++
--- /var/tmp/diff_new_pack.qnhjpV/_old  2024-05-13 17:59:04.048054663 +0200
+++ /var/tmp/diff_new_pack.qnhjpV/_new  2024-05-13 17:59:04.052054809 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package parcellite
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,23 @@
 
 
 Name:           parcellite
-Version:        1.2.1
+Version:        1.2.4.0
 Release:        0
 Summary:        A lightweight GTK+ clipboard manager
 License:        GPL-3.0-or-later
 Group:          Productivity/Other
-URL:            http://parcellite.sourceforge.net/
-Source:         
https://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
+URL:            https://github.com/rickyrockrat/parcellite
+Source:         
https://github.com/rickyrockrat/parcellite/archive/refs/tags/%{version}.tar.gz
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- tweak default settings.
-Patch0:         %{name}-1.1.7-defaults.patch
-Patch1:         %{name}-1.1.9_no_kde_start.patch
+Patch0:         parcellite-1.1.7-defaults.patch
+Patch1:         parcellite-1.1.9_no_kde_start.patch
+Patch2:         parcellite-1.2.4.0-simple.patch
 BuildRequires:  automake
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool >= 0.23
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.10.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # needed for auto-paste
 Requires:       xdotool
 
@@ -50,14 +51,14 @@
 %build
 autoreconf -fi
 %configure
-make %{?_smp_mflags}
+%make_build
 sed -i -e '/^Icon/s/=.*/=parcellite/' data/parcellite.desktop
 
 %install
 %make_install
 mkdir -p %{buildroot}%{_datadir}/pixmaps
 install -m 644 \
-       /usr/share/icons/gnome/32x32/actions/edit-paste.png \
+       %{_datadir}/icons/gnome/32x32/actions/edit-paste.png \
        %{buildroot}%{_datadir}/pixmaps/%{name}.png
 %find_lang %{name}
 %suse_update_desktop_file -r -G "Clipboard Manager" %{name} GTK GNOME Utility 
DesktopUtility
@@ -70,8 +71,8 @@
 %desktop_database_postun
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README NEWS
+%license COPYING
+%doc AUTHORS ChangeLog README NEWS
 %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop

++++++ parcellite-1.2.1.tar.gz -> 1.2.4.0.tar.gz ++++++
++++ 61305 lines of diff (skipped)

++++++ parcellite-1.1.7-defaults.patch ++++++
--- /var/tmp/diff_new_pack.qnhjpV/_old  2024-05-13 17:59:04.260062398 +0200
+++ /var/tmp/diff_new_pack.qnhjpV/_new  2024-05-13 17:59:04.264062544 +0200
@@ -1,8 +1,8 @@
-Index: parcellite-1.1.7/src/preferences.c
+Index: parcellite-1.2.4.0/src/preferences.c
 ===================================================================
---- parcellite-1.1.7.orig/src/preferences.c
-+++ parcellite-1.1.7/src/preferences.c
-@@ -24,7 +24,7 @@
+--- parcellite-1.2.4.0.orig/src/preferences.c
++++ parcellite-1.2.4.0/src/preferences.c
+@@ -28,7 +28,7 @@ void setup_icon( void ); /**in main.c  *
  #define INIT_MENU_KEY         NULL
  
  #define DEF_USE_COPY          TRUE
@@ -11,7 +11,7 @@
  #define DEF_SYNCHRONIZE       FALSE
  #define DEF_SAVE_HISTORY      TRUE
  #define DEF_HISTORY_LIMIT     25
-@@ -35,10 +35,10 @@
+@@ -41,10 +41,10 @@ void setup_icon( void ); /**in main.c  *
  #define DEF_ITEM_LENGTH       50
  #define DEF_ITEM_LENGTH_MAX   200
  #define DEF_ELLIPSIZE         2
@@ -24,6 +24,6 @@
 +#define DEF_ACTIONS_KEY       ""
 +#define DEF_MENU_KEY          ""
  #define DEF_NO_ICON           FALSE
+ #define DEF_UNITY_ON          FALSE
  
- /**allow lower nibble to become the number of items of this type  */
 

++++++ parcellite-1.2.4.0-simple.patch ++++++
Index: parcellite-1.2.4.0/src/parcellite.h
===================================================================
--- parcellite-1.2.4.0.orig/src/parcellite.h
+++ parcellite-1.2.4.0/src/parcellite.h
@@ -22,7 +22,6 @@
 #include <gtk/gtk.h>
 #include <string.h>
 #include <unistd.h>
-#include <config.simple.h>
 #include <stdlib.h>
 #define PARCELLITE_PROG_NAME "parcellite"
 #define PARCELLITE_ICON PARCELLITE_PROG_NAME

Reply via email to