Hello community,

here is the log from the commit of package gnome-vfs2 for openSUSE:Factory 
checked in at 2013-06-30 06:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-vfs2 (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-vfs2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-vfs2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-vfs2/gnome-vfs2.changes    2013-04-02 
11:47:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-vfs2.new/gnome-vfs2.changes       
2013-06-30 07:01:32.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jun 25 18:18:44 UTC 2013 - dims...@opensuse.org
+
+- Replace $(srcdir) for TESTS in Makefile.am with .. (breaks out
+  of tree builds, but we don't care that much).
+- Cleanup other obsolete version checks:
+  + Make -doc package unconditionally noarch (was > 11.2)
+  + No longer mess with incomplete languages (was <= 11.2)
+  + Drop hal-devel BuildRequires (was < 11.3)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-vfs2.spec ++++++
--- /var/tmp/diff_new_pack.wEs57L/_old  2013-06-30 07:01:33.000000000 +0200
+++ /var/tmp/diff_new_pack.wEs57L/_new  2013-06-30 07:01:33.000000000 +0200
@@ -28,9 +28,6 @@
 BuildRequires:  gnome-common
 BuildRequires:  gnome-patch-translation
 BuildRequires:  gtk-doc
-%if 0%{suse_version} < 1130
-BuildRequires:  hal-devel
-%endif
 BuildRequires:  intltool
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
@@ -50,7 +47,7 @@
 Group:          Development/Libraries/GNOME
 Url:            http://www.gnome.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         
ftp://ftp.gnome.org/pub/gnome/sources/%{_name}/2.20/%{_name}-%{version}.tar.bz2
+Source:         
ftp://ftp.gnome.org/pub/gnome/sources/%{_name}/2.24/%{_name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 Requires:       desktop-file-utils
 # PATCH-FEATURE-OPENSUSE gnome-vfs-url_handler_news.patch vu...@novell.com -- 
add news: url handler schema
@@ -89,24 +86,6 @@
 asynchronous file operations, a MIME type manipulation library, and
 other features.
 
-
-
-Authors:
---------
-    Elliot Lee <sopw...@redhat.com>
-    Miguel de Icaza  <mig...@nuclecu.unam.mx>
-    Maciej Stachowiak <m...@eazel.com>
-    Darin Adler <da...@bentspoon.com>
-    John Sullivan <sulli...@eazel.com>
-    Pavel Cisler <pa...@eazel.com>
-    Gene Ragan <g...@eazel.com>
-    Rebecca Schulman <rebe...@eazel.com>
-    Seth Nickel <s...@eazel.com>
-    Ian McKellar <y...@yakk.net.au>
-    Michael Meeks <mich...@ximian.com>
-    Dan Winship  <d...@ximian.com>
-    Mathieu Lacage  <math...@eazel.com>
-
 %package devel
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/GNOME
@@ -118,31 +97,11 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
---------
-            Elliot Lee <sopw...@redhat.com>
-            Miguel de Icaza  <mig...@nuclecu.unam.mx>
-            Maciej Stachowiak <m...@eazel.com>
-    Darin Adler <da...@bentspoon.com>
-    John Sullivan <sulli...@eazel.com>
-    Pavel Cisler <pa...@eazel.com>
-    Gene Ragan <g...@eazel.com>
-    Rebecca Schulman <rebe...@eazel.com>
-    Seth Nickel <s...@eazel.com>
-    Ian McKellar <y...@yakk.net.au>
-    Michael Meeks <mich...@ximian.com>
-    Dan Winship  <d...@ximian.com>
-    Mathieu Lacage  <math...@eazel.com>
-
 %package doc
 Summary:        Additional Package Documentation for gnome-vfs2
 Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
-%if 0%{?suse_version} >= 1120
 BuildArch:      noarch
-%endif
 
 %description doc
 GNOME VFS is the GNOME virtual file system. It is the foundation for
@@ -154,24 +113,6 @@
 
 This package contains additional documentation for the main package.
 
-
-
-Authors:
---------
-    Elliot Lee <sopw...@redhat.com>
-    Miguel de Icaza  <mig...@nuclecu.unam.mx>
-    Maciej Stachowiak <m...@eazel.com>
-    Darin Adler <da...@bentspoon.com>
-    John Sullivan <sulli...@eazel.com>
-    Pavel Cisler <pa...@eazel.com>
-    Gene Ragan <g...@eazel.com>
-    Rebecca Schulman <rebe...@eazel.com>
-    Seth Nickel <s...@eazel.com>
-    Ian McKellar <y...@yakk.net.au>
-    Michael Meeks <mich...@ximian.com>
-    Dan Winship  <d...@ximian.com>
-    Mathieu Lacage  <math...@eazel.com>
-
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
@@ -204,6 +145,8 @@
        tr '\1' '\n' >$po.new
        mv $po.new $po
 done
+# Fix build with automake 1.13, which does not like $(srcdir) in TESTS 
statements
+sed -i 's:$(srcdir)/auto-test:../auto-test:' test/Makefile.am
 
 %build
 gtkdocize --copy
@@ -219,9 +162,6 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 %find_lang gnome-vfs-2.0
 %find_gconf_schemas
 cat %{name}.schemas_list >%{name}.lst

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

Reply via email to