Hello community,

here is the log from the commit of package pan for openSUSE:Factory
checked in at Tue Jun 28 09:22:09 CEST 2011.



--------
--- GNOME/pan/pan.changes       2011-05-30 20:31:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/pan/pan.changes        2011-06-27 
17:22:39.000000000 +0200
@@ -1,0 +2,28 @@
+Mon Jun 27 16:41:33 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.135:
+  + Improve URI detection in the body pane.
+  + Make highlighting of URIs in the body pane optional.
+  + Add a newsrc autosave timer.
+  + Fix mailto URI encoding. (bgo#648375)
+  + Create a NZB file from the list of articles.
+  + Optional compatibility with GTK+ 3.
+  + Fix the text-massager-test failure. (bgo#642746)
+  + Support format=flowed in text-massager.
+  + Guess deliberate line breaks.
+  + Saving articles from the NZB file no longer causes articles to
+    be queued multiple times.
+  + Separate line length check for each quote level. Should only be
+    for quoted levels.
+  + Add the wrap selected option to the post editor.
+  + Slightly improve Pan.ico. (bgo#499214)
+  + Updated translations.
+- Drop pan-0.134-handle-nzb-multipart.patch: fixed upstream.
+- Use favor_gtk2 to switch between gtk2 and gtk3 builds. Changes
+  for gtk3 build:
+  + use pkgconfig(gtk+-3.0) instead of pkgconfig(gtk+-2.0), and do
+    not use pkgconfig(gtkspell-2.0) as gtkspell requires gtk2.
+  + pass --with-gtk3 to configure.
+- Drop call to autoreconf, which is not needed by anything.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  pan-0.134-handle-nzb-multipart.patch
  pan-0.134.tar.bz2

New:
----
  pan-0.135.tar.bz2

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

Other differences:
------------------
++++++ pan.spec ++++++
--- /var/tmp/diff_new_pack.T7b6yf/_old  2011-06-28 09:21:29.000000000 +0200
+++ /var/tmp/diff_new_pack.T7b6yf/_new  2011-06-28 09:21:29.000000000 +0200
@@ -18,8 +18,8 @@
 
 
 Name:           pan
-Version:        0.134
-Release:        2
+Version:        0.135
+Release:        1
 License:        GPLv2+
 Summary:        A Powerful Newsreader for GNOME
 Url:            http://pan.rebelbase.com/
@@ -27,16 +27,18 @@
 Source:         
http://pan.rebelbase.com/download/releases/0.134/source/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM fix-desktop-file-11.0.diff -- validate desktop file
 Patch0:         fix-desktop-file-11.0.diff
-# PATCH-FIX-UPSTREAM pan-0.134-handle-nzb-multipart.patch bnc#685759 
daniel.r...@novell.com -- fix nzb handling of multipart messages
-Patch1:         pan-0.134-handle-nzb-multipart.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gmime-2.4)
+%if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtkspell-2.0)
+%else
+BuildRequires:  pkgconfig(gtk+-3.0)
+%endif
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -49,15 +51,17 @@
 %setup -q
 translation-update-upstream
 %patch0
-%patch1
 sed -i -e "s,sr@Latn,sr@latin," configure
 sed -i -e "s,sr@Latn,sr@latin," po/LINGUAS
 sed -i -e "s,sr@Latn,sr@latin," pan.desktop
 mv po/s...@latn.po po/s...@latin.po
 
 %build
-autoreconf -fi
+%if 0%{?favor_gtk2}
 %configure
+%else
+%configure --with-gtk3
+%endif
 make %{?_smp_mflags}
 
 %install

++++++ pan-0.134.tar.bz2 -> pan-0.135.tar.bz2 ++++++
++++ 13517 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to