Hello community,

here is the log from the commit of package cmake-fedora for openSUSE:Factory 
checked in at 2020-05-05 18:56:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake-fedora (Old)
 and      /work/SRC/openSUSE:Factory/.cmake-fedora.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake-fedora"

Tue May  5 18:56:22 2020 rev:2 rq:800239 version:2.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake-fedora/cmake-fedora.changes        
2019-11-08 15:27:14.359091827 +0100
+++ /work/SRC/openSUSE:Factory/.cmake-fedora.new.2738/cmake-fedora.changes      
2020-05-05 18:56:25.237545812 +0200
@@ -1,0 +2,7 @@
+Tue May  5 06:41:56 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 2.9.3:
+  * Fixed cmake-fedora-fedpkg failed to push to bodhi.
+  * Target tag_pre now depends on target module-only.
+
+-------------------------------------------------------------------

Old:
----
  cmake-fedora-2.9.2-Source.tar.gz

New:
----
  cmake-fedora-2.9.3.tar.gz

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

Other differences:
------------------
++++++ cmake-fedora.spec ++++++
--- /var/tmp/diff_new_pack.T25rxc/_old  2020-05-05 18:56:26.393548301 +0200
+++ /var/tmp/diff_new_pack.T25rxc/_new  2020-05-05 18:56:26.393548301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake-fedora
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           cmake-fedora
-Version:        2.9.2
+Version:        2.9.3
 Release:        0
 Summary:        CMake modules and scripts
 License:        BSD-3-Clause
 URL:            https://pagure.io/cmake-fedora
-Source0:        
https://releases.pagure.org/cmake-fedora/%{name}-%{version}-Source.tar.gz
+Source0:        
https://pagure.io/cmake-fedora/archive/%{version}/cmake-fedora-%{version}.tar.gz
 BuildRequires:  cmake >= 2.6.2
 Recommends:     %{name}-modules = %{version}-%{release}
 BuildArch:      noarch
@@ -42,9 +42,10 @@
 Fedora and EPEL.
 
 %prep
-%setup -q -n %{name}-%{version}-Source
+%autosetup
 
 %build
+touch .gitignore
 %cmake \
   -DCMAKE_FEDORA_ENABLE_FEDORA_BUILD=0 \
   -Wno-dev

++++++ cmake-fedora-2.9.2-Source.tar.gz -> cmake-fedora-2.9.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-fedora-2.9.2-Source/.gitignore 
new/cmake-fedora-2.9.3/.gitignore
--- old/cmake-fedora-2.9.2-Source/.gitignore    2017-07-10 08:06:06.000000000 
+0200
+++ new/cmake-fedora-2.9.3/.gitignore   1970-01-01 01:00:00.000000000 +0100
@@ -1,33 +0,0 @@
-*.sw[nop]
-*.o
-*.old
-*.orig
-*.so
-*~
-CMakeCache.txt
-CMakeFiles/
-cmake_*install.cmake
-CPack*Config.cmake
-_CPack_Packages/
-CTestTestfile.cmake
-Testing/
-install_manifest.txt
-Makefile
-*.gmo
-*.la
-*.lo
-*.loT
-*NO_PACK*
-SPECS/
-RPMS/
-SRPMS/
-BUILD/
-BUILDROOT/
-SOURCES/
-tags
-debug*s.list
-FedPkg
-bodhi.template
-*.tar.gz
-DEADJOE
-test/projects/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-fedora-2.9.2-Source/CMakeLists.txt 
new/cmake-fedora-2.9.3/CMakeLists.txt
--- old/cmake-fedora-2.9.2-Source/CMakeLists.txt        2017-07-26 
10:41:23.000000000 +0200
+++ new/cmake-fedora-2.9.3/CMakeLists.txt       2019-11-07 08:19:21.000000000 
+0100
@@ -131,6 +131,8 @@
     COMMAND ln -sf ${MODULE_ONLY_ARCHIVE} ${MODULE_ONLY_LATEST_ARCHIVE}
     )
 
+ADD_DEPENDENCIES(tag_pre module-only)
+
 ####################################################################
 # Release
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-fedora-2.9.2-Source/ChangeLog 
new/cmake-fedora-2.9.3/ChangeLog
--- old/cmake-fedora-2.9.2-Source/ChangeLog     2017-07-28 03:52:14.000000000 
+0200
+++ new/cmake-fedora-2.9.3/ChangeLog    2019-11-07 08:19:21.000000000 +0100
@@ -1,3 +1,7 @@
+* Tue Aug 01 2017 Ding-Yi Chen <dchen at redhat.com> - 2.9.3
+- Fixed cmake-fedora-fedpkg failed to push to bodhi.
+- Target tag_pre now depends on target module-only.
+
 * Fri Jul 28 2017 Ding-Yi Chen <dchen at redhat.com> - 2.9.2
 Fixed RHBZ#1476070 - cmake-fedora-fedpkg failed to handle multiple builds
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-fedora-2.9.2-Source/RELEASE-NOTES.txt 
new/cmake-fedora-2.9.3/RELEASE-NOTES.txt
--- old/cmake-fedora-2.9.2-Source/RELEASE-NOTES.txt     2017-07-28 
03:22:48.000000000 +0200
+++ new/cmake-fedora-2.9.3/RELEASE-NOTES.txt    2019-11-07 08:19:21.000000000 
+0100
@@ -1,5 +1,7 @@
-PRJ_VER=2.9.2
-SUMMARY=Fixed cmake-fedora-fedpkg failed to handle multiple builds
-REDHAT_BUGZILLA=1476070
+PRJ_VER=2.9.3
+SUMMARY=Fixed cmake-fedora-fedpkg failed to push to bodhi
+REDHAT_BUGZILLA=
 [Changes]
-Fixed RHBZ#1476070 - cmake-fedora-fedpkg failed to handle multiple builds
+- Fixed cmake-fedora-fedpkg failed to push to bodhi.
+- Target tag_pre now depends on target module-only.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cmake-fedora-2.9.2-Source/scripts/cmake-fedora-fedpkg 
new/cmake-fedora-2.9.3/scripts/cmake-fedora-fedpkg
--- old/cmake-fedora-2.9.2-Source/scripts/cmake-fedora-fedpkg   2017-07-28 
04:21:41.000000000 +0200
+++ new/cmake-fedora-2.9.3/scripts/cmake-fedora-fedpkg  2019-11-07 
08:19:21.000000000 +0100
@@ -383,7 +383,6 @@
 fi
 
 ##=== Build ===
-BodhiPushList=
 First=
 
 for b in "${ActionBranchArray[@]}";do
@@ -415,7 +414,7 @@
 done
 
 if [[ $ScratchBuild -eq 0 ]];then
-    if [[ -n "$BodhiPushList" ]];then
+    if [[ -n "$BodhiTargets" ]];then
         if [[ $BodhiMajorVer -ge 2 ]];then
             try_command ${BODHI_CMD} updates new "${BodhiOptArray[@]:-}" 
--user $BodhiUser $BodhiTargets
         else


Reply via email to