Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libhugetlbfs for openSUSE:Factory 
checked in at 2021-07-21 19:05:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libhugetlbfs (Old)
 and      /work/SRC/openSUSE:Factory/.libhugetlbfs.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libhugetlbfs"

Wed Jul 21 19:05:28 2021 rev:49 rq:906752 version:2.23.0.g6b126a4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libhugetlbfs/libhugetlbfs.changes        
2021-04-24 23:07:25.167247709 +0200
+++ /work/SRC/openSUSE:Factory/.libhugetlbfs.new.2632/libhugetlbfs.changes      
2021-07-21 19:05:30.839201193 +0200
@@ -1,0 +2,28 @@
+Fri Jul 16 21:21:31 UTC 2021 - tr...@suse.de
+
+- Update to version 2.23.0.g6b126a4:
+  * Update NEWS for 2.23 release
+  * Wait child with os.wait()
+  * Makefile: add MANDIR variable
+  * Makefile: skip LIB resolve check if NATIVEONLY
+  * Introduce basic riscv64 support
+  * ld.hugetlbfs: fix -Ttext-segment argument on AArch64
+  * tests: add explicit permissions to open() call
+  * Update NEWS for 2.22 release
+  * Convert setup script to python3
+  * Clean up error checking in dump_proc_pid_maps()
+
+-------------------------------------------------------------------
+Fri Jul 09 13:18:00 UTC 2021 - tr...@suse.de
+
+- Enhance _service magic
+- Update to version 2.23.0.g6b126a4:
+  * Wait child with os.wait()
+  * Makefile: add MANDIR variable
+  * Makefile: skip LIB resolve check if NATIVEONLY
+  * Introduce basic riscv64 support
+  * ld.hugetlbfs: fix -Ttext-segment argument on AArch64
+- Remove unsupported arch patch (does not patch clean anymore):
+D libhugetlbfs.s390.patch
+
+-------------------------------------------------------------------

Old:
----
  libhugetlbfs-2.22.tar.gz
  libhugetlbfs.s390.patch

New:
----
  libhugetlbfs-2.23.0.g6b126a4.obscpio
  libhugetlbfs.obsinfo

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

Other differences:
------------------
++++++ libhugetlbfs.spec ++++++
--- /var/tmp/diff_new_pack.QngYnh/_old  2021-07-21 19:05:31.523202382 +0200
+++ /var/tmp/diff_new_pack.QngYnh/_new  2021-07-21 19:05:31.523202382 +0200
@@ -18,19 +18,18 @@
 
 %define my_make_flags V=1 CFLAGS="%{optflags} -fPIC" LDFLAGS="-pie" 
BUILDTYPE=NATIVEONLY PREFIX=%{_prefix} LIBDIR32=%{_libdir} DESTDIR=%{buildroot}
 Name:           libhugetlbfs
-Version:        2.22
+Version:        2.23.0.g6b126a4
 Release:        0
 Summary:        Helper library for the Huge Translation Lookaside Buffer 
Filesystem
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 URL:            https://github.com/libhugetlbfs/libhugetlbfs
-Source0:        
https://github.com/libhugetlbfs/libhugetlbfs/releases/download/%{version}/libhugetlbfs-%{version}.tar.gz
+Source0:        libhugetlbfs-%{version}.tar.gz
 Source1:        baselibs.conf
-Patch2:         libhugetlbfs.s390.patch
-Patch4:         libhugetlbfs.tests-malloc.patch
-Patch7:         libhugetlbfs_ia64_fix_missing_test.patch
-Patch14:        disable-rw-on-non-ldscripts.diff
-Patch15:        zero_filesize_segment.patch
+Patch0:         libhugetlbfs.tests-malloc.patch
+Patch1:         libhugetlbfs_ia64_fix_missing_test.patch
+Patch2:         disable-rw-on-non-ldscripts.diff
+Patch3:         zero_filesize_segment.patch
 BuildRequires:  doxygen
 BuildRequires:  glibc-devel-static
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -60,12 +59,7 @@
 %{_libdir}/libhugetlbfs/tests.
 
 %prep
-%setup -q
-%patch2 -p1
-%patch4 -p1
-%patch7 -p1
-%patch14
-%patch15 -p1
+%autosetup -p1
 
 %build
 echo %{version} > version

++++++ _service ++++++
--- /var/tmp/diff_new_pack.QngYnh/_old  2021-07-21 19:05:31.551202431 +0200
+++ /var/tmp/diff_new_pack.QngYnh/_new  2021-07-21 19:05:31.551202431 +0200
@@ -1,14 +1,16 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="obs_scm" mode="localonly">
     <param name="url">git://github.com/libhugetlbfs/libhugetlbfs.git</param>
     <param name="scm">git</param>
-    <param name="filename">libhugetlbfs</param>
-    <param name="version">2.21</param>
-    <param name="revision">2.21</param>
+    <param name="revision">HEAD</param>
+    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>
+    <param name="changesgenerate">enable</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="set_version" mode="localonly"/>
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">gz</param>
   </service>
-  <service name="set_version" mode="disabled" />
 </services>
+

++++++ disable-rw-on-non-ldscripts.diff ++++++
--- /var/tmp/diff_new_pack.QngYnh/_old  2021-07-21 19:05:31.567202458 +0200
+++ /var/tmp/diff_new_pack.QngYnh/_new  2021-07-21 19:05:31.567202458 +0200
@@ -1,7 +1,7 @@
 Index: tests/Makefile
 ===================================================================
---- tests/Makefile.orig
-+++ tests/Makefile
+--- a/tests/Makefile.orig
++++ b/tests/Makefile
 @@ -48,7 +48,7 @@ ifeq ($(CUSTOM_LDSCRIPTS),yes)
  TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_TESTS:%=xB.%) \
        $(HUGELINK_TESTS:%=xBDT.%) $(HUGELINK_RW_TESTS)

++++++ libhugetlbfs.obsinfo ++++++
name: libhugetlbfs
version: 2.23.0.g6b126a4
mtime: 1599498497
commit: 6b126a4d7da9490fa40fe7e1b962edcb939feddc

Reply via email to