Hello community,

here is the log from the commit of package pidgin-birthday-reminder for 
openSUSE:Factory checked in at 2017-01-27 11:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pidgin-birthday-reminder (Old)
 and      /work/SRC/openSUSE:Factory/.pidgin-birthday-reminder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pidgin-birthday-reminder"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/pidgin-birthday-reminder/pidgin-birthday-reminder.changes
        2012-01-19 09:44:00.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.pidgin-birthday-reminder.new/pidgin-birthday-reminder.changes
   2017-02-03 18:55:48.154976983 +0100
@@ -1,0 +2,16 @@
+Fri Dec 23 11:13:30 UTC 2016 - [email protected]
+
+- Update to version 1.9 (changes since 1.7):
+  * Add support for SkypeWeb accounts.
+  * Remove protocol option when plugin is unloaded.
+  * Ship an AppStream metainfo file
+    (gh#kgraefe/pidgin-birthday-reminder#3).
+  * Re-scan buddies after three months.
+  * Add Greek translation.
+- Rename pidgin-birthday-reminder-lang to
+  pidgin-plugins-birthday-reminder-lang.
+- Require Pidgin of the exact or greater version.
+- Add tarball signing.
+- Spec cleanup.
+
+-------------------------------------------------------------------
@@ -16 +31,0 @@
-

Old:
----
  pidgin-birthday-reminder-1.7.tar.gz

New:
----
  pidgin-birthday-reminder-1.9.tar.gz
  pidgin-birthday-reminder-1.9.tar.gz.asc
  pidgin-birthday-reminder.keyring

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

Other differences:
------------------
++++++ pidgin-birthday-reminder.spec ++++++
--- /var/tmp/diff_new_pack.fMjIg5/_old  2017-02-03 18:55:48.514926437 +0100
+++ /var/tmp/diff_new_pack.fMjIg5/_new  2017-02-03 18:55:48.518925876 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package pidgin-birthday-reminder
 #
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Christoph Miebach <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,60 +13,71 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           pidgin-birthday-reminder
-Version:        1.7
-Release:        1
-License:        GPL-2.0+
+Version:        1.9
+Release:        0
 Summary:        Pidgin plugin to remind you of the birthdays of your buddies
-Url:            https://launchpad.net/pidgin-birthday-reminder
+License:        GPL-2.0+
 Group:          Productivity/Networking/Instant Messenger
-Source:         
http://launchpad.net/pidgin-birthday-reminder/trunk/1.7/+download/%{name}-%{version}.tar.gz
+Url:            https://github.com/kgraefe/pidgin-birthday-reminder
+Source:         
https://github.com/kgraefe/pidgin-birthday-reminder/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://github.com/kgraefe/pidgin-birthday-reminder/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
+Source2:        %{name}.keyring
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(pidgin) >= 2.6.0
+BuildRequires:  pidgin-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Pidgin Birthday Reminder reminds you of your buddies birthdays.
 Birthdays can be set by hand or be automatically filled-in for ICQ,
-MSN and XMPP protocols.
+Skype and XMPP protocols.
 
 %package -n pidgin-plugin-birthday-reminder
-License:        GPL-2.0+
 Summary:        Pidgin plugin to remind you of the birthdays of your buddies
 Group:          Productivity/Networking/Instant Messenger
-Requires:       pidgin
-Recommends:     %{name}-lang
-# Nice to have since it's not the upstream name, but also required to make 
lang package installable
+Recommends:     pidgin-plugin-birthday-reminder-lang
+# pidgin-birthday-reminder was last used in openSUSE 12.1.
 Provides:       %{name} = %{version}
+Obsoletes:      %{name} < %{version}
+# pidgin-birthday-reminder-lang was last used in openSUSE Leap 42.2.
+Obsoletes:      %{name}-lang < %{version}
+%requires_ge    pidgin
 
 %description -n pidgin-plugin-birthday-reminder
 Pidgin Birthday Reminder reminds you of your buddies birthdays.
 Birthdays can be set by hand or be automatically filled-in for ICQ,
-MSN and XMPP protocols.
+Skype and XMPP protocols.
+
+%lang_package -n pidgin-plugin-birthday-reminder
 
-%lang_package
 %prep
 %setup -q
 
 %build
-%configure --with-pic --disable-static
-make %{?_smp_mflags}
+%configure --disable-static
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 
 %files -n pidgin-plugin-birthday-reminder
-%defattr (-, root, root)
-%doc AUTHORS ChangeLog COPYING README
-%dir %{_datadir}/sounds/pidgin/
+%defattr (-,root,root)
+%doc AUTHORS ChangeLog COPYING
+%{_libdir}/pidgin/birthday_reminder.so
 %{_datadir}/pixmaps/pidgin/birthday_reminder/
+%dir %{_datadir}/sounds/pidgin/
 %{_datadir}/sounds/pidgin/birthday_reminder/
-%{_libdir}/pidgin/birthday_reminder.so
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.metainfo.xml
 
-%files lang -f %{name}.lang
+%files -n pidgin-plugin-birthday-reminder-lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++++++ pidgin-birthday-reminder-1.7.tar.gz -> 
pidgin-birthday-reminder-1.9.tar.gz ++++++
++++ 49864 lines of diff (skipped)

++++++ pidgin-birthday-reminder.keyring ++++++
pub   rsa2048 2012-09-10 [SC]
      9D72 193F F1DE 078B 1610  1B01 776C FD03 41DA F0A8
uid                 [ unknown] Konrad Gräfe <[email protected]>
sub   rsa2048 2012-09-10 [E]

-----BEGIN PGP PUBLIC KEY BLOCK-----

mQENBFBOGNMBCACYUF4P4WPSEbIvH4tuSjFTc65n0YwFy2rTJa6o1bgOygb4/0sT
8anQl8FI6THGrCHHow2Bx0XLRuAmpz1StU96VptaXdi7XhA3EaSoCqpJaQkRyttK
FO2nDtboPo4XDl0wGlZwYlQlUfT/cN7XjB064eoSLP28cEZr1nEFv3s1Lx+GobOt
BPACCugQcs4YJqTqKoNBY0P6ll26LpmV4w5DQFrFB3OJ/yu1PdZY6hnzl97B8tI/
0STOgBvPue0/xm0mfriNCWD5wTiYqwjqwGN8bu5d4yhgNM8N831MftgVcbUePGkO
Kzx6+aLGlat3Ez469artk0vng6Wc8CgZGItTABEBAAG0JEtvbnJhZCBHcsOkZmUg
PGtvbnJhZGdyYWVmZUBhb2wuY29tPokBOAQTAQIAIgUCUE4Y0wIbAwYLCQgHAwIG
FQgCCQoLBBYCAwECHgECF4AACgkQd2z9A0Ha8Kiaewf+PErGFHgWtB+bLPUt44Rl
jJo2eQAt83bVwfkIwyd7bJ90gAnTxu3/BmezNrFkLrrDr3CW4ZhwYF+1ZropgUHo
G/1psgk6jMjIIb9QzoWZkCx+folkfVKvS91AXdxDVJn246teP44PoJtOFusQQt+0
7Z8is0BJWzynhMiRyZbyZIEAk0xcah4Mk6KHIqe96OSvh/ohxWDjWIPhyigL8wPY
LOYW+JSB2pad0IVf+u9G1hN7go8vgspqE1eo45zqT1Ly1TUjTVk/M/NEgIniUQgT
siJGRegFFbuszQOTfZeMFtyNkme/JUxnctJezTGo8flQufDMcGVTXkY80SfIjTMd
qrkBDQRQThjTAQgA22KeSsOSdALzvnUfAPQ7jUVdVWpZ6C5fWxi/rqygDWD78Xue
rO2h8o1oim3CrSY19XLB1KMpHK5NikBuL1vomY/oYbHRIdlvww+XOj+f/EXGrcd1
MKTCi86shLSlWlNAezWgdg+gn9zy+vXlTzEeHi+anDG5KErqSHVaeYXnQfaWPlod
Q0OPj+LX0K6VU2p3+NYMj7N6+ExkLQ5+SHT+ej+2P47ENGp5o6M1IvlKfHaxpDM9
C4tIt+TH1FlzRNzQYR8C4y+8P9uQVROz+D50CJM4cZ4dwVsh0rpfCQ9KGV9xehjR
zLxC/l5j1Vj0JXNOLs1NxQ4UvYWEd1mVvUjfjwARAQABiQEfBBgBAgAJBQJQThjT
AhsMAAoJEHds/QNB2vCo9foH+wRn9Kt1ncK7Q0cNN1ttB4kVpjFaOMGmd7rlOwjL
6HZxqHWU1hstG7ZWNeMhMcVw4TarzwXA6UNY9ZNa9QKVcGXcCdqm3kYAtYvmsRRL
/b8XeOdx6+Y7OUVRb5iphM+i8ZlMENXE8HetBtDIIrFRH9kal9RmpOAp8CLFJfxn
M0sx3rbdeuBqG92wpPSbCD27vqhUTEK4vezK5QZ7Yaee42C1B8C+zlUspEwqEC7H
Q9E0R0X6L2/v3RT3ne+1Swr3uzB/CG/U8u2qh8rvVrFErKKqUsxdVYK7mHJVAK98
NRWrFCd7HiXRjdwRAk7pbmqTr69UgLnRgX4+OmdFmis6r7k=
=EVOR
-----END PGP PUBLIC KEY BLOCK-----

Reply via email to