Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2012-02-29 14:12:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vino (Old)
 and      /work/SRC/openSUSE:Factory/.vino.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vino", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vino/vino.changes        2012-02-21 
12:26:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-02-29 
14:12:27.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Feb 28 15:42:24 CET 2012 - [email protected]
+
+- Add missing pkgconfig(xtst) BuildRequires: it used to be
+  automatically brought in before the xorg-x11 packaging changes.
+- Add libjpeg-devel / libgcrypt-devel BuildRequires: those were
+  missing, which meant we didn't have some important features.
+- Add explicit switches to configure to ensure features are not
+  lost by accident: --enable-ipv6 --with-telepathy --with-libnotify
+  --with-network-manager --with-gnome-keyring --with-gnutls
+  --with-gcrypt --with-avahi --with-zlib --with-jpeg.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vino.spec ++++++
--- /var/tmp/diff_new_pack.1KqgoM/_old  2012-02-29 14:12:28.000000000 +0100
+++ /var/tmp/diff_new_pack.1KqgoM/_new  2012-02-29 14:12:28.000000000 +0100
@@ -29,7 +29,9 @@
 BuildRequires:  gnutls-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libgnome-keyring-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  telepathy-glib-devel
@@ -38,6 +40,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(xtst)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -53,6 +56,16 @@
 %build
 %configure\
     --libexecdir=%{_libexecdir}/vino \
+    --enable-ipv6 \
+    --with-telepathy \
+    --with-libnotify \
+    --with-network-manager \
+    --with-gnome-keyring \
+    --with-gnutls \
+    --with-gcrypt \
+    --with-avahi \
+    --with-zlib \
+    --with-jpeg \
     --enable-http-server=yes
 %__make %{?jobs:-j%jobs} V=1
 


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to