Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xer for openSUSE:Factory checked in 
at 2026-06-02 21:03:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xer (Old)
 and      /work/SRC/openSUSE:Factory/.xer.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xer"

Tue Jun  2 21:03:05 2026 rev:2 rq:1356757 version:0.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xer/xer.changes  2026-01-09 17:06:04.490423604 
+0100
+++ /work/SRC/openSUSE:Factory/.xer.new.1937/xer.changes        2026-06-02 
21:03:16.893982550 +0200
@@ -1,0 +2,6 @@
+Tue Jun 02 06:07:05 UTC 2026 - Martin Hauke <[email protected]>
+
+- Update to version 0.0.6:
+  * Fix raw read from stdin.
+
+-------------------------------------------------------------------

Old:
----
  xer-0.0.5+git20250808.tar.xz

New:
----
  xer-0.0.6.tar.xz

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

Other differences:
------------------
++++++ xer.spec ++++++
--- /var/tmp/diff_new_pack.Atokjx/_old  2026-06-02 21:03:18.110032892 +0200
+++ /var/tmp/diff_new_pack.Atokjx/_new  2026-06-02 21:03:18.114033057 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           xer
-Version:        0.0.5+git20250808
+Version:        0.0.6
 Release:        0
 Summary:        Byte stream conversion utility
 License:        GPL-3.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Atokjx/_old  2026-06-02 21:03:18.154034713 +0200
+++ /var/tmp/diff_new_pack.Atokjx/_new  2026-06-02 21:03:18.158034879 +0200
@@ -1,10 +1,11 @@
 <services>
   <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/v-p-b/xer.git</param>
-    <param name="revision">main</param>
     <param name="scm">git</param>
+    <param name="revision">v0.0.6</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="versionformat">0.0.5+git%cd</param>
   </service>
   <service name="recompress" mode="manual">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Atokjx/_old  2026-06-02 21:03:18.202036701 +0200
+++ /var/tmp/diff_new_pack.Atokjx/_new  2026-06-02 21:03:18.206036866 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/v-p-b/xer.git</param>
-              <param 
name="changesrevision">d7b8f355131496093c79fc23880830c5a3d4a384</param></service></servicedata>
+              <param 
name="changesrevision">c4d7a05b20e2007267fa0896b203c734fecd3a77</param></service></servicedata>
 (No newline at EOF)
 

++++++ vendor.tar.zst ++++++
++++ 318024 lines of diff (skipped)

++++++ xer-0.0.5+git20250808.tar.xz -> xer-0.0.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xer-0.0.5+git20250808/.github/workflows/rust.yml 
new/xer-0.0.6/.github/workflows/rust.yml
--- old/xer-0.0.5+git20250808/.github/workflows/rust.yml        2025-08-08 
09:32:58.000000000 +0200
+++ new/xer-0.0.6/.github/workflows/rust.yml    2026-06-01 15:54:34.000000000 
+0200
@@ -10,11 +10,13 @@
 
 env:
   CARGO_TERM_COLOR: always
-  GITHUB_TOKEN: ${{ secrets.XER_RELEASER }}
+  #GITHUB_TOKEN: ${{ secrets.XER_RELEASER }}
 
 jobs:
   release:
     name: Release - ${{ matrix.platform.release_for }}
+    permissions: 
+      contents: write
     strategy:
       matrix:
         platform:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xer-0.0.5+git20250808/.gitignore 
new/xer-0.0.6/.gitignore
--- old/xer-0.0.5+git20250808/.gitignore        2025-08-08 09:32:58.000000000 
+0200
+++ new/xer-0.0.6/.gitignore    2026-06-01 15:54:34.000000000 +0200
@@ -1 +1,2 @@
 /target
+.idea
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xer-0.0.5+git20250808/Cargo.lock 
new/xer-0.0.6/Cargo.lock
--- old/xer-0.0.5+git20250808/Cargo.lock        2025-08-08 09:32:58.000000000 
+0200
+++ new/xer-0.0.6/Cargo.lock    2026-06-01 15:54:34.000000000 +0200
@@ -253,7 +253,7 @@
 
 [[package]]
 name = "xer"
-version = "0.0.5-alpha"
+version = "0.0.6"
 dependencies = [
  "clap",
  "nom",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xer-0.0.5+git20250808/Cargo.toml 
new/xer-0.0.6/Cargo.toml
--- old/xer-0.0.5+git20250808/Cargo.toml        2025-08-08 09:32:58.000000000 
+0200
+++ new/xer-0.0.6/Cargo.toml    2026-06-01 15:54:34.000000000 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "xer"
-version = "0.0.5-alpha"
+version = "0.0.6"
 edition = "2024"
 description = "Byte stream conversion swiss army knife"
 license = "GPL-3.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xer-0.0.5+git20250808/src/main.rs 
new/xer-0.0.6/src/main.rs
--- old/xer-0.0.5+git20250808/src/main.rs       2025-08-08 09:32:58.000000000 
+0200
+++ new/xer-0.0.6/src/main.rs   2026-06-01 15:54:34.000000000 +0200
@@ -54,13 +54,13 @@
 fn main() {
     let args = Args::parse();
 
-    let data = if let Some(Format::Raw) = args.from {
+    let data = if Some(Format::Raw) == args.from {
         match args.input {
             Some(fname) => fs::read(fname).expect("Invalid input filename"), 
// Vec<u8>
             None => {
                 let mut inbuf = Vec::new();
                 let mut stdin = io::stdin();
-                let _ = stdin.read(&mut inbuf);
+                let _ = stdin.read_to_end(&mut inbuf).expect("Can't read from 
stdin");
                 inbuf
             }
         }

Reply via email to