Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2016-04-22 16:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-03-29 
09:55:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes     2016-04-22 
16:16:51.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Apr 16 12:57:14 UTC 2016 - astie...@suse.com
+
+- cmake 3.5.2:
+  * Fix lookup of an ALIAS target outside aliased target's directory
+  * Rename local target lookup methods to clarify purpose
+  * cmFortranParser: Skip #line directives that do not name files
+  * Ninja: Fix detection of custom command symbolic outputs
+  * Ninja: Restat custom command byproducts even with a SYMBOLIC output 
(#16049)
+  * ASM: Add missing <INCLUDES> placeholder for "compile" rules
+
+-------------------------------------------------------------------
cmake.changes: same change

Old:
----
  cmake-3.5.1-SHA-256.txt
  cmake-3.5.1-SHA-256.txt.asc
  cmake-3.5.1.tar.gz

New:
----
  cmake-3.5.2-SHA-256.txt
  cmake-3.5.2-SHA-256.txt.asc
  cmake-3.5.2.tar.gz

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

Other differences:
------------------
++++++ cmake-gui.spec ++++++
--- /var/tmp/diff_new_pack.W23RXk/_old  2016-04-22 16:16:52.000000000 +0200
+++ /var/tmp/diff_new_pack.W23RXk/_new  2016-04-22 16:16:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cmake-gui
-Version:        3.5.1
+Version:        3.5.2
 Release:        0
 Summary:        CMake graphical user interface
 License:        BSD-3-Clause
@@ -39,19 +39,21 @@
 BuildRequires:  libarchive-devel >= 3.0.2
 BuildRequires:  libexpat-devel
 BuildRequires:  openssl-devel
-BuildRequires:  python-sphinx
-BuildRequires:  update-desktop-files
-BuildRequires:  zlib-devel
 # this is commented as it would create dependancy cycle between jsoncpp and 
cmake
 #if 0%{?suse_version} > 1320
 #BuildRequires:  pkgconfig(jsoncpp)
 #endif
+BuildRequires:  pkg-config
+BuildRequires:  python-sphinx
+BuildRequires:  update-desktop-files
+BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(liblzma)
 Requires:       cmake
 Recommends:     cmake-man
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1320
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(Qt5Widgets)
 %else
 BuildRequires:  libqt4-devel
@@ -81,6 +83,7 @@
 EXTRA_FLAGS="--qt-gui"
 export CXXFLAGS="%{optflags}"
 export CFLAGS="$CXXFLAGS"
+# FIXME: you should use the %%configure macro
 ./configure \
     --prefix=%{_prefix} \
     --datadir=/share/cmake \
@@ -102,7 +105,7 @@
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_libdir}/cmake
 %suse_update_desktop_file CMake Development IDE Tools Qt
 # delete files that belong to the 'cmake' package

++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.W23RXk/_old  2016-04-22 16:16:52.000000000 +0200
+++ /var/tmp/diff_new_pack.W23RXk/_new  2016-04-22 16:16:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cmake
-Version:        3.5.1
+Version:        3.5.2
 Release:        0
 Summary:        Cross-platform, open-source make system
 License:        BSD-3-Clause
@@ -40,20 +40,21 @@
 BuildRequires:  curl-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libarchive-devel >= 3.0.2
+BuildRequires:  libbz2-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  zlib-devel
 # this is commented as it would create dependancy cycle between jsoncpp and 
cmake
 #if 0%{?suse_version} > 1320
 #BuildRequires:  pkgconfig(jsoncpp)
 #endif
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(liblzma)
 Requires:       make
 Requires:       python-base
 Recommends:     cmake-mans
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libarchive-devel >= 3.0.2
-BuildRequires:  libbz2-devel
 
 %description
 CMake is a cross-platform, open-source build system
@@ -71,6 +72,7 @@
 %build
 export CXXFLAGS="%{optflags}"
 export CFLAGS="%{optflags}"
+# FIXME: you should use the %%configure macro
 ./configure \
     --prefix=%{_prefix} \
     --datadir=/share/%{name} \
@@ -87,7 +89,7 @@
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_libdir}/cmake
 find %{buildroot}%{_datadir}/cmake -type f -print0 | xargs -0 chmod 644
 # rpm macros

