73 Commits

Author SHA256 Message Date
2db31b6575 Accepting request 1310931 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/1310931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=18
2025-10-12 20:24:35 +00:00
Fred kiefer
c6fbd92773 - Add gnustep-base-fix_GCC15.patch: Fix build with gcc 15, borrow
patch from fedora.

OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=73
2025-10-12 16:19:29 +00:00
76881aee13 Accepting request 1249327 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/1249327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=17
2025-03-03 15:37:38 +00:00
Fred kiefer
f246c52cd8 - Update to version 1.31.1
• This is a bugfix release correcting a missing KVO method when using
     the ng runtime and an error in weak reference support when using
     the gnu runtimeR, along with a few other minor fixes and
     documentation improvements.
- Fix lname in spec file

OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=71
2025-02-28 22:07:35 +00:00
Fred kiefer
b9d294a5e9 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=70 2025-02-25 20:49:29 +00:00
Fred kiefer
2e5f7f70aa - update to version 1.31
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=69
2025-02-25 20:43:10 +00:00
9951b8aa9b Accepting request 1211664 from X11:GNUstep
- 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.

OBS-URL: https://build.opensuse.org/request/show/1211664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=16
2024-10-21 14:25:39 +00:00
Fred kiefer
b49e62a113 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=67 2024-10-20 16:32:07 +00:00
Fred kiefer
98b35bae6e Accepting request 1197612 from home:fredkiefer:branches:X11:GNUstep
- 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.

OBS-URL: https://build.opensuse.org/request/show/1197612
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=66
2024-08-29 21:23:29 +00:00
5a6033985d Accepting request 1137009 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/1137009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=15
2024-01-05 20:44:37 +00:00
Fred kiefer
06377ea3ce Accepting request 1136921 from home:dimstar:Factory
- Add 295.patch: Fix build with libxml2 2.11.0+.

