Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2012-10-12 08:06:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libproxy (Old)
 and      /work/SRC/openSUSE:Factory/.libproxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libproxy", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes        
2012-10-03 10:28:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2012-10-12 08:12:50.000000000 +0200
@@ -1,0 +2,29 @@
+Tue Oct  2 20:47:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.4.8:
+  + Only support standalone mozjs185 as mozilla js engine.
+  + Support building with javascritpcoregtk 1.5
+  + Support sending multiple results.
+  * Issues fixed:
+    - #166: Libproxy does not parse NO_PROXY correct when the line
+      contains spaces
+    - #164: If gconf's value is an empty list, pxgconf will make
+      /usr/bin/proxy wait forever
+    - #60: use lib js for embedded solutions
+    - #160: strdup and gethostbyname not declared on OSX 10.7
+    - #168: .pc file should be installed under OSX as well.
+    - #170: Also check for "Transfer-Encoding: chunked".
+    - #171: mozjs pacrunner: Fix parameters of dnsResolve_()
+    - #172: Allow to forcibly build pacrunner as module
+    - #173: Libproxy doesn't build with gcc 4.7
+    - #147: Use ${CMAKE_DL_LIBS} instead of assuming libdl is correct.
+    - #176: python bindings: guard the destructor.
+    - #177: Speed up importing of libproxy in python.
+- Drop upstream fixed patches:
+  + libproxy-javascriptcoregtk.patch
+  + libproxy-mozjs185.patch
+  + libproxy-trim-ignores.patch
+  + libproxy-gcc47.patch
+  + libproxy-force-bipr.patch
+
+-------------------------------------------------------------------
libproxy.changes: same change

Old:
----
  libproxy-0.4.7.tar.bz2
  libproxy-force-bipr.patch
  libproxy-gcc47.patch
  libproxy-javascriptcoregtk.patch
  libproxy-mozjs185.patch
  libproxy-trim-ignores.patch

New:
----
  libproxy-0.4.8.tar.gz

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

Other differences:
------------------
++++++ libproxy-plugins.spec ++++++
--- /var/tmp/diff_new_pack.DfWjNw/_old  2012-10-12 08:12:51.000000000 +0200
+++ /var/tmp/diff_new_pack.DfWjNw/_new  2012-10-12 08:12:51.000000000 +0200
@@ -33,29 +33,19 @@
 
 Name:           libproxy-plugins
 Summary:        Libproxy provides consistent proxy configuration to 
applications
-License:        GPL-2.0+ ; LGPL-2.1+
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/Libraries
-Version:        0.4.7
+Version:        0.4.8
 Release:        0
 %if 0%{?build_snapshot}
 %define _sourcename %{_name}
 %else
 %define _sourcename %{_name}-%{version}
 %endif
-Source:         http://libproxy.googlecode.com/files/%{_sourcename}.tar.bz2
+Source:         http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.gz
 # Script used for automatic snapshot updates
 Source98:       update-from-svn.sh
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM libproxy-javascriptcoregtk.patch dims...@opensuse.org -- 
Fix build with javascriptcoregtk3, which got split out of webkitgtk3. Patch 
from upstream svn.
-Patch0:         libproxy-javascriptcoregtk.patch
-# PATCH-FIX-UPSTREAM libproxy-mozjs185.patch vu...@opensuse.org -- Build with 
libmozjs185 instead of xulrunner. Patch from upstream svn.
-Patch1:         libproxy-mozjs185.patch
-# PATCH-FIX-UPSTREAM libproxy-trim-ignores.patch bnc#739069 
dims...@opensuse.org -- Trim strings in ignore list; taken from upstream svn, 
r821.
-Patch2:         libproxy-trim-ignores.patch
-# PATCH-FIX-UPSTREAM libproxy-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7. Taken from upstream svn, r833.
-Patch3:         libproxy-gcc47.patch
-# PATCH-FIX-UPSTREAM libproxy-force-bipr.patch bnc#759123 dims...@opensuse.org 
-- Allow to forcibly build pacrunners as modules, upstream r834
-Patch4:         libproxy-force-bipr.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -317,11 +307,6 @@
 
 %prep
 %setup -q -n %{_sourcename}
-%patch0 -p0
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
 mkdir build
 
 %build

++++++ libproxy.spec ++++++
--- /var/tmp/diff_new_pack.DfWjNw/_old  2012-10-12 08:12:51.000000000 +0200
+++ /var/tmp/diff_new_pack.DfWjNw/_new  2012-10-12 08:12:51.000000000 +0200
@@ -33,29 +33,19 @@
 
 Name:           libproxy
 Summary:        Libproxy provides consistent proxy configuration to 
applications
-License:        GPL-2.0+ ; LGPL-2.1+
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/Libraries
-Version:        0.4.7
+Version:        0.4.8
 Release:        0
 %if 0%{?build_snapshot}
 %define _sourcename %{_name}
 %else
 %define _sourcename %{_name}-%{version}
 %endif
-Source:         http://libproxy.googlecode.com/files/%{_sourcename}.tar.bz2
+Source:         http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.gz
 # Script used for automatic snapshot updates
 Source98:       update-from-svn.sh
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM libproxy-javascriptcoregtk.patch dims...@opensuse.org -- 
Fix build with javascriptcoregtk3, which got split out of webkitgtk3. Patch 
from upstream svn.
-Patch0:         libproxy-javascriptcoregtk.patch
-# PATCH-FIX-UPSTREAM libproxy-mozjs185.patch vu...@opensuse.org -- Build with 
libmozjs185 instead of xulrunner. Patch from upstream svn.
-Patch1:         libproxy-mozjs185.patch
-# PATCH-FIX-UPSTREAM libproxy-trim-ignores.patch bnc#739069 
dims...@opensuse.org -- Trim strings in ignore list; taken from upstream svn, 
r821.
-Patch2:         libproxy-trim-ignores.patch
-# PATCH-FIX-UPSTREAM libproxy-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7. Taken from upstream svn, r833.
-Patch3:         libproxy-gcc47.patch
-# PATCH-FIX-UPSTREAM libproxy-force-bipr.patch bnc#759123 dims...@opensuse.org 
-- Allow to forcibly build pacrunners as modules, upstream r834
-Patch4:         libproxy-force-bipr.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -317,11 +307,6 @@
 
 %prep
 %setup -q -n %{_sourcename}
-%patch0 -p0
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
 mkdir build
 
 %build

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

Reply via email to