commit gnustep-base for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2020-04-15 19:54:34

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new.2738 (New)


Package is "gnustep-base"

Wed Apr 15 19:54:34 2020 rev:9 rq:793911 version:1.27.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2019-01-15 09:17:37.578165601 +0100
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new.2738/gnustep-base.changes  
2020-04-15 19:54:44.541605684 +0200
@@ -1,0 +2,151 @@
+Tue Apr 14 10:37:04 UTC 2020 - Luigi Baldoni 
+
+- Update to version 1.27.0
+  * Expose GNU TLS wrappers and add methods to get certificate
+expiry.
+  * Improve thread safety when using zombies, particularly on
+statup/shutdown.
+  * Improvements for Ukrainian localization.
+  * Decreased ICU requirements to 49 to support Windows 2000.
+  * Simplifications and fixes in GSPrivateSymbolPath().
+  * GSMime improvements (word encoding specifier, utf-8
+improvements encoding quoted words with multibyte characters)
+  * NSJSONSerialization fixes for codepoints over 0x7f.
+  * NSCharacterSet support for URL*AllowedCharacterSet and
+declarations for new character sets.
+  * NSString implementations for new methods
+stringByRemovingPercentEncoding/
+stringByAddingPercentEncodingWithAllowedCharacterSet:.
+  * Fixed a crash in gdomap when an invalid hostname is given
+for the -M option.
+  * In NSString.m, removed functions urldecode() and ishex()
+which were mistakenly neither namespaced nor declared static
+and thus could have conflicted with non-library code.
+  * Fixed libdispatch configuration switch so
+-enable-libdispatch works correctly; correctly checking for
+HAVE_LIBDISPATCH_RUNLOOP.
+  * Updated libdispatch runloop integration so it is compatible
+with Swift's corelibs libdispatch release (from
+github.com/apple/swift-corelibs-libdispatch).  The
+libdispatch must be compiled with
+INSTALL_PRIVATE_HEADERS=YES.
+  * In NSThread, spinlocks implemented using builtins to be able
+to target platforms without pthread_spin_lock(), such as
+Android targeting API level < 24.
+  * In NSLog on Android, send logs to syslog.
+  * Implementation of NSOrderedSet.
+  * When ./configuring, link against libandroid on Android.
+  * In NSBundle, allow integrating with Android asset manager
+using +[NSBundle setJavaAssetManager:withJNIEnv:], enabling
+use of mainBundle's pathForResource:ofType:,
+-URLForResource:ofType: and similar; referencing Info.plist
+if it exists in Android assets; use of NSFileManager's
+fileExistsAtPath: et al and isReadableFileAtPath:; reading
+files using NSFileHandle APIs; use of NSDirectoryEnumerator
+to enumerate Android assets from the main bundle.
+  * In NSBundle, localization support on Android.
+  * In NSProcessInfo, automatic initialization on Android using
+a fake executable path
+(/data/data//Resources).
+  * In NSData, improvements in reading Android assets.
+  * Various improvements in the mechanism to report memory usage
+of individual objects.
+  * Skeletal implementation of NSUbiquitousKeyValueStore.
+  * Implementation of NSByteCountFormatter.
+  * Fixes to writing large HTTPS requests (GSSocketStream,
+NSURLProtocol).
+  * In gdomap.c, fix detection of local networks.
+  * In NSArray's -removeObjectsInArray:, prevent some crashes.
+  * In GSTLS, avoid setting session priority twice.
+  * In NSFileHandle, fix so that setting certificate information
+does not discard any other options already set.
+  * In GSXML's -fatalErrorFunction, use the correct function to
+get the line number.
+  * In NSOperation's _execute, ensure lock gets released on an
+error by surrounding with NS_DURING.
+  * Generics support in NSHashTable.
+  * Implementation of NSProgress.
+  * Skeleton implementation of NSURLComponents.
+  * In NSSortDescriptor, added
+-sortDescriptorWithKey:ascending:descending:.
+  * In NSOperationQueue, added -addOperationWithBlock.
+  * In NSFileManager, added
+-URLForDirectory:inDomain:appropriateForURL:create:error: and
+-enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:.
+Also added NSItemReplacementDirectory constant, and updated
+stub implementation for -URLForDirectory:shouldCreate:error:. 
+Added -initWithDirectoryPath:...  with additional parameters
+skipHidden and errorHandler.
+  * In NSDictionary, fixed keysSortedByValueUsingComparator:.
+  * Moved NSFileWrapper from -gui to -base.
+  * Added NSFilePresenter, NSFileVersion and NSFileCoordinator.
+  * Added NSPersonComponents and NSPersonNameComponentsFormatter.
+  * Added units of measurement classes such as NSUnit,
+

commit gnustep-base for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2019-01-15 09:17:07

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new.28833 (New)


Package is "gnustep-base"

Tue Jan 15 09:17:07 2019 rev:8 rq:664978 version:1.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2018-07-18 22:53:47.138991599 +0200
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new.28833/gnustep-base.changes 
2019-01-15 09:17:37.578165601 +0100
@@ -1,0 +2,37 @@
+Fri Jan 11 13:18:11 UTC 2019 - Fred kiefer 
+
+- update to 1.26.0
+   * Improve utf8 validity checks.
+   * Make point and size subclasses for NSValue interchangable.
+   * Add support for TLS SNI. Always request certificate from client and
+ update certificates after 5 minutes.
+   * Don't write deprecated fields to desktop link file.
+   * Use NSLock instead of GSLazyLock and other improvements for
+ multithreaded processes.
+   * Clean up of NSString cluster.
+   * Update NSAssert() and NSCAssert() to handle variable arguments (as
+ OSX has done) and mark the numbered macros as obsolete.
+   * Various improvements in tests.
+   * Require ICU >= 50.
+   * ICU is now detected using pkg-config.
+   * Improve XML parsing.
+   * Make NSXMLNode ivar a union representing different types, instead
+ of assuming it will contain different underlying class types in
+ different contexts.  This is important for the new libobjc2 ABI.
+   * OSX compatibility changes to NSURL.
+   * NSFileManager call error handle on missing file.
+   * Dummy spinlock implementation for platforms that don't support it.
+   * Internationalization improvements: Japanese translation, Turkish
+ translation, Polish translation.
+   * Various improvements for new libobjc2 "v2 ABI", including things
+ like a new NSConstantString implementation, making
+ GS_REPLACE_CONSTANT_STRING a noop with the new ABI, etc.
+   * Improvements for stack traces, exception handling and dead lock
+ detection.
+   * Other more minor bugfixes and cleanups.  Many found by Coverity
+ scan results.
+   * As usual, this release also contains an update to include the most
+ recent international timezone data.
+
+
+---

Old:

  gnustep-base-1.25.1.tar.gz
  gnustep-base-1.25.1.tar.gz.sig

New:

  gnustep-base-1.26.0.tar.gz
  gnustep-base-1.26.0.tar.gz.sig



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.0JF8Ru/_old  2019-01-15 09:17:38.110165105 +0100
+++ /var/tmp/diff_new_pack.0JF8Ru/_new  2019-01-15 09:17:38.110165105 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   gnustep-base
-%define lname  libgnustep-base1_25
+%define lname  libgnustep-base1_26
 Summary:GNUstep Base library package
 License:LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:  System/GUI/Other
-Version:1.25.1
+Version:1.26.0
 Release:0
 Url:http://www.gnustep.org/
 Source: 
ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz

++ gnustep-base-1.25.1.tar.gz -> gnustep-base-1.26.0.tar.gz ++
 791355 lines of diff (skipped)




commit gnustep-base for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2018-07-18 22:53:42

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Wed Jul 18 22:53:42 2018 rev:7 rq:621955 version:1.25.1

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2018-01-19 11:53:53.485720370 +0100
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2018-07-18 22:53:47.138991599 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 16:06:45 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove dependencies on insserv, not used. 
+
+---



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.6TZKGH/_old  2018-07-18 22:53:47.714989689 +0200
+++ /var/tmp/diff_new_pack.6TZKGH/_new  2018-07-18 22:53:47.714989689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnustep-base
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   gnustep-base
 %define lname  libgnustep-base1_25
 Summary:GNUstep Base library package
-License:LGPL-2.1+ and GPL-3.0+
+License:LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:  System/GUI/Other
 Version:1.25.1
 Release:0
@@ -29,14 +29,6 @@
 Source2:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-#SUSE specfile docs say prereq is deprecated and it causes the build to fail 
on Fedora 
-#However the RPM macros doc says it must be used if various other macros
-#e.g. fillup_and_insserv are use. This change is a test for Fedora
-%if 0%{?suse_version}
-PreReq: %insserv_prereq
-#PreReq: permissions
-%endif
-
 Requires:   gnustep-make
 
 BuildRequires:  gcc-objc





commit gnustep-base for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2018-01-19 11:53:25

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Fri Jan 19 11:53:25 2018 rev:6 rq:566568 version:1.25.1

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-09-11 16:23:35.086013056 +0200
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2018-01-19 11:53:53.485720370 +0100
@@ -1,0 +2,16 @@
+Sun Dec 31 20:36:40 UTC 2017 - fredkie...@gmx.de
+
+- update to 1.25.1
+ o Unicode fixes for characters outside the base plane
+ o Stubs for some new OSX methods
+ o Various new OSX compatibility macro and type definitions
+ o NSFileManager fixes and tweaks to match OSX implementation
+ o NSDistributedLock bugfix for pre-existing lock directories
+ o Alternative sort algorithms selectable at runtime
+ o Compatibility-related changes for environments not supporting weak
+   symbols
+ o Other more minor bugfixes and cleanups.
+ o As usual, this release also contains an update to include the most
+   recent international timezone data.
+
+---

Old:

  gnustep-base-1.25.0.tar.gz
  gnustep-base-1.25.0.tar.gz.sig

New:

  gnustep-base-1.25.1.tar.gz
  gnustep-base-1.25.1.tar.gz.sig



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.Zh34W7/_old  2018-01-19 11:53:54.125690210 +0100
+++ /var/tmp/diff_new_pack.Zh34W7/_new  2018-01-19 11:53:54.125690210 +0100
@@ -21,7 +21,7 @@
 Summary:GNUstep Base library package
 License:LGPL-2.1+ and GPL-3.0+
 Group:  System/GUI/Other
-Version:1.25.0
+Version:1.25.1
 Release:0
 Url:http://www.gnustep.org/
 Source: 
ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz

++ gnustep-base-1.25.0.tar.gz -> gnustep-base-1.25.1.tar.gz ++
 10097 lines of diff (skipped)




commit gnustep-base for openSUSE:Factory

2017-09-11 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2017-09-11 16:22:51

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Mon Sep 11 16:22:51 2017 rev:5 rq:522921 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-09-09 20:27:01.625926575 +0200
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2017-09-11 16:23:35.086013056 +0200
@@ -1,0 +2,6 @@
+Sat Sep  9 23:29:13 UTC 2017 - jeng...@inai.de
+
+- Implement shared library packaging guideline.
+  Ensure neutrality of description.
+
+---



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.QNnieU/_old  2017-09-11 16:23:35.577943981 +0200
+++ /var/tmp/diff_new_pack.QNnieU/_new  2017-09-11 16:23:35.581943421 +0200
@@ -11,24 +11,24 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   gnustep-base
+%define lname  libgnustep-base1_25
 Summary:GNUstep Base library package
-Version:1.25.0
-Release:0
 License:LGPL-2.1+ and GPL-3.0+
 Group:  System/GUI/Other
+Version:1.25.0
+Release:0
 Url:http://www.gnustep.org/
 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 #SUSE specfile docs say prereq is deprecated and it causes the build to fail 
on Fedora 
 #However the RPM macros doc says it must be used if various other macros
 #e.g. fillup_and_insserv are use. This change is a test for Fedora
@@ -74,21 +74,30 @@
 %define gs_library   %{_libdir}/GNUstep
 
 %description
-The GNUstep Base Library is a powerful fast library of general-
-purpose, non-graphical Objective C classes, inspired by the superb
+The GNUstep Base Library is a library of general-purpose,
+non-graphical Objective C classes, inspired by the
+OpenStep API but implementing Apple and GNU additions to the API
+as well.
+
+%package -n %{lname}
+Summary:GNUstep Base library package
+Group:  System/Libraries
+
+%description -n %{lname}
+The GNUstep Base Library is a library of general-purpose,
+non-graphical Objective C classes, inspired by the
 OpenStep API but implementing Apple and GNU additions to the API
-as well.  It includes, for example, classes for unicode strings,
+as well.  It includes, for example, classes for Unicode strings,
 arrays, dictionaries, sets, byte streams, typed coders, invocations,
 notifications, notification dispatchers, scanners, tasks, files,
 networking, threading, remote object messaging support (distributed
-objects), event loops, loadable bundles, attributed unicode strings,
-xml, mime, user defaults. This package includes development headers
-too. It was configured for the FHS file system layout, customised
-for SUSE.
+objects), event loops, loadable bundles, attributed Unicode strings,
+XML, MIME, user defaults.
 
 %package devel
