Hello community,

here is the log from the commit of package cmake for openSUSE:Factory
checked in at Tue Aug 2 08:50:05 CEST 2011.



--------
--- cmake/cmake-gui.changes     2010-11-11 15:08:11.000000000 +0100
+++ /mounts/work_src_done/STABLE/cmake/cmake-gui.changes        2011-07-29 
18:20:24.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 29 16:19:45 UTC 2011 - pu...@novell.com
+
+- update to 2.8.5 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+-------------------------------------------------------------------
--- cmake/cmake.changes 2011-04-04 16:49:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/cmake/cmake.changes    2011-07-29 
18:20:25.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jul 29 16:19:27 UTC 2011 - pu...@novell.com
+
+- update to 2.8.5 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+-------------------------------------------------------------------
+Tue Apr  5 10:49:54 UTC 2011 - pu...@novell.com
+
+- use --no-system-libarchive for openSUSE < 11.3 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  cmake-2.8.4.tar.bz2

New:
----
  cmake-2.8.5.tar.gz

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

Other differences:
------------------
++++++ cmake-gui.spec ++++++
--- /var/tmp/diff_new_pack.LOsi0h/_old  2011-08-02 08:49:29.000000000 +0200
+++ /var/tmp/diff_new_pack.LOsi0h/_new  2011-08-02 08:49:29.000000000 +0200
@@ -19,12 +19,12 @@
 
 
 Name:           cmake-gui
-Version:        2.8.4
+Version:        2.8.5
 Release:        1
 License:        BSD3c
 Group:          Development/Tools/Building
 Url:            http://www.cmake.org/
-Source0:        cmake-%{version}.tar.bz2
+Source0:        http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
 Patch4:         cmake-disable-builtin-chrpath.diff
 Summary:        CMake graphical user interface
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,10 +39,12 @@
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
-BuildRequires:  libarchive-devel
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
+%if 0%{?suse_version} > 1130
+BuildRequires:  libarchive-devel
+%endif
 Requires:       cmake
 
 %description
@@ -67,7 +69,15 @@
     --datadir=/share/cmake \
     --docdir=/share/doc/packages/cmake \
     --mandir=/share/man \
+%if 0%{?suse_version} > 1130
     --system-libs \
+%else
+    --system-curl \
+    --system-expat \
+    --system-zlib \
+    --system-bzip2 \
+    --no-system-libarchive \
+%endif
     --parallel=0%jobs \
     --qt-gui
 make VERBOSE=1 %{?jobs:-j %jobs}

++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.LOsi0h/_old  2011-08-02 08:49:29.000000000 +0200
+++ /var/tmp/diff_new_pack.LOsi0h/_new  2011-08-02 08:49:29.000000000 +0200
@@ -19,12 +19,12 @@
 
 
 Name:           cmake
-Version:        2.8.4
+Version:        2.8.5
 Release:        1
 License:        BSD3c
 Group:          Development/Tools/Building
 Url:            http://www.cmake.org/
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch4:         cmake-disable-builtin-chrpath.diff
 # Should appear in cmake-2.8.3
 Summary:        Cross-platform, open-source make system
@@ -39,10 +39,12 @@
 %endif
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libarchive-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
+%if 0%{?suse_version} > 1130
+BuildRequires:  libarchive-devel
+%endif
 Requires:       make
 
 %description
@@ -64,7 +66,15 @@
     --datadir=/share/%{name} \
     --docdir=/share/doc/packages/%{name} \
     --mandir=/share/man \
+%if 0%{?suse_version} > 1130
     --system-libs \
+%else
+    --system-curl \
+    --system-expat \
+    --system-zlib \
+    --system-bzip2 \
+    --no-system-libarchive \
+%endif
     --parallel=0%jobs \
     --no-qt-gui
 make VERBOSE=1 %{?jobs:-j %jobs}


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



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