Hello community,

here is the log from the commit of package abook for openSUSE:Factory checked 
in at 2015-10-30 13:44:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abook (Old)
 and      /work/SRC/openSUSE:Factory/.abook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abook"

Changes:
--------
--- /work/SRC/openSUSE:Factory/abook/abook.changes      2015-06-23 
11:57:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.abook.new/abook.changes 2015-10-30 
13:44:02.000000000 +0100
@@ -1,0 +2,41 @@
+Mon Oct 26 23:14:46 UTC 2015 - [email protected]
+
+- Update to version 0.6.1
+  * support for mouse
+  * scrolling now affects the viewport instead of the cursor
+  * support for a colored UI
+  * added "groups" as a default field
+  * the UI now supports merging selected entries [key M]
+    and removing duplicates [key U]
+  * a "custom" output filter allows the specification of an output
+    format using placeholders
+  * search-next is now bound to "/" too
+  * some output filters can now be used in the context
+    of --mutt-query. This is the case of "vcard" and "custom"
+    [ no --query option has been created and --mutt-query is fully
+      backward compatible ]
+  * ldif output filter has been fixed [output modified] in multiple
+    ways, does not force output to latin1 anymore and supports input
+    from stdin.
+  * vcard input/output support:
+    An original input filter implementation was provided soon
+       after 0.6.0pre2.
+    In 2012, an optional build-time option to link against libvformat
+    was added for the very same task: parsing vcard.
+    - It depends on the --enable-vformat ./configure switch
+    - It's only used as an input filter, especially useful to
+      deal with multi-valued fields and encoded characters.
+  * when the UI requests a confirmation from the user before a
+    destructive operation it does not treat unknown key as "yes" anymore.
+  * allcsv output changes:
+    - header line uses lowercase
+    - "MOBILEPHONE" column name changed to "mobile" (consistent w.r.t.
+      standard_fields)
+    - defined custom fields as well are part of the output now
+- Remove abook_vcard_import.patch; fixed on upstream release
+- Split out language files into their own package
+- Add autoconf and automake dependencies; automake is required by
+  the configure script itself and autoconf is needed to run
+  autoreconf
+
+-------------------------------------------------------------------

Old:
----
  abook-0.6.0pre2.tar.bz2
  abook_vcard_import.patch

New:
----
  abook-0.6.1.tar.gz

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

Other differences:
------------------
++++++ abook.spec ++++++
--- /var/tmp/diff_new_pack.LCuF8y/_old  2015-10-30 13:44:03.000000000 +0100
+++ /var/tmp/diff_new_pack.LCuF8y/_new  2015-10-30 13:44:03.000000000 +0100
@@ -17,16 +17,18 @@
 
 
 Name:           abook
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
+Recommends:     %{name}-lang
 Summary:        Text-based addressbook program
 License:        GPL-2.0+
 Group:          Productivity/Other
-Version:        0.6.0pre2
+Version:        0.6.1
 Release:        0
-Source:         http://abook.sourceforge.net/devel/%{name}-%{version}.tar.bz2
-Patch0:         abook_vcard_import.patch
+Source:         http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz
 Url:            http://abook.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -34,25 +36,29 @@
 Abook is a text-based addressbook program designed to
 use with mutt mail client.
 
+%lang_package
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 
 %build
+autoreconf -fiv
 export CFLAGS="%{optflags} -fgnu89-inline"
 %configure
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README THANKS TODO sample.abookrc
 %{_bindir}/abook
 %{_mandir}/man1/abook.*
 %{_mandir}/man5/abookrc.*
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog


Reply via email to