-Summary:Devel package for GNUstep Base Library
+Summary:Devel package for the GNUstep Base Library
 Group:  Development/Libraries/C and C++
+Requires:   %{lname} = %{version}
 Requires:   %{name} = %{version}
 
 %description devel
@@ -119,7 +128,6 @@
--with-installation-domain=SYSTEM
 make %{?_smp_mflags}
 
-
 %install
 # Source GNUstep environment variables. This is done unconditionally
 # to ensure that the values appropriate to this build get defined,
@@ -152,8 +160,6 @@
 
 %else
 
-
-
 # Create scripts to source GNUstep environment variables,
 # and update cache of services and applications, on user login.
 mkdir -p %{buildroot}%{profile_dir}
@@ -176,13 +182,15 @@
 chmod 755 %{buildroot}%{profile_dir}/%{gs_userstart}
 %endif
 
-# save discspace: symlink duplicates
+# save disk space: symlink duplicates
 %fdupes -s %{buildroot}
 
 # Comment out checks because they break building on some systems. The 
NSOperation test seems to loop infinite.
 #%check
 #make check
 
+%post   -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -206,7 +214,6 @@
 %{_bindir}/xmlparse
 %{gs_library}
 %{gs_makefiles}
-%{_libdir}/libgnustep-base.so.*
 %{_mandir}/man1/HTMLLinker.1%{ext_man}
 

