Hello community,

here is the log from the commit of package pan for openSUSE:Factory checked in 
at 2012-10-19 13:34:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pan (Old)
 and      /work/SRC/openSUSE:Factory/.pan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pan", Maintainer is "dr...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pan/pan.changes  2012-04-20 15:19:23.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.pan.new/pan.changes     2012-10-19 
13:34:06.000000000 +0200
@@ -1,0 +2,44 @@
+Mon Jul 23 02:50:41 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.139:
+  + std::logic_error thrown ("basic_string::_S_construct null not
+    valid") (bgo#678445)
+  + Added error popup for posting to a disabled server.
+  + Patches to SSL socket handling.
+  + Clear last-visited (group/article) on middle-click.
+  + Updated translations.
+- Changes from version 0.138:
+  + Hotkey for showing/hiding signatures in the article body.
+    (bgo#350496)
+  + Keep position on selected item on re-order. (bgo#443702)
+  + Remember last read post. (bgo#448416)
+  + Open url in browser. (bgo#464335)
+  + Signature printed double when line needs to be wrapped.
+    (bgo#533178)
+  + Tasks marked "Stopped" should also remain stopped when pan is
+    restarted. (bgo#543319)
+  + "Save at" options other then %g and %G. (bgo#550007)
+  + Filter Cross-posters. (bgo#587585)
+  + pan 136 using secure ssl and get continuous popups for certs
+    but no  connection. (bgo#673927)
+  + PO message very difficult to translate. (bgo#675953)
+  + Pan crashes while fetching new headers. (bgo#677741)
+  + Updated translations.
+- Changes from version 0.137:
+  + Bugfix release for errors regarding segfaults etc. with thread
+    handling.
+  + Colorize group names.
+  + Fix three-horizontal-pane layout between sessions.
+  + Stop tasks when there is no space left on device.
+  + Honour default attachments folder setting if group folder is
+    not set.
+  + Updated translations.
+- Drop pan-fix-warnings.patch and pan-gtkspell3.patch, fixed
+  upstream.
+- Remove ref to (bgo#669403) fixed upstream.
+- Added upstream bugref to patchtag (bgo#680468).
+- Pass --enable-gkr to configure, it's set to auto-off if not.
+- Pass --enable-libnotify to configure, it's set to off if not.
+- Pass --with-dbus to configure, it's set to off if not.
+
+-------------------------------------------------------------------

Old:
----
  pan-0.136.tar.bz2
  pan-fix-warnings.patch
  pan-gtkspell3.patch

New:
----
  pan-0.139.tar.bz2

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

Other differences:
------------------
++++++ pan.spec ++++++
--- /var/tmp/diff_new_pack.Ho4LOm/_old  2012-10-19 13:34:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Ho4LOm/_new  2012-10-19 13:34:09.000000000 +0200
@@ -16,23 +16,19 @@
 #
 
 
-## Fix for bnc#725971 and bnc#728311 - prefer building with GTK2. - Upstream: 
bgo#669402 and bgo#669403
+## Fix for bnc#728311 - prefer building with GTK2. - Upstream: bgo#669403.
 %define favor_gtk2 1
 
 Name:           pan
-Version:        0.136
+Version:        0.139
 Release:        0
 Summary:        A Powerful Newsreader for GNOME
 License:        GPL-2.0+
 Group:          Productivity/Networking/News/Clients
 Url:            http://pan.rebelbase.com/
-Source:         
http://pan.rebelbase.com/download/releases/0.136/source/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM fix-desktop-file-11.0.diff -- validate desktop file
+Source:         
http://pan.rebelbase.com/download/releases/%{version}/source/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM fix-desktop-file-11.0.diff bgo#680468 -- validate desktop 
file
 Patch0:         fix-desktop-file-11.0.diff
-# PATCH-FIX-UPSTREAM pan-fix-warnings.patch bgo#673820 vu...@opensuse.org -- 
Fix gcc warnings breaking the build
-Patch1:         pan-fix-warnings.patch
-# PATCH-FIX-UPSTREAM pan-gtkspell3.patch bgo#669402 zai...@opensuse.org -- 
Make configure look for the right pkgconfig name for gtkspell3.
-Patch2:         pan-gtkspell3.patch 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-patch-translation
@@ -47,8 +43,8 @@
 %endif
 %if 0%{?suse_version} >= 1210
 BuildRequires:  pkgconfig(gnome-keyring-1) >= 3.2.0
-%endif
 BuildRequires:  pkgconfig(gnutls) >= 2.12.10
+%endif
 %if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtkspell-2.0) >= 2.0.7
@@ -74,8 +70,6 @@
 translation-update-upstream
 gnome-patch-translation-prepare
 %patch0
-%patch1 -p1
-%patch2 -p1
 gnome-patch-translation-update
 # needed for patch0
 rm pan.desktop
@@ -85,7 +79,12 @@
 %if !(0%{?favor_gtk2})
         --with-gtk3 \
 %endif
-        --with-gnutls
+%if 0%{?suse_version} >= 1210
+        --with-gnutls \
+%endif        
+        --with-dbus \
+        --enable-gkr \
+        --enable-libnotify
 make %{?_smp_mflags}
 
 %install
@@ -97,17 +96,11 @@
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} > 1130
-
 %post
 %desktop_database_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr(-,root,root)

++++++ pan-0.136.tar.bz2 -> pan-0.139.tar.bz2 ++++++
++++ 20502 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to