From 364c73a196714ca444d77bb6224ff236242a7462 Mon Sep 17 00:00:00 2001
From: pluskalm <>
Date: Feb 09 2023 09:31:37 +0000
Subject: Update scrot to version 1.8.1 / rev 10 via SR 1062183


https://build.opensuse.org/request/show/1062183
by user pluskalm + dimstar_suse

---

diff --git a/.files b/.files
index aa91371..b09db48 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 0d4c6b8..cb6a53f 100644
--- a/.rev
+++ b/.rev
@@ -71,4 +71,12 @@
     <comment></comment>
     <requestid>1057652</requestid>
   </revision>
+  <revision rev="10" vrev="1">
+    <srcmd5>9852cba84a32807c0941a2c3a5547673</srcmd5>
+    <version>1.8.1</version>
+    <time>1675177783</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>1062183</requestid>
+  </revision>
 </revisionlist>
diff --git a/scrot-1.8.1.tar.gz b/scrot-1.8.1.tar.gz
new file mode 120000
index 0000000..aadc5ac
--- /dev/null
+++ b/scrot-1.8.1.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreid5k72bczttsb23nkunf25h4mb7qvis6evzyu3sy2445tiq3aadou
\ No newline at end of file
diff --git a/scrot-1.8.tar.gz b/scrot-1.8.tar.gz
deleted file mode 120000
index 0705e04..0000000
--- a/scrot-1.8.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreide5ttmrvueavnkdrrfh6xptyqarbsoenr6b6h2uvn666usqlxqfm
\ No newline at end of file
diff --git a/scrot.changes b/scrot.changes
index 4b7a6d1..500d5f6 100644
--- a/scrot.changes
+++ b/scrot.changes
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Sat Jan 28 16:13:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
+
+- update to 1.8.1:
+ * Fixed libbsd feature test confusion. Rationale: users expressed confusion
+   when using the old "--without-libbsd" configure flag. Some assumed that it
+   compiles scrot without libbsd, but it only made the build script error if
+   libbsd is a dependency. This is useful to package maintainers: it gives them
+   a yes/no answer on whether the library is a dependency on their system. The
+   old configure flag has been replaced by a more verbose
+   "--enable-libbsd-feature-test".
+ * Fixed 'make dist', adding some files to bootstrapped tarballs.
+
+-------------------------------------------------------------------
 Tue Jan 10 15:22:02 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
 
 - Update to 1.8:
diff --git a/scrot.spec b/scrot.spec
index 8861bbf..753463b 100644
--- a/scrot.spec
+++ b/scrot.spec
@@ -17,7 +17,7 @@
 
 
 Name:           scrot
-Version:        1.8
+Version:        1.8.1
 Release:        0
 Summary:        Screenshot Capture Utility
 License:        SUSE-Scrot
@@ -43,7 +43,7 @@ the dynamic loaders of imlib2.
 %autosetup -p1
 
 %build
-%configure
+%configure --with-libbsd
 %make_build
 
 %install