commit gnustep-base for openSUSE:Factory

2017-09-09 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2017-09-09 20:26:59

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Sat Sep  9 20:26:59 2017 rev:4 rq:522369 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-07-30 11:27:49.729595043 +0200
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2017-09-09 20:27:01.625926575 +0200
@@ -1,0 +2,5 @@
+Sun Sep  3 21:19:02 UTC 2017 - fredkie...@gmx.de
+
+- Remove scripts to start gdnc as daemon or on login. (Fixes boo#1055816)
+
+---



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.gEE6Ed/_old  2017-09-09 20:27:02.209844271 +0200
+++ /var/tmp/diff_new_pack.gEE6Ed/_new  2017-09-09 20:27:02.209844271 +0200
@@ -68,9 +68,6 @@
 
 %define gnustep_sh   GNUstep.sh
 %define gs_config%{_sysconfdir}/GNUstep/GNUstep.conf
-%define init_dir %{_sysconfdir}/init.d
-%define gs_sysinit   %{init_dir}/gdomap
-%define gs_daemongdomap
 %define profile_dir  %{_sysconfdir}/profile.d
 %define gs_userstart GNUstep-start.sh
 %define gs_makefiles %{_datadir}/GNUstep/Makefiles
@@ -156,116 +153,17 @@
 %else
 
 
-# Create startup/shutdown script for gdomap service.
-# Note this version of the code is designed to fit in
-# with SuSE linux's version of sys V init.
-
-install -d %{buildroot}%{init_dir}
-cat > %{buildroot}%{gs_sysinit} << "EOF"
-#!/bin/sh
-#
-# GNUstep daemons
-#
-### BEGIN INIT INFO
-# Provides:  %{gs_daemon}
-# Required-Start:$syslog $local_fs $remote_fs
-# Should-Start:
-# Required-Stop: $syslog $local_fs $remote_fs
-# Should-Stop:
-# Default-Start: 3 5
-# Default-Stop:  0 1 2 6
-# Short-Description: %{gs_daemon} service
-# Description:   Start up the %{gs_daemon} service
-#   used by GNUstep applications.
-### END INIT INFO
-
-. %{_sysconfdir}/rc.status
-. %{gs_config}
-
-case "${1}" in
-start)
-echo -n "Starting %{gs_daemon}: "
-startproc ${GNUSTEP_SYSTEM_TOOLS}/%{gs_daemon}
-echo
-
-   # Remember status and be verbose
-   rc_status -v
-;;
-
-stop)
-echo -n "Stopping %{gs_daemon}: "
-killproc ${GNUSTEP_SYSTEM_TOOLS}/%{gs_daemon}
-echo
-
-   # Remember status and be verbose
-   rc_status -v
-;;
-
-restart|reload)
-${0} stop
-${0} start
-
-   # Remember status and be quiet
-   rc_status
-;;
-
-status)
-   echo -n "Checking for service %{gs_daemon} "
-checkproc ${GNUSTEP_SYSTEM_TOOLS}/%{gs_daemon}
-   rc_status -v
-   ;;
-
-*)
-echo "Usage: %{gs_sysinit} {start|stop|status|restart|reload}"
-exit 1
-esac
-rc_exit
-EOF
-chmod 755 %{buildroot}%{gs_sysinit}
-install -d %{buildroot}%{_sbindir}
-ln -sf ../../%{gs_sysinit} %{buildroot}%{_sbindir}/rc%{gs_daemon}
 
 # Create scripts to source GNUstep environment variables,
