Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2014-03-09 18:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2014-01-30 
19:14:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes     2014-03-09 
18:18:40.000000000 +0100
@@ -1,0 +2,14 @@
+Sat Mar  1 00:22:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 3.0.0~rc1
+  * First release candidate of 3.0.0 release, for more details, please
+    see http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html
+- Drop cmake-jni-ppc64le.patch and fix-check-for-freetype251.patch,
+  merged upstream
+- Added pkgconfig(bzip2) BuildRequires for bzip2 support
+- Rebase cmake-fix-ruby-test.patch to current release
+- All documentation is now available in rst format, and in
+  /usr/share/cmake/Help directory (including former man files),
+  see mentioned online changelog
+
+-------------------------------------------------------------------
cmake.changes: same change

Old:
----
  cmake-2.8.12.2.tar.gz
  cmake-jni-ppc64le.patch
  fix-check-for-freetype251.patch

New:
----
  cmake-3.0.0-rc1.tar.gz

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

Other differences:
------------------
++++++ cmake-gui.spec ++++++
--- /var/tmp/diff_new_pack.J48ktv/_old  2014-03-09 18:18:41.000000000 +0100
+++ /var/tmp/diff_new_pack.J48ktv/_new  2014-03-09 18:18:41.000000000 +0100
@@ -17,10 +17,11 @@
 
 
 Name:           cmake-gui
-Version:        2.8.12.2
+Version:        3.0.0~rc1
 Release:        0
+%define rversion 3.0.0-rc1
 Url:            http://www.cmake.org/
-Source0:        http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
+Source0:        http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz
 Summary:        CMake graphical user interface
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
@@ -40,6 +41,7 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(bzip2)
 
 Requires:       cmake
 
@@ -48,7 +50,7 @@
 open-source make system.
 
 %prep
-%setup -q -n cmake-%{version}
+%setup -q -n cmake-%{rversion}
 
 %build
 EXTRA_FLAGS="--qt-gui"
@@ -81,8 +83,6 @@
 rm -rf %{buildroot}/usr/share/cmake
 rm -rf %{buildroot}/usr/share/aclocal/cmake.m4
 rm -rf %{buildroot}/usr/share/doc/packages/cmake
-rm -rf %{buildroot}/usr/share/man/man1/{cmake,cmakecommands,cmakecompat}.1
-rm -rf 
%{buildroot}/usr/share/man/man1/{cmakemodules,cmakepolicies,cmakeprops,cmakevars,cpack,ctest}.1
 
 %files
 %defattr(-,root,root)
@@ -90,6 +90,5 @@
 %{_datadir}/applications/CMake.desktop
 %{_datadir}/mime/packages/cmakecache.xml
 %{_datadir}/pixmaps/CMakeSetup32.png
-%doc %{_mandir}/man1/cmake-gui.1.*
 
 %changelog

++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.J48ktv/_old  2014-03-09 18:18:41.000000000 +0100
+++ /var/tmp/diff_new_pack.J48ktv/_new  2014-03-09 18:18:41.000000000 +0100
@@ -17,17 +17,14 @@
 
 
 Name:           cmake
-Version:        2.8.12.2
+Version:        3.0.0~rc1
 Release:        0
+%define rversion 3.0.0-rc1
 Url:            http://www.cmake.org/
-Source0:        http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
+Source0:        http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz
 Source1:        cmake.macros
 Source2:        opensuse_rules.cmake
 Patch2:         cmake-fix-ruby-test.patch
-# PATCH-FIX-UPSTREAM fix-check-for-freetype251.patch -- 
http://www.cmake.org/Bug/view.php?id=13959, 
http://www.cmake.org/Bug/view.php?id=14601
-Patch3:         fix-check-for-freetype251.patch
-# PATCH-FIX-UPSTREAM cmake-jni-ppc64le.patch -- 
https://github.com/Kitware/CMake/pull/90
-Patch4:         cmake-jni-ppc64le.patch
 Summary:        Cross-platform, open-source make system
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
@@ -48,6 +45,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(bzip2)
 
 Requires:       make
 
@@ -55,10 +53,8 @@
 CMake is a cross-platform, open-source make system
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch2
-%patch3 -p1
-%patch4 -p1
+%setup -q -n %{name}-%{rversion}
+%patch2 -p1
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
@@ -85,7 +81,6 @@
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_libdir}/cmake
 find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
-cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
 # rpm macros
 install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/rpm/macros.cmake
 # buildrules
@@ -109,15 +104,5 @@
 %{_libdir}/cmake
 %{_datadir}/aclocal/cmake.m4
 %doc %{_datadir}/doc/packages/%{name}
-%doc %{_mandir}/man1/cmakepolicies.1.*
-%doc %{_mandir}/man1/cmake.1.*
-%doc %{_mandir}/man1/ctest.1.*
-%doc %{_mandir}/man1/ccmake.1.*
-%doc %{_mandir}/man1/cmakecommands.1.*
-%doc %{_mandir}/man1/cmakecompat.1.*
-%doc %{_mandir}/man1/cmakemodules.1.*
-%doc %{_mandir}/man1/cmakeprops.1.*
-%doc %{_mandir}/man1/cmakevars.1.*
-%doc %{_mandir}/man1/cpack.1.*
 
 %changelog

++++++ cmake-fix-ruby-test.patch ++++++
--- /var/tmp/diff_new_pack.J48ktv/_old  2014-03-09 18:18:41.000000000 +0100
+++ /var/tmp/diff_new_pack.J48ktv/_new  2014-03-09 18:18:41.000000000 +0100
@@ -1,6 +1,6 @@
---- Modules/FindRuby.cmake.orig        2013-05-18 15:29:53.805033064 +0200
-+++ Modules/FindRuby.cmake     2013-05-18 15:30:21.605683563 +0200
-@@ -102,7 +102,7 @@
+--- cmake-3.0.0-rc1.orig/Modules/FindRuby.cmake        2014-02-26 
16:41:21.000000000 +0100
++++ cmake-3.0.0-rc1/Modules/FindRuby.cmake     2014-03-01 02:17:02.602227025 
+0100
+@@ -113,7 +113,7 @@ if(RUBY_EXECUTABLE  AND NOT  RUBY_VERSIO
     _RUBY_CONFIG_VAR("sitelibdir" RUBY_SITELIB_DIR)
  
     # vendor_ruby available ?

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

Reply via email to