File rubygem-docbookrx.changes of Package rubygem-docbookrx
-------------------------------------------------------------------
Wed Jun 25 11:45:54 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Update to latest git b994cb8 labeled as 1.0.1 with the following
patch applied:
```
diff --git a/lib/docbookrx/identity.rb b/lib/docbookrx/identity.rb
index dabd5d8..8ad4c8f 100644
--- a/lib/docbookrx/identity.rb
+++ b/lib/docbookrx/identity.rb
@@ -9,7 +9,7 @@ module Docbookrx
end
def self.version
- '1.0.0.dev'
+ '1.0.1'
end
def self.version_label
```
- drop unneeded dependency on asciidoctor ~> 1.5 which isnt
actually used by this tool
- drop gemspec.patch which is now applied before building the gem
-------------------------------------------------------------------
Fri Feb 8 12:10:41 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- rebuild gem to allow older nokogiri versions
-------------------------------------------------------------------
Thu Feb 7 17:53:41 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- add documentation and required patch to update the gem
-------------------------------------------------------------------
Thu Feb 7 13:08:21 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- initial package