- update to 1.2.0:
* Added IntegerOrRange interface type
* Added non-strict comparison of Values and Attributes (check for Similarity)
* Fixed (Tag) Type() for TagNoValue. No it properly returns TypeVoid
* Added (Group) Similar(), (Groups) Similar() and (Message) Similar()
* Added (*Message) FixGroups()
* (*Message) FixGroup() replaced by NewMessageWithGroups()
* Added Attributes.Clone and Groups.Clone
* Added MakeAttr() and MakeAttrCollection(). MakeAttribute considered deprecated
* Added Formatter, Message.Print considered deprecated
* Formatter: fixed formatting of 1SetOf Collection
* Formatter: one more fix of formatting of 1SetOf Collection
* Message.AttrGroups function made public
* Added DeepCopy method for most types that contain values
* Print PDF file example updated
* Handling of Extended Tags Revisited
* Removed Accept-Encoding HTTP header in example. Go does it better
* Fixed go test on go 1.11
* Fixed Tag.String for negative tag values
* Improved output for Units.String() for unknown units
* Values.Equal now returns false when comparing Values{} and Values(nil)
* Collection.Equal abandoned
* Tests refactoring: systematic testing of Tag methods
* Tests refactoring: systematic testing of Value and Values methods
* Tests refactoring: systematic testing of Type methods
* Tests refactoring: systematic testing of Op methods
* Sparse table for Op.String replaced with map, saving 132K of memory
* Tests refactoring: systematic testing of Status methods
* Sparse table for Op.String replaced with map, saving 10K of memory
* Cosmetic
OBS-URL: https://build.opensuse.org/request/show/1268112
OBS-URL: https://build.opensuse.org/package/show/Printing/goipp?expand=0&rev=5
17 lines
593 B
XML
17 lines
593 B
XML
<?xml version="1.0" ?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/OpenPrinting/goipp.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">refs/tags/v1.2.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|