OBS-URL: https://build.opensuse.org/request/show/1136921
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=64
2024-01-05 09:15:17 +00:00
1a3d221247 Accepting request 1113537 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/1113537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=14
2023-09-26 20:01:44 +00:00
Fred kiefer
b9f6ce2c1d Accepting request 1113479 from home:msmeissn:branches:X11:GNUstep
- use pkgconfig(icu-uc) to use the current libicu. (jsc#PED-6193)

OBS-URL: https://build.opensuse.org/request/show/1113479
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=62
2023-09-25 20:02:20 +00:00
ef03fd0c12 Accepting request 1058548 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/1058548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=13
2023-01-15 16:58:20 +00:00
Fred kiefer
9b4d0fe737 Accepting request 1058547 from home:fredkiefer:branches:X11:GNUstep
- Update to version 1.29.0
  * Just change the minor version number as there are some incompatible changes to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/1058547
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=60
2023-01-15 15:12:40 +00:00
b5f3ab0450 Accepting request 1056702 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/1056702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=12
2023-01-07 16:19:36 +00:00
Fred kiefer
f7ce133268 Accepting request 1056692 from home:fredkiefer:branches:X11:GNUstep
- Update to version 1.28.1
   * Many changes to make building and testcases work on ms-windows (particularly with the MSVC target and when using a strict C99 compiler).
   * Support for native locking on ms-windows.
   * Support for overlapped I/O on ms-windows.
   * New timezone handling code to deal with v2+ of the timezone format.
   * TLS support for secure Distributed Objects connections.
   * Masking of sensitive information in http/https debug logs.
   * a variety of bugfixes.

OBS-URL: https://build.opensuse.org/request/show/1056692
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=58
2023-01-06 21:02:10 +00:00
8657d469d3 Accepting request 967616 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/967616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=11
2022-04-07 22:28:45 +00:00
Fred kiefer
f7183f55ce Accepting request 966792 from home:dspinella:branches:X11:GNUstep
- Update to version 1.28.0

OBS-URL: https://build.opensuse.org/request/show/966792
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=56
2022-04-07 21:15:17 +00:00
Richard Brown
8da8ef336f Accepting request 875614 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/875614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=10
2021-03-02 11:32:26 +00:00
Fred kiefer
1f1b0becfd Accepting request 875612 from home:1Antoine1:branches:X11:GNUstep
- Add gnustep-base-1.27.0-fix-compilation-icu68.patch: Fix build
  against ICU 68.

OBS-URL: https://build.opensuse.org/request/show/875612
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=54
2021-02-27 13:15:24 +00:00
5816a7111b Accepting request 793911 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/793911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=9
2020-04-15 17:54:34 +00:00
Fred kiefer
762869dad6 Accepting request 793845 from home:alois:branches:X11:GNUstep
- 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/<app identifier>/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,
    NSMeasurement, NSMeasurementFormatter, NSEnergyFormatter,
    NSLengthFormatter, NSMassFormatter.
  * In NSUnit, support for NSUnitArea, NSUnitConcentrationMass,
    NSUnitDispersion, NSUnitElectricCharge, NSUnitIlluminance,
    NSUnitElectricCurrent, NSUnitElectricPotentionDifference,
    NSElectricResistance, NSUnitMass, NSUnitEnergy,
    NSUnitFrequency, NSUnitPower, NSUnitSpeed,
    NSUnitFuelEfficiency, NSUnitPressure, NSUnitVolume,
    NSUnitLength.
  * Support for data directory on Android introduces
    GSInitializeProcessAndroid and makes use of the path
    returned by Context.getFilesDir() as the basis for storing
    data (e.g. NSUserDefaults) and when querying for directory
    paths (NSLibraryDirectory, NSApplicationSupportDirectory,
    etc.).
  * Placeholder NSScript* classes.  Added NSUserActivity,
    NSObjectScripting, NSHFSFileTypes, NSAppleEventManager and
    NSAppleEventDescriptor.
  * Added NSDateInterval intersectionWithDateInterval:.
  * Added NSBackgroundActivityScheduler.
  * Added NSISO8601DateFormatter and NSMetadataAttributes.
  * Added NSOrtogrpahy and NSLinguisticTagger.
  * Added NSExtensionItem, NSExtensionContext,
    NSExtensionRequestHandling, and NSItemProvider and
    NSItemProviderReadingWriting.
  * Updated timezone info for NSTimeZones.
  * On Android, support for NSTemporaryDirectory to use
    Context.getCacheDir(), and cleaning it up in
    GSInitializeProcessAndroid() given there is no support for
    temp directory before Android API 26.  Also used with
    NSCachesDirectory + NSUserDomainMask.
  * NSXPCConnection fixes.
  * NSException symbolication support using libunwind (used when
    backtrace() is unavailable).
  * Travis build improvements to use new runloop integration and
    gnustep-2.0 runtime.
  * In NSKeyValueObserving, implement two missing methods for
    NSArray: -addObserver:options:context: and
    -removeObserver:fromObjectsAtIndexes:forKeyPath:.
  * Updated NSUUID to use instancetype.
  * Added support for NSDate constants in NSPredicate.
  * Fixed a NSTimer bug with blocks.
  * In GSTLS, do not put password in the hash key of the
    credentials, and to avoid logging it when debugging is on.
  * Improvements in NSConcreteHashTable and NSConcreteMapTable.
  * In various places, switch away from deprecated
    CREATE_AUTORELEASE_POOL() to use the ARC-compatible
    ENTER_POOL and LEAVE_POOL macros.
  * When building the list of hosts to be probed to see if they
    have gdomap servers, fix code to include those explicitly
    defined in the config file.  Add -S option to list the
    addresses of the known gdomap servers.
  * Backward compatibility fix for ICU 65.
  * Update GSPrivateSymbolPath() so that, on the path where
    LINKER_GETSYMBOL is not available, we attempt to lookup
    classes using the prefix ._OBJC_CLASS_ for the 2.0 ABI
    (earlier ABIs use a prefix of __objc_class_name_ for the
    class definition.
  * Fix parsing of NSURLResponse content type header.
  * Fix for class lookup when using the 2.0 ABI.
  * Fixed NSURLComponents setURL: throwing exceptions when URL
    didn't have all expected parts caused by rangeOfString:
    throwing for nil values.
  * Added NSURLQueryItem implementation.
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/793845
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=52
2020-04-14 14:37:40 +00:00
a30a765b37 Accepting request 664978 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/664978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=8
2019-01-15 08:17:07 +00:00
Fred kiefer
d0d1e9f76a Accepting request 664968 from home:fredkiefer:branches:X11:GNUstep
- 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.

OBS-URL: https://build.opensuse.org/request/show/664968
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=50
2019-01-12 13:15:53 +00:00
9f50bf231f Accepting request 621955 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/621955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=7
2018-07-18 20:53:42 +00:00
Fred kiefer
5f66f5f5f4 Accepting request 621928 from home:elvigia:branches:X11:GNUstep
- Remove dependencies on insserv, not used.

OBS-URL: https://build.opensuse.org/request/show/621928
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=48
2018-07-10 19:34:02 +00:00
fa90dd0437 Accepting request 566568 from X11:GNUstep
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/566568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=6
2018-01-19 10:53:25 +00:00
Fred kiefer
edd210fdb5 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=46 2018-01-10 07:50:20 +00:00
Fred kiefer
32fb84657c OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=45 2018-01-10 07:50:13 +00:00
Fred kiefer
9ec7dabfd0 Accepting request 560909 from home:fredkiefer:branches:X11:GNUstep
- update to 1.25.1

OBS-URL: https://build.opensuse.org/request/show/560909
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=44
2017-12-31 20:57:01 +00:00
092712f62c Accepting request 522921 from X11:GNUstep
1

OBS-URL: https://build.opensuse.org/request/show/522921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=5
2017-09-11 14:22:51 +00:00
Fred kiefer
8e0c598c04 Accepting request 522914 from home:jengelh:branches:X11:GNUstep
added %lname

OBS-URL: https://build.opensuse.org/request/show/522914
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=42
2017-09-10 21:34:15 +00:00
b32a93141e Accepting request 522369 from X11:GNUstep
- Remove scripts to start gdnc as daemon or on login. (Fixes boo#1055816)

OBS-URL: https://build.opensuse.org/request/show/522369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=4
2017-09-09 18:26:59 +00:00
Fred kiefer
51ff99284b OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=39 2017-09-08 13:16:14 +00:00
Fred kiefer
cd79c1ae4f Accepting request 521489 from home:fredkiefer:branches:X11:GNUstep
- Remove scripts to start gdnc as daemon or on login (bsc#1055816).

OBS-URL: https://build.opensuse.org/request/show/521489
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=38
2017-09-07 19:57:30 +00:00
133ae07991 Accepting request 513037 from X11:GNUstep
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/513037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=3
2017-07-30 09:27:44 +00:00
Fred kiefer
60ef378340 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=36 2017-07-22 17:50:53 +00:00
Fred kiefer
9a270bbf03 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=35 2017-07-22 17:42:47 +00:00
Fred kiefer
55a4d30108 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=34 2017-07-22 17:41:50 +00:00
9ae796e5c2 Accepting request 490045 from X11:GNUstep
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/490045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=2
2017-05-27 11:13:56 +00:00
Fred kiefer
fa111d5b97 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=32 2017-04-16 19:18:51 +00:00
Fred kiefer
0030d2accf OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=31 2017-04-16 19:15:51 +00:00
Fred kiefer
047c24099d Accepting request 488197 from home:fredkiefer:branches:X11:GNUstep
Upgrade to version 1.25.0

OBS-URL: https://build.opensuse.org/request/show/488197
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=30
2017-04-16 19:00:55 +00:00
09b338c804 Accepting request 451015 from X11:GNUstep
OBS-URL: https://build.opensuse.org/request/show/451015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnustep-base?expand=0&rev=1
2017-01-24 09:33:54 +00:00
Lars Vogdt
4bad063759 Accepting request 450940 from home:alois:branches:X11:GNUstep
Fixed conflict with swipl in Factory.

OBS-URL: https://build.opensuse.org/request/show/450940
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=28
2017-01-17 17:46:06 +00:00
Fred kiefer
fd2bbdc8ed Accepting request 450346 from home:alois:branches:X11:GNUstep
Reverted macros in comments.

OBS-URL: https://build.opensuse.org/request/show/450346
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=27
2017-01-15 09:30:47 +00:00
Fred kiefer
3227305381 Accepting request 450075 from home:alois:branches:X11:GNUstep
Cleaned up and ready to be submitted to Factory.

OBS-URL: https://build.opensuse.org/request/show/450075
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=26
2017-01-14 17:41:56 +00:00
Fred kiefer
1c4c267d30 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=25 2016-03-25 15:16:59 +00:00
Fred kiefer
726ee16374 OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-base?expand=0&rev=24 2016-03-25 14:51:10 +00:00