Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2024-10-21 16:25:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and      /work/SRC/openSUSE:Factory/.gnustep-base.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnustep-base"

Mon Oct 21 16:25:39 2024 rev:16 rq:1211664 version:1.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes        
2024-01-05 21:46:37.981737213 +0100
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new.26871/gnustep-base.changes     
2024-10-21 16:25:49.924025325 +0200
@@ -1,0 +2,63 @@
+Sun Jul  7 20:13:01 UTC 2024 - Fred kiefer <fredkie...@gmx.de>
+
+- Update to version 1.30.0
+   * autogsdoc (and many source/header files) updated for ObjC-2 support
+   * gdnc gspath spelling error fixes
+   * GSFileHandle remove handle from run loop when -dealloc is called
+   * GSHTTPURLHandle close socket if we end loading with I/O in
+     progress.
+   * GSMimeDocimnet optimisations
+   * GSPrivateSymbolPath() portability improvements
+   * GSVersionMacros add GS_UNIMPLEMENTED to mark unimplemented methods
+   * HTMLLinker man page groff warning fixed
+   * Make GSTcpTune options available to streams as well as file handles
+     and improve debug logging for stream operations.
+   * NSBundle improvements in librarym bundle lookup
+   * NSCache thread safety fix
+   * NSData caching data of file URLs and OSX consistency tweak to
+     permissions when writing file atomically
+   * NSDate implements +now constructor.
+   * NSDecimalNumber fix possible coimparison bug for zero values
+   * NSError -description and -localizedDescription formats match OSX
+   * NSException portability improvments
+   * NSFileManager makeed safety fix and make enumerating a file URL
+     return URLs rather than paths.
+   * NSIndexSet implements enumerateRangesInRange convenience methods.
+   * NSISO8601DateFormatter.m: bugfix for date/time string generation
+   * NSJSONSerialization fix memory leak, fix issue with unicode
+     surrogate pairs.
+   * NSKeyValueObserving Add methods to remove observers
+   * NSLocale Fix -countryCode incorrectly returning language code, fix
+     for hyphen and underscore in locale identifier
+   * NSMessagePort remove restriction on Distributed Objects message
+     length
+   * NSNotificationCenter fix for memory leak, minor bugfixes (use
+     before initialise)
+   * NSNull fix for -valueForUndefinedKey: to return singleton
+   * NSNumberFormatter make minimum/maximum properties NSNumbers
+   * NSObject optimise allocation with new runtime library
+   * NSOperation fix occasional scheduling bug
+   * NSOrderedSet Fix keyed encoding to match Apple platforms.
+   * NSPathUtilities fix intialisation order deadlock.
+   * NSPredicate fix for array access keywords
+   * NSProcessInfo android support
+   * NSString correct class used when loading empty string from
+     file/URL, implements regular expression search methods.
+   * NSTask return an error if the path to launch in is bad, use _exit
+     to terminate forked process if needed, use closefrom() to close
+     descriptors in child process if possible
+   * NSTimer wrap call to block in exception handler (bug #289)
+   * NSTimeZone improvements
+   * NSURL Fix NSURL path on Windows for UNC paths.
+   * NSURLRequest: Support deleting using setValue:forHTTPHeaderField:
+     with nil value.
+   * NSURLSession many bugfixes and improvements
+   * NSUserDefaults fix potential deadlock
+   * NSXMLElement bugfix to remove previous attributes when setting
+     attributes.
+   * NSXMLNode returns NSError on failure to evaluate xpath expression.
+   * gnustep_global_lock and GSLazyLock deprecated for removal in next
+     release.
+- Remove 295.patch as this is no longer needed.
+
+-------------------------------------------------------------------

Old:
----
  295.patch
  gnustep-base-1.29.0.tar.gz
  gnustep-base-1.29.0.tar.gz.sig

New:
----
  gnustep-base-1.30.0.tar.gz
  gnustep-base-1.30.0.tar.gz.sig

BETA DEBUG BEGIN:
  Old:     release.
- Remove 295.patch as this is no longer needed.
BETA DEBUG END:

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

Other differences:
------------------
++++++ gnustep-base.spec ++++++
--- /var/tmp/diff_new_pack.EN8MKc/_old  2024-10-21 16:25:50.720058542 +0200
+++ /var/tmp/diff_new_pack.EN8MKc/_new  2024-10-21 16:25:50.720058542 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define lname   libgnustep-base1_29
+%define lname   libgnustep-base1_30
 %define         gnustep_sh       GNUstep.sh
 %define         gs_config        %{_sysconfdir}/GNUstep/GNUstep.conf
 %define         profile_dir      %{_sysconfdir}/profile.d
@@ -24,7 +24,7 @@
 %define         gs_makefiles     %{_datadir}/GNUstep/Makefiles
 %define         gs_library       %{_libdir}/GNUstep
 Name:           gnustep-base
-Version:        1.29.0
+Version:        1.30.0
 Release:        0
 Summary:        GNUstep Base library package
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -33,8 +33,6 @@
 Source:         
ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 Source1:        
ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz.sig
 Source2:        %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM 295.patch -- Fix build with libxml2 2.11.0+
-Patch0:         
https://patch-diff.githubusercontent.com/raw/gnustep/libs-base/pull/295.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-objc
 BuildRequires:  gmp-devel
@@ -226,4 +224,5 @@
 %files devel
 %{_includedir}/*
 %{_libdir}/libgnustep-base.so
+%{_libdir}/pkgconfig/gnustep-base.pc
 

++++++ gnustep-base-1.29.0.tar.gz -> gnustep-base-1.30.0.tar.gz ++++++
++++ 23477 lines of diff (skipped)

Reply via email to