-# start up user GNUstep services gdnc & gpbs, and update cache
-# of services and applications, on user login.
+# and update cache of services and applications, on user login.
 mkdir -p %{buildroot}%{profile_dir}
 cat > %{buildroot}%{profile_dir}/%{gs_userstart} << "EOF"
 #!/bin/sh
 . %{gs_config}
 
-function runtool {
-local toolpath=${GNUSTEP_SYSTEM_TOOLS}/${1}
-
-# Check whether the tool exists
-if [ -x ${toolpath} ]
-then
-# Check whether the tool is already running for this user
-if ! ps -U $(id -u) -o cmd --no-headers | grep -q "^${toolpath}\>"
-then
-${toolpath}
-fi
-fi
-unset toolpath
-}
-
 if [ -d ${HOME}/${GNUSTEP_USER_DIR} ]
 then
 
-# Start up the GNUstep Distributed Notification Center daemon
-runtool gdnc
-
-# Start up the GNUstep PasteBoard Server daemon, if we're running X
-[ ${DISPLAY} ] && runtool gpbs
-
-# Start up the GNUstep Sound daemon if we have portaudio sound
-if portaudiolib=$(/sbin/ldconfig -p | grep 
'^[[:space:]]*libportaudio.so[[:space:]]') \
-   && [ -e $(echo ${portaudiolib} | sed 
's/^.*=>[[:space:]]*\([^[:space:]]*\)$/\1/') ]
-then
-runtool gnustep_sndd
-fi
-unset portaudiolib
-
-
 # Run 'make_services' in background if possible. We run it in a subshell;
 # otherwise, shells with job control (like bash) output an annoying
 # message when make_services is done, while we want it to happen silently.
