Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2016-03-09 15:17:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psi+ (Old)
 and      /work/SRC/openSUSE:Factory/.psi+.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psi+"

Changes:
--------
--- /work/SRC/openSUSE:Factory/psi+/psi+.changes        2015-12-03 
13:32:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2016-03-09 
16:48:50.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Mar  7 16:28:33 UTC 2016 - jsl...@suse.com
+
+- update to 20160304
+  * updated translations
+  * some bugfixes
+  * 2 new plugins: enummessages messagefilter
+- remove: proper-activate.patch (really not needed)
+
+-------------------------------------------------------------------

Old:
----
  proper-activate.patch
  psi+-20151120.tar.xz

New:
----
  psi+-20160304.tar.xz

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

Other differences:
------------------
++++++ psi+.spec ++++++
--- /var/tmp/diff_new_pack.tFmCZp/_old  2016-03-09 16:48:51.000000000 +0100
+++ /var/tmp/diff_new_pack.tFmCZp/_new  2016-03-09 16:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package psi+
 #
-# 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
@@ -22,14 +22,13 @@
 
 Name:           psi+
 Url:            https://github.com/psi-plus
-Version:        20151120
+Version:        20160304
 Release:        0
 Summary:        Jabber client using Qt
 License:        GPL-2.0+
 Group:          Productivity/Networking/Talk/Clients
 Source0:        psi+-%{version}.tar.xz
 Source1:        psi-plus-l10n-1.tar.xz
-Patch1:         proper-activate.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell-devel
 BuildRequires:  fdupes
@@ -57,8 +56,8 @@
 BuildRequires:  libqca2-devel
 BuildRequires:  libqt4-devel >= 4.7.0
 %endif
-BuildRequires:  libtidy-devel
 BuildRequires:  libXScrnSaver-devel
+BuildRequires:  libtidy-devel
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -201,6 +200,18 @@
 user can set Psi+ to tell others that the user is running Miranda on Windows
 instead of Psi+ on Linux.
 
+%package plugins-enummessagesplugin
+Summary:        Plugin for Psi
+Group:          Productivity/Networking/Talk/Clients
+Requires:       %{name} = %{version}
+
+%description plugins-enummessagesplugin
+The plugin is designed to enumerate messages, adding the messages numbers in
+chat logs and notification of missed messages.
+
+Supports per contact on / off message enumeration via the buttons on the chats
+toolbar.
+
 %package plugins-icqdieplugin
 Summary:        Plugin for Psi
 Group:          Productivity/Networking/Talk/Clients
@@ -210,6 +221,14 @@
 This plugin is designed to help you transfer as many contacts as possible from
 ICQ to Jabber.
 
+%package plugins-messagefilterplugin
+Summary:        Plugin for Psi
+Group:          Productivity/Networking/Talk/Clients
+Requires:       %{name} = %{version}
+
+%description plugins-messagefilterplugin
+A Psi plugin for filtering messages.
+
 %package plugins-watcherplugin
 Summary:        Plugin for Psi
 Group:          Productivity/Networking/Talk/Clients
@@ -332,8 +351,6 @@
 
 %prep
 %setup -q -b 1
-# hopefully not needed
-#%%patch1 -p1
 
 %if 0%{?with_qt5}
 sed -i 's@\<lrelease\>@&-qt5@' ../psi-plus-l10n-1/update-repo.sh
@@ -349,10 +366,12 @@
 # generic/urlwatcher does not build (yet)
 GENERIC_PLUGINS="attentionplugin autoreplyplugin birthdayreminderplugin
        captchaformsplugin cleanerplugin clientswitcherplugin
-       conferenceloggerplugin contentdownloaderplugin extendedmenuplugin
+       conferenceloggerplugin contentdownloaderplugin enummessagesplugin
+       extendedmenuplugin
        extendedoptionsplugin gmailserviceplugin gnupgplugin gomokugameplugin
        historykeeperplugin chessplugin icqdieplugin imageplugin
-       jabberdiskplugin juickplugin otrplugin pepchangenotifyplugin
+       jabberdiskplugin juickplugin messagefilterplugin otrplugin
+       pepchangenotifyplugin
        qipxstatusesplugin screenshotplugin skinsplugin stopspamplugin
        storagenotesplugin translateplugin videostatusplugin watcherplugin"
 UNIX_PLUGINS="gnome3supportplugin"
@@ -491,6 +510,14 @@
 %defattr(-,root,root)
 %{pluginspath}/libclientswitcherplugin.so
 
+%files plugins-enummessagesplugin
+%defattr(-,root,root)
+%{pluginspath}/libenummessagesplugin.so
+
+%files plugins-messagefilterplugin
+%defattr(-,root,root)
+%{pluginspath}/libmessagefilterplugin.so
+
 %files plugins-watcherplugin
 %defattr(-,root,root)
 %{pluginspath}/libwatcherplugin.so

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tFmCZp/_old  2016-03-09 16:48:51.000000000 +0100
+++ /var/tmp/diff_new_pack.tFmCZp/_new  2016-03-09 16:48:51.000000000 +0100
@@ -3,7 +3,7 @@
     <param name="url">git://github.com/psi-plus/psi-plus-snapshots.git</param>
     <param name="scm">git</param>
     <param name="filename">psi+</param>
-    <param name="versionformat">%ad</param>
+    <param name="versionformat">%cd</param>
   </service>
   <service mode="localonly" name="tar_scm">
     <param name="url">git://github.com/psi-plus/psi-plus-l10n.git</param>

++++++ psi+-20151120.tar.xz -> psi+-20160304.tar.xz ++++++
/work/SRC/openSUSE:Factory/psi+/psi+-20151120.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20160304.tar.xz differ: char 25, line 
1

++++++ psi-plus-l10n-1.tar.xz ++++++
++++ 14691 lines of diff (skipped)


Reply via email to