Hello community,

here is the log from the commit of package libgsystem for openSUSE:Factory 
checked in at 2015-03-09 10:00:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgsystem (Old)
 and      /work/SRC/openSUSE:Factory/.libgsystem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgsystem"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgsystem/libgsystem.changes    2014-02-11 
10:30:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgsystem.new/libgsystem.changes       
2015-03-09 10:00:56.000000000 +0100
@@ -1,0 +2,18 @@
+Wed Jan 28 11:00:54 UTC 2015 - [email protected]
+
+- Update to version v2015.1:
+  + fsutils: Add two small APIs for opendirat()
+  + fileutil: Add new API to iterate over a directory with *at system calls
+  + shutil: Change rm_rf() to use new GSDirFdIterator, and add *at variant
+  + localalloc: Add gs_fd_close cleanup
+  + gsystem-errors.h: Add gs_set_error_from_errno()
+  + Port internal users to new gs_set_error_from_errno()
+  + Release 2014.3
+  + libgsystem: Add gs_fd_get_all_xattrs
+  + fileutils: Consistently use O_CLOEXEC
+  + Release 2015.1
+- Introduce _build_from_vcs defines, set to 1. Conditionally
+  BuildRequire gnome-common and call autogen.sh, as the current
+  tarnall is a git checkout.
+
+-------------------------------------------------------------------

Old:
----
  libgsystem-2014.1.tar.xz

New:
----
  _service
  _servicedata
  libgsystem-2015.1.tar.xz

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

Other differences:
------------------
++++++ libgsystem.spec ++++++
--- /var/tmp/diff_new_pack.2ox42D/_old  2015-03-09 10:00:57.000000000 +0100
+++ /var/tmp/diff_new_pack.2ox42D/_new  2015-03-09 10:00:57.000000000 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package libgsystem
 #
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,14 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define _build_from_vcs 1
+
 Name:           libgsystem
-Version:        2014.1
+Version:        2015.1
 Release:        0
-License:        LGPL-2.0+
 Summary:        GIO-based library targeted for use by OS component
-Url:            https://wiki.gnome.org/Projects/LibGSystem
+License:        LGPL-2.0+
 Group:          System/Libraries
-Source:         
http://ftp.acc.umu.se/pub/GNOME/sources/libgsystem/2014.1/libgsystem-2014.1.tar.xz
+Url:            https://wiki.gnome.org/Projects/LibGSystem
+Source:         %{name}-%{version}.tar.xz
+%if %{_build_from_vcs}
+BuildRequires:  gnome-common
+%endif
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libattr-devel
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.34.0
@@ -100,6 +107,9 @@
 %setup -q
 
 %build
+%if %{_build_from_vcs}
+NOCONFIGURE=1 ./autogen.sh
+%endif
 %configure
 make %{?_smp_mflags}
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://git.gnome.org/libgsystem</param>
    <param name="scm">git</param>
    <param name="versionformat">2015.1</param>
    <param name="changesgenerate">enable</param>
    <param name="revision">refs/tags/v2015.1</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param name="url">git://git.gnome.org/libgsystem</param>
          <param 
name="changesrevision">d84aa25549057bc48ff632a01bc4f1052eca8133</param></service></servicedata>++++++
 libgsystem-2014.1.tar.xz -> libgsystem-2015.1.tar.xz ++++++
++++ 45431 lines of diff (skipped)

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

Reply via email to