++++++ cmake-3.5.1-SHA-256.txt -> cmake-3.5.2-SHA-256.txt ++++++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.5.1-SHA-256.txt    2016-03-29 
09:55:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-3.5.2-SHA-256.txt       
2016-04-22 16:16:51.000000000 +0200
@@ -1,14 +1,14 @@
-a01c25b90296cabbeeca85c2258336e6ccefc36f93589b4d32af6cd95646a83f  
cmake-3.5.1-Darwin-x86_64.dmg
-3f14c8d627275415824bd9a001fe544e45f6953909e533e075e1ee96cd69b312  
cmake-3.5.1-Darwin-x86_64.tar.Z
-ba981bb8db55ebe5b0ee830f52ece68435e484a9e46e4a6bd83abc69d9d48a4e  
cmake-3.5.1-Darwin-x86_64.tar.gz
-f9dfc288ff37c1bba995a76498953166f7ed32570e2947309817e4a76f1aba7e  
cmake-3.5.1-Linux-i386.sh
-e47aa53ca7f11c89367431d5634bbbcbaff883103cd1503233593f86e970cb08  
cmake-3.5.1-Linux-i386.tar.Z
-3c892ae5b9d6ae63205b925fb0a460747844ea3f6b6b50dbb3134e61f1d380bc  
cmake-3.5.1-Linux-i386.tar.gz
-557209cfc8713a8226074d31a64b43b7a42b495416c7ebe387abc9cb20f1b341  
cmake-3.5.1-Linux-x86_64.sh
-de8886f348603f09ffc751729f9197d9fa7e2a32135b459e3e560cc3b14d2444  
cmake-3.5.1-Linux-x86_64.tar.Z
-e8f94a57a95c6a4cbe0fe05b5d16a7b78bf67c77fcec14f0834303a06a6244b0  
cmake-3.5.1-Linux-x86_64.tar.gz
-d8ab3b5dd6ba6de6c88f676dc78bbc83aa3a5ffcdc0aa7b59a8007eeceb15241  
cmake-3.5.1-win32-x86.msi
-02cbd8e8bd105d2314170b6a2959b9a5d043a8d45a97f5cbe6e46413b26dcf6c  
cmake-3.5.1-win32-x86.zip
-9b5d032648b427d282ceb91bf5a5e9b38c248d6ad842d3fc5e820710414c3241  
cmake-3.5.1.tar.Z
-93d651a754bcf6f0124669646391dd5774c0fc4d407c384e3ae76ef9a60477e8  
cmake-3.5.1.tar.gz
-57e494f323d033840c717d51172db6c37be4c41d1096003d5766da4a38e80473  
cmake-3.5.1.zip
+630a9a930518c840c931f6d54b6bdd87693072c1291f1c63e6b9474c351e0b80  
cmake-3.5.2-Darwin-x86_64.dmg
+ce96b92eef838c7a568e89c841b95e07dd0ac39fe7a93f25b759bbfd9968eb62  
cmake-3.5.2-Darwin-x86_64.tar.Z
+0263be8f59ba1ae88172d5db769c2af69bcd8b2cbd4a9b1a981c406ce609a4ca  
cmake-3.5.2-Darwin-x86_64.tar.gz
+c0e8aef366791fe40ca0698a3a6a03b72bfcc541b2ba0e4a60fcfa0694ffa240  
cmake-3.5.2-Linux-i386.sh
+9b921b65d5e91ac315a00f15eed7e460716e9916247bd995a3e73a37db3b11eb  
cmake-3.5.2-Linux-i386.tar.Z
+053d158dfc1393ec2c4b7f142868b6c92b3e10297068c9ff73bc9e654821c304  
cmake-3.5.2-Linux-i386.tar.gz
+2999af0a9e0f8173fe84a494e8a7e183e81c3e57e95c0d867aa1c76af0269760  
cmake-3.5.2-Linux-x86_64.sh
+6eb6468b7c28c99f98dc9ff82b2a07b740f2f548f4c183eded1783240c564f1a  
cmake-3.5.2-Linux-x86_64.tar.Z
+5f7aeaebe33521647625e0411467de71a2886743e4aa2c179e04c9e141c6c8cd  
cmake-3.5.2-Linux-x86_64.tar.gz
+32a7d80fd69f37de7cbc03ce633d3d33cee16dd241145c0147ffc771306ac81e  
cmake-3.5.2-win32-x86.msi
+671073aee66b3480a564d0736792e40570a11e861bb34819bb7ae7858bbdfb80  
cmake-3.5.2-win32-x86.zip
+93d5cd50283fb661f21dfa586e91363952b023816aab647926a7172ac80ea6cd  
cmake-3.5.2.tar.Z
+92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a  
cmake-3.5.2.tar.gz
+43273227405d2f6f609d86e1c7cef4bd7d731193001316999640fabe93b2f557  
cmake-3.5.2.zip

++++++ cmake-3.5.1.tar.gz -> cmake-3.5.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/cmake/cmake-3.5.1.tar.gz 
/work/SRC/openSUSE:Factory/.cmake.new/cmake-3.5.2.tar.gz differ: char 5, line 1



Reply via email to