@@ -285,69 +183,6 @@
 #%check
 #make check
 
-%post
-#if 0%{?suse_version} > 1140

commit gnustep-base for openSUSE:Factory

2017-07-30 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2017-07-30 11:27:44

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Sun Jul 30 11:27:44 2017 rev:3 rq:513037 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-05-27 13:14:18.505915485 +0200
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2017-07-30 11:27:49.729595043 +0200
@@ -1,0 +2,5 @@
+Sat Jul 22 17:41:59 UTC 2017 - fredkie...@gmx.de
+
+- Change gnustep-make from BuildRequired to Required.
+
+---



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.46sQ3z/_old  2017-07-30 11:27:50.369504748 +0200
+++ /var/tmp/diff_new_pack.46sQ3z/_new  2017-07-30 11:27:50.373504183 +0200
@@ -37,6 +37,8 @@
 #PreReq: permissions
 %endif
 
+Requires:   gnustep-make
+
 BuildRequires:  gcc-objc
 BuildRequires:  gmp-devel
 BuildRequires:  gnustep-make





commit gnustep-base for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2017-05-27 13:13:56

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Sat May 27 13:13:56 2017 rev:2 rq:490045 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-01-24 10:33:55.817898576 +0100
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2017-05-27 13:14:18.505915485 +0200
@@ -1,0 +2,5 @@
+Sun Apr 16 19:12:16 UTC 2017 - fredkie...@gmx.de
+
+- update to 1.25.0
+
+---

Old:

  gnustep-base-1.24.9.tar.gz
  gnustep-base-1.24.9.tar.gz.sig

New:

  gnustep-base-1.25.0.tar.gz
  gnustep-base-1.25.0.tar.gz.sig



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.t3NFoR/_old  2017-05-27 13:14:20.341655950 +0200
+++ /var/tmp/diff_new_pack.t3NFoR/_new  2017-05-27 13:14:20.345655384 +0200
@@ -18,7 +18,7 @@
 
 Name:   gnustep-base
 Summary:GNUstep Base library package
-Version:1.24.9
+Version:1.25.0
 Release:0
 License:LGPL-2.1+ and GPL-3.0+
 Group:  System/GUI/Other

++ gnustep-base-1.24.9.tar.gz -> gnustep-base-1.25.0.tar.gz ++
 38739 lines of diff (skipped)