Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package goipp for openSUSE:Factory checked 
in at 2025-04-10 21:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goipp (Old)
 and      /work/SRC/openSUSE:Factory/.goipp.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goipp"

Thu Apr 10 21:59:30 2025 rev:2 rq:1268305 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/goipp/goipp.changes      2024-08-16 
12:24:40.869603408 +0200
+++ /work/SRC/openSUSE:Factory/.goipp.new.1907/goipp.changes    2025-04-10 
22:00:09.786892010 +0200
@@ -1,0 +2,59 @@
+Wed Apr  9 10:03:08 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- 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
+  * Attributes.Equal now returns false when comparing Attributes{} and 
Attributes(nil)
+  * Attributes.Clone and Attributes.DeepCopy return nil for nil input
+  * Values.Clone and Values.DeepCopy return nil for nil input
+  * Fixed decoding Range and Resolution values with negative integer fields
+  * Tests refactoring: full testing of Attribute and friends
+  * Added missed Group.Clone method
+  * Groups.Equal now returns false when comparing Groups{} and Groups(nil)
+  * Groups.Clone and Groups.DeepCopy return nil for nil input
+  * Tests refactoring: full testing of Group and Groups
+  * Tests refactoring: message.go partially test-covered
+  * Tests refactoring: added NewMessageWithGroups test
+  * Tests refactoring: added Message.AttrGroups test
+  * Tests refactiring: added tests for Message.Equal and Message.Similar 
functions
+  * Removed unused constant (FormatterMaxWidth)
+  * Fixed error message formatting for TestMessageEqualSimilar
+  * Message.Print rewritten as a wrapper to Formatter
+  * Tests refactoring: added Message.Reset test
+  * Tests refactoring: added test for the Message.Print function
+  * Tests refactoring: 100% test coverage for Formatter
+  * Fixed building of test (duplicated TestVersion)
+  * Tests refactoring: goipp_test.go renamed to encdec_test.go and refactored
+  * Tests refactoring: 100% test coverage achieved!!!
+  * Code formatting updated
+- change set_version service to manual
+- make rpmlint happy, by adjusting the Summary field
+
+-------------------------------------------------------------------

Old:
----
  goipp-1.1.0.obscpio

New:
----
  goipp-1.2.0.obscpio

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

Other differences:
------------------
++++++ goipp.spec ++++++
--- /var/tmp/diff_new_pack.Kzr5on/_old  2025-04-10 22:00:10.322914395 +0200
+++ /var/tmp/diff_new_pack.Kzr5on/_new  2025-04-10 22:00:10.326914562 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package goipp
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 %define         import_path github.com/OpenPrinting/goipp
 Name:           goipp
-Version:        1.1.0
+Version:        1.2.0
 Release:        0
-Summary:        Goipp implements the IPP core protocol in pure GO
+Summary:        Implementation of the IPP core protocol in pure GO
 License:        BSD-2-Clause
 URL:            https://github.com/OpenPrinting/goipp
 Source:         %{name}-%{version}.tar.gz
@@ -43,7 +43,7 @@
 %goprep %{import_path}
 
 %build
-%gobuild .
+%gobuild
 
 %install
 %gosrc

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Kzr5on/_old  2025-04-10 22:00:10.354915731 +0200
+++ /var/tmp/diff_new_pack.Kzr5on/_new  2025-04-10 22:00:10.358915898 +0200
@@ -3,7 +3,7 @@
   <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.1.0</param>
+    <param name="revision">refs/tags/v1.2.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
@@ -12,6 +12,6 @@
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="set_version" mode="buildtime" />
+  <service name="set_version" mode="manual" />
 </services>
 

++++++ goipp-1.1.0.obscpio -> goipp-1.2.0.obscpio ++++++
++++ 9499 lines of diff (skipped)

++++++ goipp.obsinfo ++++++
--- /var/tmp/diff_new_pack.Kzr5on/_old  2025-04-10 22:00:10.482921077 +0200
+++ /var/tmp/diff_new_pack.Kzr5on/_new  2025-04-10 22:00:10.498921745 +0200
@@ -1,5 +1,5 @@
 name: goipp
-version: 1.1.0
-mtime: 1701776076
-commit: 94c92a6d5d2b2591683a3a50f94b333a49b99220
+version: 1.2.0
+mtime: 1744136955
+commit: 5894f1e08f8d67cd061f58836a68bdf55849ca68
 

Reply via email to